@charset "shift_jis"; 

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

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

#mainBox  { 
margin: 0 0 0 49px; 
padding: 0; 
width: 567px; 
float: left; 
_margin: 0px 10px 0px 10px;
}

/*	ヘッドラインのボックス	*/
#headLineBox
 { background-image: url("../../tsutaeru/images/bg_news.jpg"); background-repeat: repeat-x; margin-top: 20px; width: 567px; border: solid 1px #c4c5a6; _padding-top:10px; }


/*	ヘッドラインのボックス	IE7*/
*:first-child+html #headLineBox
{
padding-top:10px;
}

/*	ヘッドライン日付部分	*/
.newsDate  { color: #333333; font-size: 10px; text-align: left; margin: 0 0 0 44px; padding-bottom: 2px; width: 150px; float: left; _margin-left:28px; }

/*	ヘッドラインタイトル部分	*/
.newsText   { 
color: #333333; 
font-size: 12px; 
background-image: url(../images/list_icon.jpg);
background-repeat: no-repeat; 
background-position: 0 3px; 
text-align: left; 
text-indent: 15px; 
_text-indent: 5px; 
margin: 0 0 10px 30px; 
padding-bottom: 5px; 
width: 530px; 
float: left; 
border-bottom: 1px dotted #c4c5a6; 
_width: 500px;
_background-position: 20px 4px; 
_margin: 0 0 10px 10px; 
_padding-left: 30px;
}

/*	ヘッドラインページ送り	*/
#naviBox  { margin: 10px 0 0; padding: 0; clear: both }

#naviNext {
	float: right;
	width: 80px;
	margin: 10px 0px;
	font-size: 12px;
	text-align: right;
}
#naviPrev {
	float: left;
	width: 80px;
	margin: 10px 0px;
	font-size: 12px;
}