body {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	background-image:url(../img/top/gbk.png);
	background-repeat:repeat;
}

img {
	border: none;
    vertical-align: bottom;
}


a
{
	color:#cc6600;
	text-decoration: none;
}

a:hover
{
	color:#D27E00;
	text-decoration: underline;
}

a:hover img.hoverImg{
 opacity:0.7;
 filter:alpha(opacity=70);
 -ms-filter: "alpha( opacity=70 )";
 }

strong{color:#900;}
em{color:#F60;}
.white a{
	color:#FFFFFF;}
.white a:hover{
	color:#FFCC00;}


.resize img { width: 100%; }


.imgboxb { /* ボーダーのみ */
	border: 1px solid #ccc;
	padding: 5px;
	margin:5px 0;
}

.imgum5b { /* ボーダー・下5px */
	border: 1px solid #ccc;
	padding: 1px;
	margin-bottom: 5px;
}


.imgle { /* 左寄せ */
	float: left;
}

.imgle10 { /* 左寄せ用10px */
	margin-right: 10px;
	float: left;
}

.imgle10b { /* 左寄せ用10pxボーダー */
	margin-right: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.imgre { /* 右寄せ */
	float: right;
}

.imgre10 { /* 右寄せ用10px */
	float: right;
	margin-left: 10px;
}


.imgre10b { /* 右寄せ用10pxボーダー */
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 10px;
}

.imgc{
	display: block;
	margin:5px auto;
	padding:5px;
	}

.imgcb{
	display: block;
	margin:5px auto;
	border: 1px solid #ccc;
	padding: 5px;
	}

 /*header */ 

h1{
	margin:0;
	padding:5px 0;
	width:100%;
	height:20px;
	background-color:#fff;
	font-weight: normal; 
	font-size:12px;
	text-align:center;
}

header{
margin:0;
padding:0;
width:100%;
height:122px;
background-color:#FFFFFF;}
	
#topin{
	margin:0 auto;
	padding:0;
	width:1100px;
	height:122px;
	background-image:url(../img/top/hbk4.png);
	background-repeat:no-repeat;
	}	


#logo{
	float:left;
	margin:0px;
	padding:0px;
	width:390px;}

 
#topr{
	float:right;
	width:285px;
	margin:0px;
	padding:0px;
	}



/*bot */ 

#mbot {
	position: relative;
	z-index: 500;
	margin:0;
	padding:0;
	width:100%;
	height: 40px;
	background-image:url(../img/top/bbk.png);
	background-repeat:repeat-x;
}


bot {
    width: 100%;
	background-image:url(../img/top/bbk.png);
	background-repeat:repeat-x;
}


#botin {
	margin:0 auto;
    width: 1100px;
}

#mbot .follow {
    position: fixed;
    top: 0;
}


/*gb */ 

#menu ul{
  margin:0;
  padding:0;
  width:100%;
}
#menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 182px;/*親メニューの幅*/
  height: 40px;/*親メニューの高さ*/
  line-height: 40px;
  background:;/*親メニューの背景色*/
  color: #fff;/*親メニューの文字色*/
  text-align:center;
  letter-spacing:1px;
  border-right:1px solid #dcd6cc;
}
#menu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#menu ul li:hover, .menu ul li a:hover {
  background:#754827;/*ホバー時の親メニューの背景色*/
  color:#fff;/*ホバー時の親メニューの文字色*/
}
#menu ul li ul {
  position: absolute;
  top: 40px;/*親メニューの高さと同じにする*/
  width: 182px;
  z-index: 100;
}
#menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 182px;/*サブメニューの幅*/
  height: 0;
  background:#cd7834;/*サブメニューの背景色*/
  border-bottom:1px solid #dcd6cc;
}
#menu ul li ul li:hover, #menu ul li ul li a:hover {
  background:#754827;/*ホバー時のサブメニューの背景色*/
}
#menu ul li:hover ul li, #menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}
#menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#mline{
	border-left:1px solid #dcd6cc;}



#sidenet{
	margin:0;
	padding:15px 0 0 10px;
    width:100px;
	height:200px;
	background-color:#FFFFFF;
    -webkit-border-top-left-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius-topleft: 10px;   /* Firefox用 */  
    -webkit-border-bottom-left-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius-bottomleft: 10px;   /* Firefox用 */  
	opacity: 0.9;
	background-color:#cf7c06;
}

