@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.menu1 a{
	width: 162px;
	height: 45px;
	display: block;
	background-image: url(../images/common_img/menu_1.gif);
	background-position: left -90px;
	background-repeat: no-repeat;
}

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

#menuArea li.menu1 {
	width: 182px;
	background-image: url(../images/common_img/bg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menuArea li.menu0 {
	background-image: url(../images/common_img/bg1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#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 {
	float: left;
	width: 165px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 40px;
	display: block;
}
#leftContents dt {
	padding-bottom: 10px;
	height: 35px;
	clear: both;
	text-align: left;
	display: block;
}
#leftContents dt.rightBg {
	background-image: url(images/icon.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#leftContents dt.leftBg {
	background-image: url(images/icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#leftContents dd.title {
	color: #3962ad;
	margin-bottom: 10px;
}
#leftContents dd.detail {
	font-size: 10px;
	line-height: 16px;
	padding-bottom: 5px;
}
#leftContents dd.detail img {
	margin-top: 5px;
}

#leftContents dl.rightBox {
	float: left;
	width: 160px;
	background-image: none;
	padding-right: 0px;
	padding-left: 5px;
}
.secondBlocks p img {
	text-align: right;
	width: 220px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.img {
	padding-top: 10px;
	padding-bottom: 10px;
}
