@charset "utf-8";

/* =========  ニューステキスト  ========== */

.date{
	font-size:10px;
	line-height:12px;
}
h2{
	font-size:18px;
	line-height:22px;
	color:#FFFFFF;
	padding:12px 0px 12px 0px;
	font-weight:normal;
}



/* =========  ライン＆ [PAGE TOP]ボタン  ========== */


/* =========  line_box_bh  ========== */
.line_box_bh {
	clear:both;
	position:relative;
	height:72px;
	width:770px;
	background-image:url("../../images/html/line.gif");
	background-position:center center;
	background-repeat:repeat-x;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-indent:-9999px;
	display:block;
}

.noline_box_bh {
	clear:both;
	position:relative;
	height:72px;
	width:770px;
	margin:0px auto 0px auto;
}

/* =========  btn_top  ========== */
.btn_top{
	position:absolute;
	top:8px;
	left:705px;
	display:block;
	float:left;
	height:17px;
	width:65px;
	text-decoration:none;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	font-size: 12px;
	background:url("../../images/html/btn_page_top_on.gif");
}
.btn_top a{
	list-style-type:none;
	display:block;
	height:17px;
	width:65px;
	text-decoration:none;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	font-size: 12px;
	background:url("../../images/html/btn_page_top_off.gif");
}

.btn_top a:focus{overflow: hidden;}
.btn_top a:hover{background:none !important;}



/*=======  pager  ========*/

.pager{
	padding: 0px 90px 0;
	text-align: center;
	font-size: 90%;
	margin-bottom:27px;
}
.pager a{
	display: inline-block;
	margin: 0 2px;
	padding: 1px 7px;
	border: 1px solid #333;
	text-decoration:none;
}
.pager a:hover{
	border: 1px solid #;
	background: #444;
	color:#FFDEB4;
}
.pager span{
	display: inline-block;
	margin: 0 2px;
	padding: 1px 7px;
	border: 1px solid #777;
	font-weight:normal;
	color:#eee;
}


