@charset "UTF-8";

	

/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/	


.index #contents{
	width:950px;
	padding-bottom:30px;
	margin:0 auto;
	}
	
	
.index #main{
	width:432px;
	float:left;
	margin-top:-5px;
	_zoom:1;
	}	

.index #sub{
	width:420px;
	float:right;
	}



/*----------------------------------------------------
	コンテンツヘッダ
----------------------------------------------------*/

#flash{
	width:100%;
	height:321px;
	margin:0 auto;
	text-align:center;
	padding-bottom:25px;
	}
	




/*----------------------------------------------------
	コンテンツ メイン
----------------------------------------------------*/



#contents #main h2{
	color:#9B2437;
	clear:both;
	width:432px;
	padding-top:5px;
	padding-bottom:1.5em;
	border-bottom:1px #666 dotted;
	margin-bottom:-15px;
	}
	
#contents #main h2 img{
	float:left;
	margin-right:10px;
	}
	
#contents #main span a{
	float:left;
	color:#E50012;
	display:block;
	width:5em;
	padding-left:15px;
	margin-top:-0.3em;
	background:url(../common/img/icn-arrow-01.gif) left center no-repeat;
	_zoom:1;
	}

#contents #main dl{
	width:100%;
	clear:both;
	height:1.5em;
	padding:8px 0;
	border-bottom:1px #666 dotted;
	}
	
#contents #main dt{
	color:#999;
	float:left;
	width:100px;
	}
	
#contents #main dd{
	color:#fff;
	float:left;
	width:332px;
	}
	
#contents #main dd a{
	color:#fff;
	text-decoration:none;
	}	
	
#contents #main dd a:hover{
	text-decoration:underline;
	}		
	
#contents #main dl.last{
	border-bottom:1px #666 dotted;	
	}
	
	
	

/*----------------------------------------------------
	コンテンツ サブ
----------------------------------------------------*/



#contents #sub p{
	width:400px;
	height:32px;
	clear:both;
	background:url(../img/sub-p-bg.gif) no-repeat;
	padding:0 10px;
	color:#000;
	}
	
#contents #sub span.new{
	line-height:2.7;
	height:32px;
	float:left;
	}
		
#contents #sub span.weather a{
	color:#000;
	float:right;
	padding-left:10px;
	background:url(../common/img/icn-list.jpg) no-repeat left center;
	font-size:12px;
	line-height:2.8;
	height:32px;
	}
	

	
#contents #sub ul{
	margin-top:12px;
	width:420px;
	height:90px;
	_zoom:1;
}
	
#contents #sub li{
	float:left;
	width:130px;
	height:90px;
	text-indent:-9999px;
	}
	
#contents #sub li a{
	display:block;
	overflow:hidden;
	width:130px;
	height:90px;
	}
	
#contents #sub li.btn-01{
	background:url(../img/sub-btn-01.gif) no-repeat 0 0;
	margin-right:15px;
	}
	
#contents #sub li.btn-02{
	background:url(../img/sub-btn-02.gif) no-repeat 0 0;
	margin-right:15px;
	}	
	
#contents #sub li.btn-03{
	background:url(../img/sub-btn-03.gif) no-repeat 0 0;
	}	
	
#contents #sub li.btn-01 a:hover{
	background:url(../img/sub-btn-01.gif) no-repeat left bottom;
	margin-right:15px;
	}
	
#contents #sub li.btn-02 a:hover{
	background:url(../img/sub-btn-02.gif) no-repeat left bottom;
	margin-right:15px;
	}	
	
#contents #sub li.btn-03 a:hover{
	background:url(../img/sub-btn-03.gif) no-repeat left bottom;
	}		
	
	
	
	
	
	
	
	
	
