/* CSS Document */

@charset "UTF-8";


#title{
	padding:10px 0 10px 0;
	height:100px;
	background-color: #FFF;
	color: #000;
	background-image:url(../images/top/bk_bg003.jpg);
	background-repeat: no-repeat;
	background-position: 0px -7px;
}

#title h1{
	margin:4px 0 0 15px;	
	float:left;
}

#title_read{
		height:100px;
	width:420px;
	float:right;
		font-size:13px;
	margin:10px 0 0 15px;	
	line-height: 125%;
	font-weight:nomal;
	color: #666;
	}

/*バックナンバーエリア大枠*/
#backnumber{
	background-color: #000;
	padding-bottom:0px;
	padding-top:20px;
	background-image:url(../images/top/bk_bg002.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/*サイドメニュー*/
#bk_right{
	margin:8px 8px 0 0;
	width:302px;
	float:right;

}

#bk_right p{
	margin:0 0 15px 0;

}

/*バックナンバー*/
#bk_left{
	margin:8px 0 0 8px;
	width:667px;
	float:left;

}

#bk_left h2{
	margin:0 0 24px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}



#bk_left h3{
	
	font-size:14px;
			color: #09F;
				margin:0 0 5px 0;
	}
#bk_left h4{
	
	font-size:12px;
				margin:0 0 5px 0;

	}

#bk_left h5{
	
	font-size:11px;
				margin:0 0 5px 0;

	}

#bk_left p{
	font-size:13px;
	margin:0 0 25px 0;
	line-height: 130%;
	font-weight:nomal;
	color: #ccc;
	}

/*スライダー*/
.bx-pager{
	width: 996px;
	height:10px;
	overflow: hidden;
	position: relative;
	margin:3px 0;
}



.bx-pager a{
	display:block;
	text-indent:-9999px;
/*	width: 332px; 3コマ*/
/*	width: 498px; 2コマ*/
/*	width: 249px; 4コマ*/
	width: 166px;/*6コマ*/
	height: 10px;
	float:left;

	background-image: url(../images/top/mv/pager004.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
.bx-pager a:hover,
.bx-pager a.pager-active{
		background-position: 0 100%;
}	

/*グリッド*/

#grid-content {
	width:667px;
	overflow: hidden;
	margin:8px 0 0 0;

}
#grid-content div {
	width: 215px;
	color: #E7E7E7;
	margin: 4px 3px;
	padding: 0;

}



#grid-content div p{
	font-size:11px;
	line-height:110%;
	margin:0 0 5px 0;
	color:#ccc;
}

#bk_left .bk_line{
	padding:0 0 12px 0;
	margin:0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}