@charset "utf-8";
/* CSS Document */

/*--------------------------------
　　レイアウト、ヘッダー、メニュー
--------------------------------*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
	color:#333333;		/*文字色*/
} 

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	text-align:center
}

#wrap{
    margin: 0px auto;
    padding: 0px;
    max-width: 1260px;
    min-width: 800px;
}

#container{
	margin: 0px auto;
	padding: 0px 0px;
	width: 800px;
	text-align: left;
}

#header{
	margin: 0;
	padding: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dbdcdc;
}

h1{
	margin:0;
	padding:0;
	font-size: 11px;
}

h1:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
	color: #1e90bd;
}

#smenu{
	text-align: right;
	font-size: 11px;
}

#smenu ul li{
	display: inline;
	padding:5px;
 }
 
#smenu ul li a{
	text-decoration:none;
}

#smenu ul li a:hover{
	color: #b1ce3d;
}

#menu{
    width:800px; 　/*任意の幅で*/
    height: 60px;    /*任意の高さで*/
    margin:0 auto;  /*センタリング用*/
	list-style:none;
}

#menu a{
	display: block;   /*任意の高さで(基本heightと同じ数値)*/
	vertical-align: baseline;
	text-decoration: none;
}

#menu li{
	width: 200px;  /*任意の幅*/
	height: 50px;    /*任意の高さで*/
	float: left;
	text-align: center;
	list-style-type: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dbdcdc;
	padding-top: 10px;
	padding-bottom: 0px;
}

#menu li:hover{
	color:#b1ce3d;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b1ce3d;
}

.japan_s{
	font-size: 0.9em;
}

#pan{
	clear: both;
	padding-top:20px;
	padding-left:2em;
	overflow:hidden;
}

#pan ul li{
	display: inline;
	padding-right: 3px;
 }
 
#pan ul li a{
	text-decoration: none;
}

#pan ul li a:hover{
	color: #b1ce3d;
}

.bold{
	font-weight: bold;
}

/*--------------------------------
　　ホームイメージ
--------------------------------*/

#main{
	background-image: url(images/image_01.gif);
}

#bunner{
	margin-top:70px;
	padding-top: 400px;
}

#bunner div{
	width:380px;
	height:160px;
}

#bunner .bunner_01{
	float: left;
	background-image: url(images/bunner_01_r.gif);
	background-repeat: no-repeat;
}

.bunner_01 a{
    display: block;
}
.bunner_01 img{
    border: none;
}
.bunner_01 a:hover{
    background: none;
}
.bunner_01 a:hover img{
    visibility: hidden;
}

#bunner .bunner_02{
	float: right;
	background-image: url(images/bunner_02_r.gif);
	background-repeat: no-repeat;
}

.bunner_02 a{
    display: block;
}
.bunner_02 img{
    border: none;
}
.bunner_02 a:hover{
    background: none;
}
.bunner_02 a:hover img{
    visibility: hidden;
}

/*--------------------------------
　　コンテンツ
--------------------------------*/

#contents{
	padding-top: 20px;
}

h2{
	padding: 0;
	font-size: 1.5em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dbdcdc;
	height: 2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 0;
}

h2:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
	color: #1e90bd;
}

#contents div{
	margin-top: 1em;
}

#contents p{
	margin-right: 1em;
	margin-left: 1em;
}

#hokokukai p{
	padding-right: 1em;
	padding-left: 1em;
}

#info table{
	margin-right: 1em;
	margin-left: 1em;
}

h3{
	font-size: 1em;
	padding-right: 1em;
	padding-left: 1em;
}

h4{
	padding-right: 1em;
	padding-left: 30px;
	font-size: 1.2em;
	background-image: url(images/icon_01.gif);
	height: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 0.3em;
}

.schedule{
	margin-top: 1px;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 40px;
}

.schedule th{
	text-align: left;
	background-color: #cbdaf4;
	font-size: 1em;
	font-weight: normal;
	padding-top: 0.9em;
	padding-right: 1em;
	padding-bottom: 0.9em;
	padding-left: 1em;
}

.schedule td{
	font-size: 1em;
	background-color: #f9fbfc;
	padding-top: 0.9em;
	padding-right: 1em;
	padding-bottom: 0.9em;
	padding-left: 1em;
}

.schedule a{
	text-decoration: none;
}

.schedule a:hover{
	color: #b1ce3d;
}

.line_01 td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdcdc;
}

#toroku{
	margin-right: 1em;
	margin-left: 1em;
	background-color: #f5f0f0;
	padding: 1.5em;
	margin-bottom: 1.5em;
}

#toroku ul{
	padding-bottom: 10px;
}

h5{
	font-size: 1em;
}

#toroku li{
	margin-left: 1.5em;
	margin-top: 0.5em;
}

.button_01{
	text-align: center;
}

.button_01 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#toroku_clear{
	padding-top: 10px;
}

.map{
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.map img{
	border: 1px solid #333333;
}

.tittle_01{
	background-color: #f5f0f0;
	padding-top: 2px;
	margin-right: 1em;
	margin-left: 1em;
	margin-top: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.link_01 a{
	text-decoration: none;
	font-weight: bold;
}

.link_01 a:hover{
	color: #b1ce3d;
}

.link_02 a{
	text-decoration: none;
}

.link_02 a:hover{
	color: #b1ce3d;
}

.scap{
	font-size: 0.9em;
}

#contact{
	padding: 1em;
	margin: 3em;
	border: 1px solid #333333;
}

.scap_b{
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
}

.scap_b a{
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.scap_b a:hover{
	color: #b1ce3d;
}

	
/*--------------------------------
　　フッター
--------------------------------*/

#footer{
	background-color: #f5f0f0;
	height: 100px;
	margin-top: 80px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

.first_l{
	margin-right: .1em;
	font-size: 1.5em;
	color: #1e90bd;
}

ul.fmenu li{
	display: inline;
	padding: 5px;
 }
 
ul.fmenu li a{
	text-decoration: none;
	padding-right: 1em;
}

ul.fmenu li a:hover{
	color: #b1ce3d;
}