.floating {
top: 200px;
right:0;
position: fixed;
z-index: 300;
}

#siderec{
	margin:0;
	padding:15px 0 0 10px;
    width:100px;
	height:200px;
	background-color:#FFFFFF;
    -webkit-border-top-left-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius-topleft: 10px;   /* Firefox用 */  
    -webkit-border-bottom-left-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius-bottomleft: 10px;   /* Firefox用 */  
	opacity: 0.9;
	background-color:#8bc34a;
}

.floating2 {
top: 420px;
right:0;
position: fixed;
z-index: 300;
}


/*slie */ 
#newslide {
	width: 100%;
	text-align: center;
	border-top:5px solid #DED7CB;
	border-bottom:5px solid #DED7CB;
	background-color:#FFFFFF;
}




/*main */ 

#site{
	margin:20px auto;
	padding:15px 0;
    width:1100px;
	text-align:center;
	border-radius: 10px;
	background-color:#FFF;
	
	/* border-radius */
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;

/* box-shadow */
box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-moz-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
}


.st{
	position: relative;
	padding: .3em .5em .3em 2em;
	border-bottom: 2px solid #a44d13;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	letter-spacing:1px;
	width:92%;
	margin:5px auto 15px;
}
.st::before,
.st::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.st::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 20px;
	height: 20px;
	background: rgba(243, 152, 30, .8);
}
.st::after {
	top: .7em;
	left: .7em;
	width: 15px;
	height: 15px;
	background: rgba(205, 120, 52, .8);
}


.txt{
	margin:10px auto;
    padding:0;
    width:1050px;
	text-align:left;
	font-size:14px;
	line-height:24px;
	letter-spacing:1px;
}


#wrap{
	margin:15px auto;
	padding:0 0 15px;
    width:1100px;
}


#main{
	float:left;
	width:780px;
	}

h2,h3,h4{
	clear:both;
	margin:15px auto;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	}	
	
.txin{
	margin:0 auto 10px;
	padding:0;
	width:740px;
	font-size:14px;
	line-height:24px;
	letter-spacing:1px;
	}

#what{
		float:left;
	width:780px;
	margin:0 0 15px;
	border-radius: 10px;
	background-color:#FFF;
	
	/* border-radius */
border-radius:3px;
-webkit-border-radius:10px;
-moz-border-radius:10px;

/* box-shadow */
box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-moz-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
}


#whatin{
	margin:0 auto 15px;
	width:750px;
	height:230px;
	border:1px solid #c7b7a0;}


#conte{
	float:left;
	margin:10px 0;
	width:780px;
	border-radius: 10px;
	background-color:#FFF;
	
	/* border-radius */
border-radius:3px;
-webkit-border-radius:10px;
-moz-border-radius:10px;

/* box-shadow */
box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-moz-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
	}



#kamo{
	float:left;
	margin:15px 0;
	width:780px;
	border-radius: 10px;
	background-color:#FFF;
	
	/* border-radius */
border-radius:3px;
-webkit-border-radius:10px;
-moz-border-radius:10px;

/* box-shadow */
box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-moz-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
	}


#kab
	{
	margin:0 auto;
	padding:0;
	width:762px;
	background-color:#FFFFFF;
}

#kab ul
	{
	margin:0;
	padding:0;
	width:762px;
	list-style:none;
}

#kab li{
    float: left;
    display:block;
	margin:0 0 10px;
	padding:0;
	width:254px;
	height:120px;
	text-align:center;
}





#sidew{
	float:right;
	width:300px;
	margin:0;
	padding:0;
	
}

#sideb2{

	margin:0 0 20px;
	padding:15px;
	width:270px;
	border-radius: 10px;
	background-color:#FFF;
	
	
	/* border-radius */
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;

/* box-shadow */
box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-moz-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
	}


#sideb2 ul
	{
	margin:0 auto;
	padding:0;
	width:270px;
	list-style:none;
}

#sideb2 li{
    float: left;
    display:block;
	margin:0 0 10px;
	padding:0;
	width:270px;
	height:120px;
}

#side{
	width:300px;
	margin:0;
	padding:15px 0 5px;
	border-radius: 10px;
	background-color:#FFF;
	
	
	/* border-radius */
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;

/* box-shadow */
box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
-moz-box-shadow:rgba(167, 175, 184, 0.219608) 0px 0px 6px 3px;
	}


