@charset "utf-8";

/* ===================================================================
CSS Document

 file name  :style.css
 style info :コンテンツエリア関係 他
=================================================================== */
/*----------------------------------------------------
	☆h2
----------------------------------------------------*/
h2.new {
	margin-bottom:20px;
	padding:12px 12px 30px 18px;
	background:url(../../common/image/h2_bg_01.gif) repeat-x top;
	font-size:108%;
}

h2.new span.date{
	float:right;
	font-size:10px;
}

h2.new span.title{
	float:left;
}

.newBox{
	border:5px solid #e6d7cd;
	margin-bottom:20px;
	padding:13px 20px 5px 20px;
}

.itiran_date{
	font-size:10px;
	margin:0 5px 0 5px;
}

ul.page {
	float:right;
}

ul.page  li{
	float:left;
	margin-right:10px;
	text-align:center;
	background:#eddbce;
}
ul.page  li.next , ul.page  li.prev{
	background:none;
	padding-top:4px;
}

ul.page li.next a , ul.page li.prev a{
	display:inline;
	padding-top:4px;
}

ul.page li.next a:hover , ul.page li.prev a:hover{
	display:inline;
	background:none;
	padding-top:4px;
}
ul.page li a{
	width:30px;
	height:23px;
	display:block;
	padding-top:4px;
	text-decoration:none!important
}

ul.page li a:hover{
	width:30px;
	height:23px;
	display:block;
	padding-top:4px;
	background:#ce2b26;
}