@charset "Shift_JIS";

/* top */

#header_top {
	position:relative;
	width: 950px;
	height:295px;
	margin: 0 auto;
	background: #fff url(../img/bg_top_header.gif) no-repeat 0 bottom;
}
#header_top #logo {
	position:absolute;
	top:14px;
	left:14px;
}
#header_top #headlink {
	position:absolute;
	top:22px;
	right:20px;
}
#header_top #gnavi {
	position:absolute;
	:5px;
	left:5px;
	width:940px;
	height:40px;
	background: #7b6549 url(../img/bg_gnavi01.gif) no-repeat 0 0;
}
#header_top #image {
	position:absolute;
	top:60px;
	left:5px;
}
#contents-wrap1_top {
	width: 950px;
	margin: 0 auto;
	padding-top:5px;
	background: url(../img/bg_top_contents01.gif) no-repeat center top;
}
#contents-wrap2_top {
	padding-bottom:30px;
	background: #fff url(../img/bg_top_contents02.gif) no-repeat center bottom;
}
#contents {
	background: #fff;
}

#top #main_area {
	width: 940px;
	padding-left: 5px;
}
#top #main_area .main_leftcol {
	float: left;
	width: 725px;
	padding: 0 0 0 15px;
}
#top #main_area .main_rightcol {
	float: left;
	width: 185px;
}

#top #gnavi {
	position:relative;
	top: 0px;
	left: 0px;
	width:940px;
	height:40px;
	background: #7b6549 url(../img/bg_top_gnavi.gif) no-repeat 0 0;
	margin-bottom: 20px;
}
#top #gnavi ul {
	margin:0 0 0 -1px;
	padding:6px 0 0 0;
}
#top #gnavi ul li {
	float:left;
	padding:0 0 0 7px;
}

#top .btn_box {
	width: 695px;
}
#top .btn_box .leftcol{
	width: 355px;
	float: left;
}
#top .btn_box .rightcol{
	width: 340px;
	float: left;
}
#top .news_p{
	margin: 0;
}

#top table.news {
	width: 695px;
}


#top .news tr {
	background: url(../img/bg_top_news.gif) no-repeat 0 bottom;

}
#top .news th {
	width: 95px;
	padding: 10px 0px 10px 10px;
	text-align: left;
	vertical-align: top;
}
#top .news td {
	padding: 10px 5px 10px 5px;
	width: 580px;
	vertical-align: top;
}


#top .mark_p {
	font-size: 85%;
	margin: 8px 0 20px 0;
	line-height:1.2em;
}

#top ul.bnr_link {
	width:185px;
	height:265px;
	background: #fff url(../img/bg_top_bnr.gif) no-repeat 0 0;
}
#top ul.bnr_link li {
	padding:5px 0 0 5px;
}



/* clearfix */
#top #main_area:after,
#top .btn_box:after,
.clearfix:after {
	content: "";
	display: block;
	clear: both; 
}
#top #main_area,
#top .btn_box,
.clearfix {
	/zoom : 1;
}
