/* 文字コードにShift JISを指定します。 */
@charset "euc-jp";

/*
トップページ左コンテンツ領域
*/
div#left_contents {
	margin: 4px 0px;
	padding: 0px;
	width: 672px;
	float:left;
}

/*
トップページ右領域
*/
div#right_contents {
	margin: 4px 0px 4px 8px;
	padding: 0px;
	width: 270px;
	float: left;
	text-align: right;
}

/*
トップページ新着領域
*/
ul.news {
	text-align: left;
	font-size:80%;
}
ul.news li {
	clear:both;
}
ul.news li div.date{
	float:left;
	width:115px;
	margin-left:5px;
}
ul.news li div.icon{
	float:left;
	width:25px;
	background-image:url(../images/red_w_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0.4em;
}
ul.news li div.info{
	width:520px;
	float:left;
}
div#news p {
	border-color:#000;
	border-style:dashed;
	border-width:0 0 1px;
	font-size:80%;
	margin:0px;
	padding:0px 5px;
}

/*
トップページ特集領域
リンク用バナーエリア
*/
div#special {
	text-align:center;
}
/*バナー*/
div#special p {
	margin:15px auto;
}
