.subtitle {  background-color: #CCCCCC}
.pagemenu {
	color: #FFFFFF;
	background-image: url(img/bg/ajiro00.gif);
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-repeat: repeat;
	padding-left: 10px;
}
.tablemenu {
	color: #993300;
	text-align: left;
	padding-left: 5px;
	background-image: url(img/bg/nami_L1.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #006666;
}
p {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 40px;
	letter-spacing: 0.1em;
}
.button {
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #000;
	color: #FF9900;
}
.button:hover {
	color: red;
	background-color: #222;
}
.button2{	width: 150px;
	height: 115px;	line-height: 115px;padding-top:5px;
}