@charset "Shift_JIS";
@import url("common.css");
@import url("banner.css");



/* ページの土台 */
#contents_base{ width:533px; margin:7px 0px 18px 22px; }

/* リスト部分の土台 */
#list_base{ }



/* 情報一件分の土台 */
.list_item{ width:515px; margin:0 0 0px 0; background:url(../common/dot_line_01.gif) left bottom repeat-x;margin-bottom:10px;}


.list_item div.detail_block{ width:100%; font-size:12px;}
.list_item div.detail_block div.inner{ margin:0px 20px 20px 20px;}

/* ********************************************************************** */
/* 新着情報表示部 */
/* ********************************************************************** */

dl.news{
	width:527px; margin:7px 3px 8px 3px;
	color : black;
	background:url(../common/link_border.gif) left bottom repeat-x;
	border : 1px sold red;
}
dl.news dt{
	font-weight:bold;
	margin-left:8px;
	font-size : 12px;
	padding-left:10px;
	background:url(../toppage/li_mark.gif) no-repeat left center;
	width:80px;
	float:left;
	border : 1px sold red;
}
dl.news dd{
	vertical-algin:top;
	margin-left:120px;
	font-size : 12px;
	width:395px;
	border : 1px sold red;
}
dl.news dd a{
	color:#000;
}
dl.news dd a:hover{
	color:#aaa;
}







