@charset "shift_jis"; 

/*	--- headline.css ---	*/

/*	本文ボックス(サブエリアが無い分広げてあります)	*/



/*	ヘッドラインのボックス	*/
#headlineBox {
	padding: 20px 0 0 0;
	margin: 0px 0px 0 0;
	background-image:url(../images/bg_news.jpg);
	background-repeat:no-repeat;
	width:484px;
	height:165px;
}

.news_icon {
margin-right:10px;
position:relative;
top:2px;
}

/*	ヘッドライン日付部分	*/
.newsDate {
	float: left;
	width: 150px;
	margin: 5px 0px 0px;
	padding: 5px;
	background-color: #F0F0F0;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/*	ヘッドラインタイトル部分	*/
.newsText {
	float: left;
	width: 410px;
	margin: 0px 0px 0px 45px;
	_margin-left:20px;
	padding: 5px;
	background-color:transparent;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	position:relative;
	top:-120px;
	line-height:160%;
}

/*	ヘッドラインページ送り	*/
#naviBox {
	clear: both;
	margin: 20px auto 0 auto;
	padding: 0px;
	width:80%;
}
#naviNext {
	float: right;
	width: 80px;
	margin: 30px 0px 0 0;
	font-size: 12px;
	text-align: right;
}
#naviPrev {
	float: left;
	width: 80px;
	margin: 30px 0px 0 0;
	font-size: 12px;
}





.newsLink {
width:27px;
height:133px;
margin:-12px 0 0 5px;
padding:0 0 0 0;
}

.newsLink a {
display:block;
width:100%;
height:0;
padding-top:133px;
overflow:hidden;
}

#bestBox {
background-image:url(../images/bg_best.jpg);
background-repeat:no-repeat;
width:484px;
height:157px;
margin:-20px 0 15px 0;
padding:0px 0 0 0px;
_margin-top:-78px;
}

.todayLink {
float:left;
width:27px;
height:133px;
margin:0 0 0 5px;
padding:0 0 0 0;
position:relative;
top:-26px;
_top:19px;
_left:-5px;
}

*:first-child+html .todayLink {
position:relative;
top:20px;
}

.todayLink a {
display:block;
width:100%;
height:0;
padding-top:133px;
overflow:hidden;
}

