/* 
	レイアウト１
*/

@import url(header.css);
@import url(footer.css);

body {
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(/common/img/top/content_bg.gif);
}

#wrapper {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-image: url(/common/img/container_bg2.gif);
	background-repeat: repeat-x;
	/padding-left: 1px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 102px;
	background-image: url(/common/img/header_inner_bg.gif);
	background-repeat: repeat-x;
	position: relative;
}

#visual {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-top: 27px;
	height: 306px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-bottom: 20px;
	padding-top: 20px;
}


#news-list {
	float: left;
	background-image:url(/common/img/top/news_bg.gif);
	width: 607px;
}

#news-list .h {
	width: 0px;
	height: 0px;
	display: none;
}

#news-list dl {
	margin-left: 95px;
	width: 512px;
}

#news-list dt {
	color: #A2A2A2;
	float:left;
	width: 77px;
	/*width: 62px;*/
	padding-left: 41px;
	clear: both;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#news-list dt.news {
	background-image: url(/common/img/top/i_news.gif);
}

#news-list dt.info {
	background-image: url(/common/img/top/i_info.gif);
}

#news-list dd {
	float:left;
	color: #A2A2A2;
	width: 359px;
	/*width: 314px;*/
	/*margin-left: 98px;*/
	padding-left: 18px;
	background: url(/common/img/top/news_separator.gif) no-repeat 0 5px;
	line-height: 1em;
	/*background-position: 0px  5px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

#news-list dd a {
	color: #A2A2A2;
	line-height: 1em;
}

#banner-list {
	float: left;
	margin-left: 19px;
	width: 224px;
	padding-bottom: 5px;
	background-image: url(/common/img/top/p_banner_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#banner-list .h {
	width: 224px;
	height: 20px;
	background-image: url(/common/img/top/p_banner_top.gif);
}

#banner-list .h  span{
	display: none;
}

#banner-list ul {
	padding-left: 24px;
	padding-right: 23px;
	width: 177px;
	background-image: url(/common/img/top/p_banner_bg.gif);
	background-repeat: repeat-y;
}

#banner-list ul li {
	margin-bottom: 8px;
}

#footer {
	position: relative;
	width: 607px;
	height: 39px;
	background-image:url(/common/img/top/footer_bg.gif);
}