@charset "utf-8";
/* CSS Document */






/*=-------------------------------------------------------------------------------
■大枠
---------------------------------------------------------------------------------*/

#main {
	float: left;
	width: 675px;
}





/*=-------------------------------------------------------------------------------
■中ページ共通
---------------------------------------------------------------------------------*/

.insearch_box {
	background: url(../img/search_bottom.gif) no-repeat 0 bottom #009FC7;
	width: 250px;
	padding: 0 10px 10px 10px;
}

.insearch_box table {
}

/*=-------------------------------------------------------------------------------
■ページング
---------------------------------------------------------------------------------*/

.page_moveBox {/*
	background: url(../img/channel_bottom.jpg) no-repeat 0 bottom;*/
	padding: 15px 0 10px 0;
}

ul.page_move{
	float: left;
	width: 390px;
}

.page_move li{
	font-size: 112%;
	font-weight:bold;
	padding-right:5px;
	display:inline;
}
.page_move li a{
	text-decoration:none;
}









