@charset"Shift_JIS";

/*ブラウザスタイルのリセット*/
body,h1,h2,ul,li,p,dl,dt,dd{
	margin:0;
	padding:0;
	line-height:1;
}

/*全体のスタイル*/
body{
	background:#fff url(images/bg_1.gif) repeat;
	color:#666;
	font-family: verdana,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;

}
#wrapper{
	margin:10px auto;
	padding:20px 30px 30px 30px;
	width:864px;
	background-color:#fff;
	border:solid 1px #fff;
}
a img{
	border:0;
}
a{
	outline:none;
}

/*headerのスタイル*/
#header{
	height:135px;
}
h1{
	float:left;
}
	
#header ul{
	float:right;
	width:144px;
	list-style-type:none;
	font-size:75%;
	padding-top:80px;
}
#header li{
	text-align:right;
	line-height:1.5;
}
.mr_5{
	margin-right:5px;
}

#main .top_information li{
	margin: 5px 0;
}
	

/*menuのスタイル*/
#menu{
  width: 100%;
  overflow:hidden;
  zoom:1;
}

#menu li{
  display: block;
  float: left;
  width: 144px;
  text-align: center;
  background: url(images/menu_background.gif) repeat-x;
  font-size: 88%;
}

#menu a{
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: rgb(130,130,130);
  font-weight: bold;
}

#menu a:link{
  color: rgb(130,130,130);
}

#menu a:visited{
  color: rgb(130,130,130);
}

#menu a:hover{
	color: #c36;
}

#menu a:active{
	color: #c36;
}

/*contentのスタイル*/
#content{
	overflow:hidden; /* 高さを出すため */
	width:100%;
	background:#fff;
	padding-bottom:30px;
}

#content_image{
  margin: 20px auto;
  width: 820px;
  height: 34px;
}
table#content_image td{
	text-align: center;
}

#photo{
	margin:20px 0;
}

#map img{
  display: block;
  margin: 20px auto;
}

#howto{
  width: 500px;
  margin: 10px auto;
}

#howto p{
  line-height: 1.2;
}

/*mainのスタイル*/

#main{
	float:left;
	width: 100%;
	overflow: hidden;
	padding: 0;
}
h2{
	clear:both;
	border-left:solid 4px #666;
	border-bottom:solid 1px #666;
	font-size:15px;
	font-weight:normal;
	width:565px;
	text-transform:uppercase;
	padding-left:10px;
	line-height:1.5;
	letter-spacing:2px;
	margin-bottom:15px;
}

#main #information_head{
	margin-bottom: 5px;
}

#main ul{
	margin: 0 0 15px 0;
	list-style-type:none;
	width:572px;
}
#main li{
	line-height:2;
	font-size:80%;
	border-bottom:dotted 2px #ccc;
}



.mr_5{
	margin-right:5px;
}



/*sideのスタイル*/
#side{
	float:right;
	margin-top: 25px;
	width: 270px;
}
#lang{
	margin:15px 0;
	text-align:right;
	font-size:90%;	
}
#deta{
	font-size:80%;
	line-height:1.5;
	text-align:right;
}
#banner{
	text-align:right;
}

/*footerのスタイル*/
#footer{
	clear:both;
	text-align:center;
	font-size:80%;
	color:#000;
	padding-top:15px;
	border-top:solid 1px #c2c2c2;	
}
address{
	font-style:normal;
	font-weight:normal;
	line-height:1.5;
}
#footer p{
	font-size:80%;
	margin-top:7px;
}
.clear{
	float:none;
	padding:0;
	line-height:0;
	margin:0;
	height: 0px;
}
