@charset "utf-8";
@import url("../_common/_common.css");

#Main { /* TotalHeight: 465px; */
	padding: 5px 10px;
	min-height: 455px;
	_height: 455px;
	background-image: url("image/bg.jpg");
	background-repeat: no-repeat;
	background-position: 10px 0;
}
#Main h2 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #968EAC;
}
#Main #MenuArea {
	margin: 0 0 0 154px;
	padding: 45px 0 0 45px;
	min-height: 365px;
	_height: 365px;
	border-left: 1px solid #968EAC;
}
#Main #MenuArea a img {
	border: 0 none;
}
#Main #MenuArea .MenuBox {
	float: left;
	margin: 0 45px 0 0;
	padding: 0;
	width: 220px;
	height: 100px;
	text-align: center;
}
#Main #MenuArea #Tx {
	clear: left;
	margin: 0;
	padding: 10px 45px 0 0;
	text-align: center;
	font-weight: bold;
	color: #212267;
}
#Main #MenuArea .MenuBox h3 {
	margin: 0;
	padding: 0;
}
#Main #MenuArea .MenuBox h3 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 26px;
	text-decoration: none;
	background: url(image/btn.gif) no-repeat;
}

#Main #MenuArea .MenuBox h3 a#Mb02 {
	background-position:0 -26px;
}
#Main #MenuArea .MenuBox h3 a#Mb03 {
	background-position:0 -52px;
}
#Main #MenuArea .MenuBox h3 a#Mb04 {
	background-position:0 -78px;
}
#Main #MenuArea .MenuBox h3 a#Mb05 {
	background-position:0 -104px;
}
#Main #MenuArea .MenuBox h3 a#Mb06 {
	background-position:0 -130px;
}

#Main #MenuArea .MenuBox h3 a#Mb01:hover {
	background-position:-220px 0;
}
#Main #MenuArea .MenuBox h3 a#Mb02:hover {
	background-position:-220px -26px;
}
#Main #MenuArea .MenuBox h3 a#Mb03:hover {
	background-position:-220px -52px;
}
#Main #MenuArea .MenuBox h3 a#Mb04:hover {
	background-position:-220px -78px;
}
#Main #MenuArea .MenuBox h3 a#Mb05:hover {
	background-position:-220px -104px;
}
#Main #MenuArea .MenuBox h3 a#Mb06:hover {
	background-position:-220px -130px;
}

#Main #MenuArea .MenuBox p {
	margin: 6px 0;
	padding: 0;
	line-height: 1.4;
	color: #300;
}

