@charset "utf-8";

/*
---com----------------------------------------------------
*/

@import url("../css/reset.css");
@import url("../css/common.css");
@import url("../css/class.css");
@import url("../css/menu.css");

/*
---index----------------------------------------------------
*/

#menuArea li.menu4 a{
	width: 175px;
	height: 86px;
	display: block;
	background-image: url(../images/common_img/menu_4.gif);
	background-position: left -172px;
	background-repeat: no-repeat;
}

#menuArea li.menu4 a:hover{
	background-position: left -172px;
	background-repeat: no-repeat;
}

#menuArea li.menu3 {
	width: 198px;
	background-image: url(../images/common_img/bg3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftContents h2 {
	margin-bottom: 25px;
}

#leftContents h3 {
	width: 650px;
	display: block;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FAFAFA;
	border: 1px solid #D1D1D1;
	font-weight: bold;
	font-size: 15px;
	/* 角丸 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}
#leftContents h3 span{
	color:#3962ad;
}


#leftContents li {
	float: left;
	width: 325px;
	background-image: url(../images/index_img/icon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
	margin-bottom: 15px;
}

#leftContents li span {
	color: #3962ad;
	font-weight: bold;
}
#leftContents dl {
	clear: both;
	float: left;
	width: 690px;
	margin-bottom: 1px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
}
#leftContents dt {
	float: left;
	width: 150px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E84331;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#leftContents dd {
	float: left;
	width: 493px;
	color: #000;
	margin-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#leftContents .entryForm {
	margin-top: 25px;
}
#leftContents .entryForm p {
	clear: both;
	float: left;
}
.formBtn {
	clear: both;
	margin-top: 20px;
	float: left;
	padding-left: 220px;
}
.img {
	padding-top: 10px;
	padding-bottom: 10px;
}
