@charset "utf-8";

*{margin:0;padding:0;}

body{
	color: #E4E4E4;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 13px;
	line-height: 1.7;
	background-color: #000;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
}

body#toppage {
background: #000 url(images/bg_top.png) repeat-x top;
}

a{color:#aa9045;text-decoration:none;}
a:hover{color:#d2b36d;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
background: url(images/header.png) no-repeat 100% 30px;
height: 80px;
}

#header h1 {
padding: 3px 0 5px;
font-size: 10px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0;
width: 910px;
height: 31px;
background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:182px;}

ul#topnav a{
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 182px;
	height: 46px;
	background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-182px 0;}
ul#topnav a#menu{background-position:-364px 0;}
ul#topnav a#faq{background-position:-546px 0;}
ul#topnav a#map{background-position:-728px 0;}


ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-182px -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-364px -46px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-546px -46px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-728px -46px;}



li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 25px 0;
display: inline;
}

#main h2{
	margin-bottom: 10px;
	padding: 0 10px 0px 20px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background: url(images/heading.png) no-repeat;
}

#main h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 15px;
	margin-top: 10px;
	letter-spacing: 0.2em;
	color: #aa9045;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	clear: both;
}

#main p {
	padding: 0px;
}

/* 画像を右に回りこみ */
#main p.withImage{
	width: 598px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#aa9045;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/* フッター共通 */
.box{
	float: left;
	width: 195px;
	margin: 20px 16px 10px 0;
	line-height: 1.6;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #000 url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#aa9045;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li{margin-bottom: 3px;}
#footer li{
	margin-bottom: 0px;
	font-size: 11px;
}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 20px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 23px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #fff;
background: url(images/heading2.png) no-repeat;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
	list-style: none;
	border-bottom: 1px solid #333;
	font-weight: normal;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#sidebar li a{
	background: url(images/list.png) no-repeat 0 50%;
	display: block;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#sidebar li a:hover{
	background-position: 3px 50%;
	color: #CCC;
}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #333;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}
.boxshita {
	width: 500px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
.pd1 {
	margin-left: 15px;
	line-height: 20px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.pd2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.pd3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}



.ji-box1 {
	line-height: 20px;
	width: 270px;
	margin-left: 30px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}
.map-box1 {
	line-height: 20px;
	width: 580px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.pic-r {
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	float: right;
}


.td1 {
	line-height: 20px;
	margin-bottom: 15px;
}
