@charset "UTF-8";


/* ==================================================
トップメイン
================================================== */

#mainbodyleft{
	width:33px;
	margin:0px;
	text-align:left;
	float:left;
}

#mainbodyright{
	width:24px;
	margin:0px;
	text-align:left;
	float:right;
}

#mainbodycenter{
	width:624px;
	margin:0px;
	text-align:left;
	float:left;
}

ul.point{
	clear:both;
	margin:0px auto;
	text-align:right;
	list-style: none;
}

ul.point li{
	float:left;
}


/* ニュース */
#news{
	padding-top:32px;
	clear:both;
	width:624px;
	text-align:left;
	overflow: auto;
}

#news dl{
	width:624px;
}

#news dl dt{
	width:624px;
	margin-bottom:15px;
}

#news dl dd{
	width:624px;
	padding-bottom:10px;
	text-align:left;
}

.news_day{
	float:left;
	display:block;
	width:75px;
	font-weight:bold;
	color:#aaaaaa;
	font-size:10px;
}

.news_text{
	float:right;
	display:block;
	width:549px;
	font-size:10px;
}

.news_text a{
	color:#000000;
}


.news_text a:visited{
	color:#0000ff;
}

.news_text a:hover,
.news_text a:focus,
.news_text a:active
{
	color:#ff0000;
}

/* バナーエリア */
#banner_top{
	padding-top:25px;
	clear:both;
	width:624px;
}

.banner_left{
	float:left;
	width:370px;
}

.banner_left li{
	margin:0 0 10px 0;
	list-style-type: none;
}
}

.banner_right{
	float:right;
	width:254px;
}


/* オプションサービス */
#options{
	margin:30px auto;;
	clear:both;
	width:624px;
}

#options ul{
	padding-top:6px;
	clear:both;
	list-style-type: none;

}

#options ul li{
	float:left;
	margin-right:5px;

}


/* トップコンテンツ */
#contents{
	padding-top:32px;
	padding-bottom:32px;
	clear:both;
	width:624px;
	text-align:left;
	overflow: auto;
}

#contents dl{
	width:624px;
}

#contents dl dt{
	width:624px;
	margin-bottom:15px;
}

#contents dl dd{
	width:624px;
	padding-bottom:10px;
	text-align:left;
}

.contents_text{
	float:left;
	display:block;
	width:624px;
	font-size:10px;
}



