@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 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;
}
