@charset "utf-8";
/* トップページ */


/* ヘッダー */
#home #header .headmenu ul li.home a{background-position:0 -30px;}

/* トップイメージ */
#home #topimage{
	width: 100%;
	background-color:#45afff;
}

#home #topimage h2 img{
	display: block;
	float: left;
	width: 330px;
}


#home #topimage h2{
	font-size: 0;
	line-height: 0;
	color: #45afff;
	width: 760px;
	height: 250px;
	background: url(../img/top_image_2.gif) 330px top no-repeat;
}

/* サービスバナー */

#home ul#serviceBanner{
	width: 100%;
	background: #c3debd;
	border-bottom: 6px solid #e8fbe4;
	margin-bottom: 15px;
	overflow: auto;
}

#home ul#serviceBanner li{
	float: left;
	margin: 5px 0 6px 5px;
	display: inline; /* for IE6 */
	font-size: 0;
	line-height:0;
}

/* バナー */

#home #contents .subArea .banner{
	margin: 0 0 0 0;
	background: #ededed;
	padding: 3px 3px 0 3px;
	font-size: 0;
	line-height:0;
}

#home #contents .subArea .banner li{
	padding-bottom: 3px;
}



/* ニュース */

#contents .mainArea #newsList h3{
	background: #1a5309 url(../img/h3_news.gif);
	border-left: none;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-indent:-9999px;
	height: 20px;
}

#contents .mainArea #newsList .mainContentsBlock{
	padding-top: 5px;
}

#contents .mainArea #newsList .mainContentsBlock a{
	color: #515151;
}

#contents .mainArea #newsList .mainContentsBlock a:hover{
	background: #515151;
	color: #fff;
}


