@charset "Shift_JIS";

/*-----------------------------------------
headlines
------------------------------------------*/
#news #contents h2{
	margin: 0 0 10px;
}

#news #contents h2.topic{
	margin: 0 auto 10px;
	font-size: 108%;
	background: #FFFFFF url(../news/img/bullet.jpg) no-repeat left top;
	padding: 11px 0 11px 24px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 622px;
}





/*-----------------------------------------
paragraph
------------------------------------------*/
#news #contents p{
	margin-bottom:15px;
}



/*-----------------------------------------
pageNaviBack
------------------------------------------*/
#news #contents #pageNaviBack p{
	margin: 0;
	font-weight: bold;
	text-align: center;
}

#news #contents #pageNaviBack{
	width: 646px;
	clear: both;
	padding: 5px 0;
	background: #FEF2F4;
}




/*-----------------------------------------
dl
------------------------------------------*/
#news #contents dt{
	float: left;
	clear: left;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	background: url(../img/bulletPink.gif) no-repeat left center;
}

#news #contents dd{
	padding: 10px 0 10px 7em;
	background: url(../img/dot.gif) repeat-x left bottom;
}




/*-----------------------------------------
pageNavi
------------------------------------------*/
#news #pageNavi{
	width: 646px;
	clear: both;
	padding: 8px 0;
	background: #FEF2F4;
	margin-top:15px;
}

#news #pageNavi li{
	text-align:center;
}


#news #pageNavi #prev{
	font-weight: bold;
	padding: 5px 10px 0 0;
	text-align: left;
}

#news #pageNavi #next{
	font-weight: bold;
	padding: 5px 10px 0 5px;
}

#news #pageNavi #sum{
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}

#news #pageNavi #sum a{
	border: 1px solid #F6A8C9;
	padding: 2px 8px;
	margin: 0 4px 0 0;
	text-decoration: none;
}

#news #pageNavi #sum a:hover{
	background:#F8BCD6;
	color: #FFF;
}

#news #pageNavi #sum span{
	padding: 0 8px 0 4px;
}

