@charset "utf-8";
/* CSS Document */

body{
	margin:10px;
	padding:10px;
	text-align:center;
	background:#EFD !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.midashi{
	color:#493F0B;
	background:#CDE855;
	border-top:2px solid #A7C520;
	border-bottom:2px solid #A7C520;
	padding:3px 10px 3px 1em;
	margin:20px 0px 10px 0;
	font-size:16px;
	font-weight:bold;
}

.center{
	text-align:center;
}

.center a{
	text-decoration:underline;
}

.center a:hover{
	text-decoration:none;
}

.haikei{
	background-color:#FFC;
}

.tel{
	font-size:24px;
	color:#FF6633;
	font-weight:bold;
}
.left{
	float:left;
	margin:0px 0 0 20px;
	width:420px;
}
.right{
	float:right;
	margin:0 20px 0px 0;
	width:420px;
}
.clear{
	clear:both;
}

p{
	margin-bottom:10px;
}

p.text{
	margin-left:10px;
}

p.text a{
	text-decoration:underline;
}

p.text a:hover{
	text-decoration:none;
}

.footer{
	text-align:center;
	color:#FFF;
	background:#A7C520;
	padding:10px 10px 3px 1em;
	margin:0px 0px 10px 0px;
	height:20px;
	font-size:16px;
	font-weight:normal;
}

.footer a{
	color:#FFF;
	text-decoration:none;
	display:block;
}

.footer a:hover{
	text-decoration:overline underline;
}

p.footer2 img{
	margin:0 0 0 20px;
}

.ss{
	font-size:13px;
	padding-left:1em;
	font-weight:bold;
	margin:10px 0;
}

body a{
	color:#493F0B;
	text-decoration:none;
}

body a:hover{
	text-decoration:underline;
}

#wrapper3{
	width:900px;
    margin:0px auto 0px auto;
    text-align:left;
	border-left:3px solid #727D3D;
	border-right:3px solid #727D3D;
	background:#FFF;
	box-shadow:#999 3px 3px 5px;
}
#wrapper-flame{
	width:100%;
	background: #F5F6D4;
}
#wrapper3 address{
	padding:10px 0 10px 0;
	font-size:12px;
	line-height:18px;
	text-align:center;
}
#header-wrapper {
  height: 60px;
}
#header {
  height: 60px;
}
#site-title {
  padding: 10px 0 0 0;
}
h5 {
  margin-top: 20px;
}
#sample {
  margin-top: 20px;
}
#main {
  clear: left;
  margin: 20px auto;
  padding: 5px 20px;
  width: 800px;
}

/* メニュー */
#tab {
	border:1px solid #493F0B;
}
#tab li {
  float: left;
  color:white;
  font-weight:bold;
  padding: 10px;
  list-style: none;
  cursor: pointer;
  background: #493F0B;
  margin:10px 5px 10px 5px;
  border-radius:10px;
  border:2px solid #493F0B;
}
#tab li:hover{
	color:#493F0B;
	background-color:#FFF;
}
#tab li.select {
	color:#333;
	font-weight:bold;
 	background: #FFF;
}
.disnon {
  display: none;
}
.content_wrap {
  clear: left;
  width: auto;
  height: auto;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  color: #333;
  background-color:#FFF;
}

#gokinjo-form{
	text-align:center;
	padding:10px 0;
}

dt.map-dt{
	margin:0 10px;
	color:#F00;
	font-weight:bold;
}

dd.map-dd{
	margin:0 10px 1em;
}