@charset "utf-8";

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

@import url("../css/reset.css");
@import url("../css/class.css");
@import url("../css/common480.css");
@import url("../css/menu480.css");

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


#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: 45%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 2%;
	display: block;
	padding-left: 1%;
	margin-left: 2%;
	margin-bottom: 30px;
}
#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 img {
	width: 90%;
}

#leftContents dd.detail img {
	margin-top: 5px;
	width: 90%;
}

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

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