@charset "utf-8";

ul li{ list-style-type:none;}
.clear{ clear:both}
a img{ border:0px;}
form{ padding:0; margin:0;}
hr{border:0;border-top:1px solid #D4B37F;height:1px}

a:link{ color:#1874BB; text-decoration:none;}
a:visited{color:#1874BB;text-decoration:none;}
a:hover{ color:#1874BB;text-decoration: underline;}
a:active{color:#1874BB;text-decoration: underline;}

body{
	text-align: center;
	font-family:"MS ゴシック P", Osaka, "Hiragino Pro W3";
	padding:0;
	margin:0;
	font-size:80%;
	line-height:1.2 ;
	background:#fff url(../images/body_back2.jpg) 0 0 repeat-x;
}
#wrapper{
	position: relative;
	width:940px;
	text-align:left;
	margin: 0 auto;
	padding-bottom: 10px;
}

#container{
	background: url(../images/container_bk.gif) 0 0 repeat-y;
	padding-bottom: 10px;
}
#contents{ 
	width: 920px;
	padding: 0 10px;
	background: url(../images/contents_bk.gif) 0 0 no-repeat;
}
/* フラッシュ
---------------------------------------------------- */
#top-flash {
	border-top: 8px solid #493213;
	width: 920px;
	height: 710px;
}
/* ナビゲーション
---------------------------------------------------- */
#top_menu{
	background:url(../images/menu_back.gif) 70px 0 no-repeat;
	padding:0px 76px 5px 81px;
	width:643px;
	height:50px;
}
#top_menu a{
	display:block;
	float:left;
}

#main-nav-wrapper {
	background-color: #AFDEF8;
	padding: 10px 0 10px 0;
	border-bottom: 8px solid #493213;
}

#main-nav {
	height: 54px;
	background-image:url(../images/main-nav-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 155px;
}

#main-nav:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
#main-nav{
	width: 760px;
	/*\*//*/
	overflow: hidde;
	/**/
}

#main-nav ul {
	margin: 0px;
	padding: 5px 0 0 22px;
}
#main-nav ul li {
	display: inline;
	margin: 0px 0 0 6px;
	padding: 0px;
}
/* バナー
---------------------------------------------------- */
#banner-area { 
	width: 920px;
	height:200px;
	margin: 0px 64px 0 0px; 
	padding: 10px 0 0 0px; 
	background-image: url(../images/bottom-bg.jpg); 
	background-repeat: no-repeat; 
}
.banner1 {
	width: 610px;
	/*float:left;*/
	margin: 3px 12px 8px 0;
	padding: 0 0 0 155px;
}

.banner2 {
	width: 740px;
	/*float:left;*/
	margin: 3px 12px 8px 0;
	padding: 0 0 0 100px;
}



.left_banner {
	float: left;
	margin-right: 6px;
	margin-left: 0px;
	margin-bottom: 20px
	}

.right_banner {
	float: right;
	margin-right: 0px;
	margin-bottom: 20px;
	}
.tokutoku_banner {
	margin-bottom: 6px;
	}

.top-bar {
	background-image: url(../images/top-bar.gif);
	background-repeat: no-repeat;
	width: 920px;
	height: 8px;
}

/* ニュース
---------------------------------------------------- */
#news {
	margin: 10px 0 0 70px; 
	padding: 45px 50px 10px 120px;
	background: #FFF url(../images/news_bk.gif) no-repeat left top;
	overflow: hidden;
}

/* フッター
---------------------------------------------------- */
#footer {
	font-size: 10px;
	color: #999999;
	width:940px;
	padding: 10px 0 20px 10px; 
	background: #FFF url(../images/outer-wrapper-bg-bottom.jpg) 0 0 no-repeat;
}
#footer_l{
	padding:5px 0 0 5px; 
	width:500px; 
	float:left; 
	font-size: 10px;
}
#footer_r {
	text-align: right;
	float:left
	width: 410px;  
	padding: 5px 20px 0 0; 
}