@charset "shift_jis"; 

/*	ヘッドラインのボックス	*/
#headlineBox {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/*	ヘッドライン日付部分	*/
.newsDate {
	float: left;
	width: 150px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../../../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
/*	ヘッドラインタイトル部分	*/
.newsText {
	float: left;
	width: 350px;
	padding: 5px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*	ヘッドラインページ送り	*/
#naviBox  {
	clear: both;
	list-style-type: none;
	width: 600px;
	height: 30px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../../../../images/navi630.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}



#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;
}
