@charset "shift_jis"; 

/*	--- headline.css ---	*/

/*	本文エリアのボックス	*/
#mainBox {
	float: left;
	width:510px;
	margin: 30px 20px 30px 0px;
	_margin: 30px 10px 30px 0px;
	padding: 0px;
}

/*	サブエリアのボックス	*/
#subBox {
	float: right;
	width: 200px;
	margin: 30px 0px 30px 0px;
	_margin: 30px 0px 30px 0px;
	padding: 0px;
}

/*	フォトログのボックス	*/
#photoBox {
	width:510px;
	height:160px;
	padding: 0px;
	margin: 20px 0 0;
	background: url(../images/photobox_bg.gif) no-repeat;
}
.photoboxText{
	font-size:11px;
	color:#666666;
	text-align:right;
	height:29px;
	margin-top:10px;
}
.photoBox2{
	margin:5px 0 0 130px;
}
.photoBoxL {
	float: left;
	margin: 0 5px;
}


/*	ヘッドラインのボックス	*/
#headlineBox {
	width:510px;
	padding: 0px;
	margin: 0;
}
.headlineTitle {
	text-align:right;
	width:510px;
	height:18px;
	padding: 0;
	margin: 0 0 10px;
	background: url(../images/top_tit_news.gif) no-repeat;
}

/*	ヘッドライン日付部分	*/
.newsDate {
	float: left;
	width:110px;
	margin: 0px;
	padding: 7px 5px;
	color:#333333;
	font-size:12px;
	text-align:left;
	background: url(../images/line.gif) bottom no-repeat;
}
/*	ヘッドラインタイトル部分	*/
.newsText {
	float: left;
	width: 380px;
	margin: 0px;
	padding: 7px 5px;
	color: #333333;
	font-size: 12px;
	background: url(../images/line.gif) bottom no-repeat;
}

/*	ヘッドラインページ送り	*/
#naviBox {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#naviNext {
	float: right;
	width: 80px;
	margin: 10px 0px;
	font-size: 11px;
	text-align: right;
}
#naviPrev {
	float: left;
	width: 80px;
	margin: 10px 0px;
	font-size: 11px;
}

/*	インフォメーション	*/
.stit{
	margin:10px 0 5px 0;
}
.info{
	font-size:12px;
	line-height:160%;
	margin:0 0 10px 10px;
}

/*	記事内テーブル	*/
.info table {
	margin: 10px 0px;
	border-collapse: collapse;
}
.info th {
	font-weight:normal;
	background-color:#E0EBED;
	text-align:center;
	padding: 2px;
	border:1px solid #CCCCCC;
}
.info td {
	color:#285B6E;
	background-color:#ffffff;
	text-align:center;
	padding: 2px;
	border:1px solid #CCCCCC;
}
