@charset "utf-8";

/* Base
----------------------------------------------------*/

html{
font-size:100.01%;
}

body{
	font-size:14px;
	color: #3D3D3D;
	background-repeat: repeat-x;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
vertical-align:baseline;
font-style:normal;
font-weight:normal;
font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3",Meiryo UI,"Segoe UI Light","ＭＳ Ｐゴシック",sans-serif;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
	line-height:1.8;
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align:bottom;
}

a img{
border:0;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

/*　　*/

.center-text {
	text-align:center;
}

.floatright {
	float: right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom:5px;
}

.margin_b8 {
	margin-bottom:8px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b18{
	margin-bottom:18px;
}

.margin_b20{
	margin-bottom:20px;
}

.margin_b25{
	margin-bottom:25px;
}

.margin_b30{
	margin-bottom:30px;
}


.margin_b50{
	margin-bottom:50px;
}

.margin_r27{
	margin-right: 27px;
}


.margin_l10{
	margin-left:10px;
}



.in_cont {
	clear: both;
	overflow: hidden;
}

.in_cont5 {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}

.in_cont10 {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.in_cont20 {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.in_cont30 {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.font14 {
	font-size: 14px;
}

.font12 {
	font-size: 12px;
}

.pic_waku {
}


/*　トップページ　*/


/*　ヘッダー　*/

.header {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFD24D;
	height: auto;
	background-color: #FFF;
	padding-bottom: 10px;
	min-width: 1060px;
}
.header_contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	overflow: hidden;
}

.toph1 {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}
.header_logo {
	float: left;
	padding-top: 5px;
}
.header_info {
	float: right;
	width: 208px;
	padding-bottom: 33px;
}




/* グローバルメニュー*/

.globalmenu_back {
	clear: both;
	overflow:hidden;

}

#globalmenu {
}


#globalmenu-1 a{
	background-image: url(../images/gm_1.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 83px;
	float:left;
	text-indent: -9999px;
	display:block;
}
#globalmenu-1 a:hover{
	background-image: url(../images/gm_1h.png);
	background-repeat: no-repeat;
}  

#globalmenu-2 a{
	background-image: url(../images/gm_2.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 175px;
	float:left;
	text-indent: -9999px;
	display:block;
}
#globalmenu-2 a:hover{
	background-image: url(../images/gm_2h.png);
	background-repeat: no-repeat;
}

#globalmenu-3 a{
	background-image: url(../images/gm_3.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 175px;
	float:left;
	text-indent: -9999px;
	display:block;
}
#globalmenu-3 a:hover{
	background-image: url(../images/gm_3h.png);
	background-repeat: no-repeat;
}


#globalmenu-4 a{
	background-image: url(../images/gm_4.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 175px;
	float:left;
	text-indent: -9999px;
	display:block;
}
#globalmenu-4 a:hover{
	background-image: url(../images/gm_4h.png);
	background-repeat: no-repeat;
}


#globalmenu-5 a{
	background-image: url(../images/gm_5.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 175px;
	float:left;
	text-indent: -9999px;
	display:block;
}
#globalmenu-5 a:hover{
	background-image: url(../images/gm_5h.png);
	background-repeat: no-repeat;
}


#globalmenu-6 a{
	background-image: url(../images/gm_6.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 177px;
	float:left;
	text-indent: -9999px;
	display:block;
}
#globalmenu-6 a:hover{
	background-image: url(../images/gm_6h.png);
	background-repeat: no-repeat;
}



/*　--------------　*/

.main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 50px;
	clear: both;
}


/*　メインイメージ　*/

.main_image_back {
	background-image: url(../images/main_img_back.jpg);
	background-repeat: repeat-x;
	height: 388px;
}

