@charset "euc-jp";
/* CSS Document */
.con {
	margin-bottom:50px;
}
/*********** news_list **************/
#news_list {
	padding:0 10px 0 10px;
	width:550px;
}
#news_list .news_box {
	clear:both;
	width:570px;
}
#news_list .news_box p.day {
	float:left;
	padding:0px 0 24px 15px;
	margin-bottom:0;
	width:90px;
	line-height:130%;
	background:url(../../img/news/news_icon_arrow.jpg) no-repeat top left;
	background-position:0 7px;
}
#news_list .news_box p.title {
	float:left;
	padding:0px 0px 24px 0px;
	margin-bottom:0;
	line-height:130%;
	width:445px;
}
#news_list .content-nav {
	clear:both;
	text-align:center;
}
/*********** news_page **************/
#news_page {
	line-height:150%;
}
#news_page h2 {
	border-left:4px solid #FF9900;
	background:url(../../img/line_dot_cccccc.gif) repeat-x bottom left;
	background-color:#f3f3f3;
	font-weight:bold;
	padding:7px 0 12px 15px;
	margin-bottom:20px;
	font-size:16px;
	line-height:110%;
}
#news_page p {
	line-height:150%;
	margin-bottom:20px;
}
#news_page ul {
	list-style-type:disc;
	list-style-position:inside;
}
#news_page ol {
	list-style-position:inside;
}


