@charset "shift_jis"; 

/*	--- headline.css ---	*/

/* メインメニュー
---------------------------------------------------- */
ul#menu li#mn1 {
	background: url(../images/mn_01_set.gif) no-repeat;
}
ul#menu li#mn1 a:hover {
	background: url(../images/mn_01_set.gif) no-repeat;
}
ul#menu li#mn1 a {
	font-size:1px;
	color:#FF6600;
	text-align:center;
	display: block;
	height:20px;
	text-decoration:none;
}

/* 月別コメント
---------------------------------------------------- */
#text {
	font-size:12px;
	color:#333300;
	width:488px;
	height:16px;
	padding:8px 0 0 8px;
	margin:10px 0 10px 10px;
	background: url(../images/text_bg.gif) no-repeat;
}




/*	フォトログのボックス	*/
#photoBox {
	width:496px;
	padding: 0px;
	margin: 20px 0 0 10px;
}
.photoBoxL {
	float: left;
	margin: 5px 5px 0;
}


/*	ヘッドラインのボックス	*/
#headlineBox {
	width:496px;
	padding: 0px;
	margin: 20px 0 0 10px;
}

/*	ヘッドライン日付部分	*/
.newsDate {
	float: left;
	width:110px;
	margin: 0px;
	padding: 5px;
	color:#333333;
	font-size:12px;
	text-align:left;
	background: url(../images/line.gif) bottom no-repeat;
}
/*	ヘッドラインタイトル部分	*/
.newsText {
	float: left;
	width: 366px;
	margin: 0px;
	padding: 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: 12px;
	text-align: right;
}
#naviPrev {
	float: left;
	width: 80px;
	margin: 10px 0px;
	font-size: 12px;
}



/*	おすすめタイトル	*/
.titImg{
	margin:0px 0px 10px;
}

/*	おすすめのボックス	*/
#osusumeBox {
	width:240px;
	padding: 0px;
	margin: 0;
}

/*	おすすめ画像部分	*/
.osusumeImg {
	float: left;
	width:50px;
	height:40px;
	margin: 5px 0px 0px;
	color:#333333;
	font-size:12px;
	text-align:left;
	background: url(../images/line.gif) bottom no-repeat;
}
/*	おすすめタイトル部分	*/
.osusumeText {
	float: left;
	width:180px;
	height:43px;
	margin: 5px 0px 0px;
	color:#333333;
	font-size:12px;
	background: url(../images/line.gif) bottom no-repeat;
}