.main_image {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


/*　左コンテンツ（トップページ）　*//*　右コンテンツ（トップページ）　*/


.side_contents {
	float: left;
	width: 260px;
}

.link_waku {
	border: 2px solid #FFCA28;
	margin-bottom: 20px;
}

.link_waku a:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

.side_map {
	border: 2px solid #FFCA28;
	margin-bottom: 20px;
	padding-top: 10px;
	background-color: #FFF;
}

.side_text {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background-color: #FFFDEC;
	padding: 10px;
}
.side_tr {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCA28;
	font-weight: bold;
}

/*　メインコンテンツ　*/

.main_contents {
	float: right;
	width: 665px;
}


.main_info {
	float: left;
	height: 300px;
	width: 325px;
}

.main_vac {
	float: right;
	height: 300px;
	width: 325px;
}

.main_infobox {
	padding: 8px;
}

.main_link a:link{
	display : block;
	width : 665px;
	height: 100px;
	background-repeat : no-repeat;
	background-image: url(../images/main_3.png);
	text-indent: -9999px;
	margin-bottom: 20px;
}

.main_link a:hover{
	background-image : url(../images/main_3h.png);
}


/*　フッター　*/

.footer_1 {
	background-color: #FFFCE1;
	clear: both;
	padding-top: 20px;
	padding-bottom: 50px;
	min-width:1060px;
}
.footer_contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.footer_navi {
	text-align: center;
	font-size: 14px;
}

.footer_navi a {
	color: #666;
	text-decoration: none;
}

.footer_navi a:hover {
	color: #999999;
	text-decoration: none;
}


.footer_2 {
	background-color: #FFECB0;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	min-width:1060px;
}

.footer_ad {
	float: left;
	width: 330px;
	margin-right: 20px;
}

.footer_line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFCE1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.copyright {
	background-color: #FFCA28;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width:1060px;
}


/*　中ページ　*/

.page_back {
	background-image: url(../images/page_back.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	min-width:1060px;
}

.page_cont {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.midashi1 {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ECB100;
	font-size: 18px;
	padding-left: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #5B5B5B;
}

.midashi2 {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #ECB100;
	margin-bottom: 15px;
	font-size: 15px;
	color: #ECB100;
	font-weight: bold;
}

.priv_text {
	margin-left: 20px;
	margin-bottom: 20px;
}


.priv_list {
	margin-bottom: 40px;

}

.priv_list li{
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 20px;
	margin-bottom: 20px;
}

.seach_eria {
	color: #5B5231;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #5B5231;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
}

.seach_waku {
	float: right;
	width: 385px;
	overflow: hidden;
	margin-right: 10px;
}
.seach_midashi {
	background-color: #EAE7D6;
	font-size: 18px;
	color: #5B5231;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 18px;
}

.seach_text {
	font-size: 15px;
	margin-bottom: 15px;

}

.seach_box {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	overflow: hidden;
}

.guide_f {
	background-color: #FFFACA;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: hidden;
}

.guide_pic {
	float: left;
	margin-right: 15px;
}


.list1 {
}

.list1 li{
	text-indent: -1em;
	padding-left: 1em;
	list-style-position: inside;
	list-style-type: disc;
}

.pic_waku {
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.pic_waku-l {
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.guide_riyou {
	border: 5px solid #FBE684;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(../images/guide_back.png);
	background-repeat: repeat;
	margin-bottom: 30px;
	overflow: hidden;
}

.guide_list {
}

.guide_list li{
	list-style-position: inside;
	list-style-type: disc;
	font-size: 15px;
}

.guide_t {
	background-image: url(../images/guide_li.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-bottom: 8px;
}

.flow_table {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.flow_table th{
	font-weight: bold;
	color: #8C6900;
	background-color: #FFFDEC;
	padding-right: 20px;
	padding-left: 20px;
}

.flow_td1{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #8C6900;
}

.flow_td2{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-left: 10px;
}

.flow_td3{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #8C6900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}


.sup_text {
	padding-left: 20px;
	margin-bottom: 10px;
}

.sup_spn {
	font-size: 12px;
	color: #666;
}

.access_midashi {
	width: 360px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.access_t {
	float: left;
	width: 300px;
	margin-left: 10px;
}
.access_map {
	clear: both;
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
}

.access_table {
}

.access_table th{
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #339900;
	text-align: left;
	width: 110px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
}


/*タブ付きパネル*/

.shisetsu_table {
	width: 650px;
	margin-bottom:20px;
}

.shisetsu_table th{
	width: 135px;
	background-color: #FFFFF0;
	text-align: left;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.shisetsu_table td{
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
}


.price_table {
	width: 650px;
	margin-bottom:20px;
}

.price_table th{
	width: 173px;
	background-color: #FFFCD9;
	text-align: left;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.price_td1{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 149px;
	vertical-align: middle;
	background-color: #FFF;
}

.price_td2{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 296px;
	vertical-align: middle;
	background-color: #FFF;
}

.price_td3{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 145px;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.price_td4{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 145px;
	vertical-align: middle;
	background-color: #FFFCD9;
}

.access_table {
	width: 630px;
	margin-bottom: 20px;
}

.access_table th{
	width: 150px;
	background-color: #FFEEB9;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.access_table td{
	text-align: left;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.shisetsu_box {
	text-align: center;
	width: 206px;
	float: left;
	margin-right: 13px;
}


.guide_t1{
	margin-top: 25px;
}

.guide_t2{
	margin-top: 10px;
}

.topinner {
	min-width:1060px;
}
