.index_sub_navi ul
{
	background-image: url(../images/index_sub_navi.jpg);
	height: 170px;
	width: 675px;
	background-repeat: no-repeat;
}

.index_sub_navi li
{}

.index_sub_navi a
{
	float: left;
	height: 170px;
	width: 225px;
	display: block;
	text-decoration: none;
}

.index_sub_navi em
{
	visibility: hidden;
}



/*　ニュース　*/
.news {
	width: 390px;
	background: url(../images/index_news_bk.jpg);
	background-repeat: no-repeat;
	height: 440px;
	padding-top: 55px;
	float:left;
	display:inline;
	padding-left: 10px;
	
}



/*　ニュース　サムネイル表示　*/

.thumlist {
	clear: both;
	float: left;
	padding: 5px;
	width: 340px;
	font-size: 12px;
}
.thumlist h2{
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.thumlist h2 a{
	color: #0066CC;
	text-decoration: none;
}

.thumlist h2 a:hover{
	color: #996600;
	text-decoration: underline;
}

.thum {
	display: inline;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	vertical-align: middle;
	width: 80px;
	height: 80px;
}
.thumlist hr {
	color: #EEEEEE;
	margin-top: 3px;
	margin-bottom: 3px;
}




/* blog　*/  


.blog {
	float: left;
	margin-bottom: 10px;
	width: 270px;
	overflow:hidden;
	min-height:250px;
}


.blog ul {
	margin-left: 10px;

}

.blog li {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
	width: 100%;
	font-size: 95%;
	}

.blog li a{
	display: block;
	margin-bottom: 4px;
	color: #009900;
}

.blog li a:hover{
	color: #FF9900;
}

.blog span {
	font-size: 85%;
	color: #666666;
}
