@charset "utf-8";

/*****************************************/
/*** Home ***/
/*****************************************/

/* PAGE:home
---------------------------------------------------------*/

.home #mainvisual {
	width: 930px;
	height: 310px;
	margin-bottom:10px;
}
.home #mainvisual img {
	margin:10px 0px 10px 7px;
}

/* home-service
---------------------------------------------------------*/

.home #home-service {
	padding:20px 0px 20px 20px; 
}

/* List
---------------------------------------------------------*/
.home #contents ul.site {
	width:550px;
	margin:0 0px 25px 17px;
}
.home #contents ul.site li {
	float:left;
	margin:0 10px 10px 0;
	width:260px;
}
.home #contents ul.site li img {
	float:left;
	margin:0 10px 10px 0;
}
.home #contents ul.site dl dt {
	line-height:120%;
	margin-bottom:5px;
}
.home #contents ul.site dl dt a {
	color:#1771AA;
	font-weight:bold;
	font-size:100%;
	line-height:100%;
}
.home #contents ul.site dl dd {
line-height:120%;
}
