@charset "shift_jis"; 

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

/*	本文ボックス(サブエリアが無い分広げてあります)	*/
#mainBox   { margin: 20px 30px 0 0; width: 496px; float: right; _margin: 20px 0px 0px 0px; _padding: 0px  25px 0px 0px }


/*	ヘッドラインのボックス	*/
#headlineBox         { background-color: white; background-image: url("../images/news_top.jpg"); background-repeat: no-repeat; margin-top: 0; margin-right: 0; margin-bottom: 0; padding: 47px 0 0; width: 496px; border-right: 1px solid #999; border-bottom: 1px solid #999; border-left: 1px solid #999; _margin: 0 0 0 0px ; _padding: 47px 0 20 0    }

#headline_bottom
 { background-image: url("../images/news_bottom.jpg"); background-repeat: no-repeat; background-position: 0 bottom; margin: 0 0 0; width: 496px; height: 10px }

html> /**/ body div #headlineBox
{
padding-bottom:30px;
}



/*	ヘッドライン日付部分	*/
.newsDate      { color: #333333; font-size: 11px; text-align: left; text-indent: 30px; margin: 0; padding: 0 5px 2px; width: 486px; float: left }
/*	ヘッドラインタイトル部分	*/
.newsText      { 
color: #333333; font-size: 12px; background-image: url("../images/news_icon.jpg"); background-repeat: no-repeat; background-position: 4px 4px; text-align: left; text-indent: 20px; margin: 0 5px 3px 10px; padding: 2px 5px; width: 466px; float: left; border-style: none none dotted; border-width: medium medium 1px; border-color: #ccc; _margin: 0px 0px 3px 5px;  }

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


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

#naviPrev {
	float: left;
	width: 80px;
	margin: 10px 0px 10px 15px;
	font-size: 12px;
}