#sideb
	{
	margin:0 auto;
	padding:0;
	width:270px;
	background-color:#FFFFFF;
}

#sideb ul
	{
	margin:0 auto;
	padding:0;
	width:270px;
	list-style:none;
}

#sideb li{
    float: left;
    display:block;
	margin:0 0 10px;
	padding:0;
	width:270px;
	height:120px;
}





/*--map--*/


#map{
	clear:both;
	float:left;
	margin:10px 0 0 0;
	padding:0;
	width:100%;
	height:480px;
	text-align:center;
	border-top:solid 3px #efb32f;
	}


h5{
	clear:both;
	margin:25px auto 15px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	}	

#pages{
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 80px 0;
	border-top:3px solid #efb32f;
	background-color:#a44d13;
}

#pagesin{
	width: 1100px;
	height:200px;
	margin: 0 auto;
	padding: 0;
	background-image:url(../img/top/fbk.png);
	background-repeat:no-repeat;
}


#pagestx{
	float:right;
	width: 840px;
	margin: 0;
	padding: 0;
}

#ptx1{float:left;
	width: 210px;
	margin: 0;
	padding:0;
}

#ptx1 ul{
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-align:left;
	list-style-position:inside;
}

#ptx1 li{
	float:left;
	margin:5px 0px;
	padding:0px;
	width:210px;
	font-size: 12px;
	color: #ffffff;
	text-align:left;
	list-style:disc;
}

#ptx2{float:left;
	width: 210px;
	margin: 0;
	padding: 0px;
}

#ptx2 ul{
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-align:left;
	list-style-position:inside;
}

#ptx2 li{
	float:left;
	margin:5px 0px;
	padding:0px;
	width:210px;
	font-size: 12px;
	color: #ffffff;
	text-align:left;
	list-style:disc;
}

#ptx3{float:left;
	width: 210px;
	margin: 0;
	padding: 0px;
}

#ptx3 ul{
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-align:left;
	list-style-position:inside;
}

#ptx3 li{
	float:left;
	margin:5px 0px;
	padding:0px;
	width:210px;
	font-size: 12px;
	color: #ffffff;
	text-align:left;
	list-style:disc;
}



#ptx4{float:left;
	width: 210px;
	margin: 0;
	padding: 0px;
}

#ptx4 ul{
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-align:left;
	list-style-position:inside;
}

#ptx4 li{
	float:left;
	margin:5px 0px;
	padding:0px;
	width:210px;
	font-size: 12px;
	color: #ffffff;
	text-align:left;
	list-style:disc;
}

#pagestx a,#ptx a:visited{

	font-size: 12px;
	color: #ffffff;
}

#pagestx a:hover{
	font-size: 12px;
color:#CC6600;
background-color:#FFFFFF;

}


 /*footer */ 
 
footer{
  position: fixed;
  z-index: 310;
  bottom: 0%;
  left:10%;
  width:420px;
  height:80px;
}


/* page-top */

#topup{
  display: block;
  position: fixed;
  z-index: 300;
  bottom: 0;
  background: rgba(164,77,19,0.8);
  width: 100%;
  height:80px;
  text-decoration: none;
  transition: .5s;
  	background-image:url(../img/top/fbkin3.png);
	background-repeat:no-repeat;
	background-position:center;
}



#page-top{
  float:right;
  width: 60px;
  height: 50px;
  margin:10px 10px 0 0;
  padding:10px 0 0;
  -webkit-border-radius: 30px;/* width,heightの半分 */
	-moz-border-radius: 30px;
	border-radius: 30px;
  background: #8bc34a;
  color: #fff;
  font-size:12px;
  line-height:18px;
  text-align: center;
  text-decoration: none;
  transition: .5s;
}

#page-top:hover{
  background: rgba(0,0,0,.8);
}




 /*pre */ 
#oper{
	margin:0;
	padding:30px 0;
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
	}

#oper2{
	margin:0;
	padding:5px 0 30px;
	width:100%;
	text-align:center;
	border-top:solid 3px #efb32f;

	}
	
#optx{
	margin:10px auto 30px;
	padding:10px;
	width:830px;
	border:dotted 3px #CC6600;
	font-size:16px;
	line-height:26px;
	letter-spacing:1px;
	}

#optx2{
	margin:50px auto;
	padding:0 0 0 80px;
	width:660px;
	font-size:16px;
	line-height:26px;
	letter-spacing:1px;
	text-align:left;
	}