html { background-color:#FFF; }
body { color:#666; }
.container { width: 940px; margin: 0 auto;}
/* header */
.header {
	height: 85px;
	background-color:#fafaf6;
	overflow: hidden;
}
.header .logo {float: left;}
.pNav {
	float: right;
	width: 310px;
	overflow:hidden;
}
.pNav li {float: right;}
.gNav_bg {
	background-image:url(../img/nav/gNav_bg.png);
	height: 70px;
}
/* footer */
.footer01 {
	font-size:13px;
	color: #FFF;
	padding-top: 15px;
	background-color: #333;
	width:100%;
	min-width:960px;
	min-height: 350px;
}
.footer01 a {
	color: #fff;
	text-decoration: none;
}
.footer01 a:hover {
	color: #ffff66;
	text-decoration: none;
}
.footer01 ul {
	overflow: hidden;
	margin: 10px 0;
}
.footer01 li {
	display:inline-block;
	float: left;
	margin-right: 20px;
}
.footer01 .copyright {
	margin-top: 20px;
	text-align: center;
}
.footer02 {
	background-color:#fafaf6;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.footer02 .container {
	position: relative;
}
.footer02 address {
	float: left;
	margin-right: 20px;
	width: 400px;
}
.footer02 .accessMap {
	float: left;
	margin-right: 20px;
}
.footer02 .goTop {
	float:right;
	position:absolute;
	right: 0px;
	bottom: 0px;
}
.border_btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
/* dropmenu */
#dropmenu{
	width: 940px;
	height: 40px;
	border-bottom: 5px solid #535d09;
	border-radius: 3px 3px 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#dropmenu li{
  position: relative;
  width: 188px;
  float: left;
}
#dropmenu li a{
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a{
  background: #666;
  color: #FFC;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul{
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #333;
  opacity:0.9;/* Safari,Opera */
  filter: alpha(opacity=90);/* IE */
  -ms-filter: "alpha( opacity=90 )";/* Firefox */
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #000;
}
#dropmenu li:hover ul li:first-child{border-top: 0;}
#dropmenu li:hover ul li:last-child{border-bottom: 0;}
#dropmenu li:hover ul li:last-child a{border-radius: 0 0 3px 3px;}
/* TOP */
.sliderbg {
	background-image: url(../img/top/bg.png);
}
.calendar {
	width: 210px;
	padding: 4px;
	border: 1px solid #999;
	margin-bottom: 10px;
	text-align: center;
}
.openinghour {
	width: 210px;
	padding: 4px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
.table_basic {
	padding: 5px;
	border-collapse:separate;
	width: 100%;
	margin-top: 5px;
	font-size: 13px;
}
.table_basic td,.table_basic th {
	vertical-align:middle;
	border: 1px solid #CCC;
	text-align: center;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
.table_basic th {
	background-color: #F3F1EC;
}
.tenjibox {
	width: 658px;
	border: 1px solid #CCC;
	padding: 20px;
	margin: 10px 0;
	overflow: hidden;
}
.tenji_text {
	width: 500px;
	float:right;
}
.tenji_text2 {
	width: 100%;
	margin-bottom: 5px;
}
.tenji_image {
	float: left;
}
.tenjibox h3 {
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-bottom: 10px;
}
#goods { 
     font-size: 12px; 
     width: 290px;　/* liのマージン左10px分300pxから差し引いた値 */ 
} 
#goods ul { 
     list-style-type: none; 
     width: 300px; 
     margin-right: -10px; /* ここがポイント */ 
} 
#goods ul li { 
     width: 90px; /* 商品個々のボックス幅 */ 
     text-align: center; 
     float: left; 
     margin-right: 10px; 
     margin-bottom: 10px; 
} 

.sponsor {
	width: 700px;
	margin-bottom: 10px;
	overflow:hidden;
}
.sponsor ul {
	width: 710px;
	margin-right: -10px; /* ネガティブマージン */ 
}
.sponsor li {
	float: left;
	margin-right: 10px;
}
a.ichiranhe {
	color:#FFF;
	background-color: #666;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	margin: 10px 3px;
	padding: 5px 10px;
	font-size: 13px;
}
a.ichiranhe:hover {
	background-color: #F9489D;
	color:#FFF;
}
.koukoku {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height:80px;
	vertical-align:middle;
	background-image:url(../img/top/koukoku_bg.png);
	background-repeat: repeat-x;
	padding: 5px 0;
}
/*subpage*/
.content_left {
	float: left;
	width: 220px;
	margin-top: 20px;
}
.content_right {
	margin-top: 20px;
	float: right;
	width: 700px;
}
.content_right h1 {
	margin-bottom: 20px;
}
.content_right p {
	margin-bottom: 20px;
} 
.subNav li {margin-bottom: 10px;}
.subNav .button a {
	height: 34px;
	width: 190px;
	padding-left: 24px;
	border: 3px solid #CCC;
	font-size: 16px;
	line-height: 34px;
	text-decoration: none;
	color: #666;
	vertical-align: middle;
	background-image: url(../img/sub/list03.png);
	background-repeat: no-repeat;
	background-position: 10px;
	display: block;
}
.subNav .button a:hover {background-color:#FFC;}
.submenu {
	width: 204px;
	padding:5px;
	margin-bottom: 10px;
	border: 3px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;  
    -moz-border-radius: 5px;	
}
.submenu li a {
	width: 190px;
	padding: 15px 0 15px 14px;
	border-bottom: 1px dashed #CCC;
	font-size: 16px;
	line-height: 120%;
	text-decoration: none;
	color: #666;
	vertical-align: middle;
	display: block;
}
.submenu li.submenuTitle {
	width: 190px;
	background:#333;
	color:#FFF;
	padding: 15px 0 15px 14px;
	font-size: 16px;
	line-height: 120%;
	vertical-align: middle;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}
.submenu li a:hover {background-color:#FFC;}
.midashi01 {
	font-size: 23px;
	width: 690px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666;
	background-color:#EAE6DB;
}
.midashi02 {
	background-image: url(../img/sub/midashi_bg.png);
	width: 680px;
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 100%;
	vertical-align: middle;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top: solid 3px #999;
	border-bottom: solid 3px #999;	
}
.list_chuui  li{
	margin-bottom: 10px;
	font-size:13px;
	color:#666;
}
.linklist {
	margin-bottom:20px;
	margin-top: 10px;
}
.linklist li {
	font-size: 16px;
	line-height: 18px;
	background-image: url(../img/sub/list04.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	float: left;
	margin-right: 20px;
}
.linklist li ul li {
	font-size: 14px;
	background-image: url(../img/sub/list01.png);
	line-height: 16px;
	vertical-align: middle;
	float: none;
	margin-top: 10px;
}
a.uehe {
	text-align:center;
	background: #666;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	width: 100px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 20px;
	padding: 2px 0;
	font-size: small;
	display:inline-block;
}
a.uehe:hover {
	background: #F9489D;
	text-decoration: none;
}
/* -- table -- */
.table01{
	border-collapse: collapse;
	border-spacing: 0;
	color:#333;
	font-size:14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.table01 th,.table01 td {
	border: 1px #333 solid;
	line-height: 120%;
	padding: 10px 7px;
	vertical-align: middle;
}
.table01 .th1 {
	background-color:#666;
	color:#FFF;
	text-align: center;
}
.table01 .td1 {background-color:#EAE6DB;}
.table_toiawase {
	width: 680px;
	border-spacing:7px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.table_toiawase th {
	width:140px;
	background-image: url(../img/top/bg.png);
	background-repeat: repeat;
}
.table_toiawase th,.table_toiawase td {
	border: 5px #FFF solid;
	border-collapse: collapse;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	vertical-align: middle;
}
.table_toiawase input,.table_toiawase textarea {
	border:0;
	padding:5px;
	color:#666;
	font-size:1.2em;
	border:solid 1px #ccc;
}
input:focus {
    border:solid 1px #EEA34A;
}
.table_exhi{
	width:100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
.table_exhi .date {
	color:#1C71B7;
	font-size:18px;
}
.table_exhi th,.table_exhi td {
	border: 1px #333 solid;
	padding: 10px 15px;
	vertical-align: middle;
}
.table_exhi th {
	background-color:#1C71B7;
	color:#FFF;
	width:20%;
}
/* button */  
.submit_button {
   border: 1px solid #ffd41d;
   background: #ffd41d;
   padding: 7px 50px;
   color: #666;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
}
.submit_button:hover {
	border: 1px solid #666;
   background: #666;
   color: #fff;
   cursor: pointer;
}
a.button01 {
	color:#333;
	background-color: #ffd41d;
	padding: 7px 10px;
	text-decoration:none;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}
a.button01:hover {
	color:#FFF;
	background-color: #333;
}
/* ボタン2(個数が多い場合) */  
a.button02 {
	color:#333;
	background-color: #ffd41d;
	padding: 7px 10px;
	text-decoration:none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}
a.button02:hover {
	color:#FFF;
	background-color: #333;
}
a.button03 {
	color:#333;
	background-color: #f9489d;
	padding: 7px 10px;
	text-decoration:none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}
a.button03:hover {
	color:#FFF;
	background-color: #333;
}
/* 追加本文装飾等 */
.bold { font-weight: bold; font-size: 105%; }
.bred { font-weight: bold; font-size: 105%; color: #f9489d; }
span.kakusi { color: #ffffff; }
p.underbar { border-bottom: 1px dashed #CCC; padding-bottom: 5px; margin-bottom: 10px; }
.text { letter-spacing: 0.1em; padding-left: 1em; }
ul.mlist li {
	font-size: 14px;
	background-image: url(../img/sub/list02.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 3px;
}
ol.list { list-style-type: decimal; margin: 0.8em 0em 0.8em 4em; padding: 0; }
ol.list li { list-style-type: decimal; }
.list li h3 {
	background-image: url(../img/sub/list02.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 15px;
	margin-bottom: 5px;
}
.list li {
	margin-bottom: 15px;
}
div.indent { margin: 0px 0px 0px 30px; }
div.box {
	border: 1px dashed #CCC;
	padding:10px;
}
.box_yellow {
	border: 3px solid #ffdd4a;
	padding:15px;
	background-color: #fffee9;
}
table.box { margin: 20px; }
table.box td {
	width: 658px;
	font-size: 95%;
	text-align: left;
	vertical-align: top;
	border: 1px dashed #CCC;
	padding: 10px;
	background-color: #fffee9;
}
div.colrayout { float: left; margin-right: 20px; }
.chart {
	text-align: center;
	margin-bottom:20px;
}
.chart p {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#333;
	background-color: #fffee9;
	text-decoration:none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
	padding: 7px 10px;
	border: 3px solid #ffdd4a;
	margin: 0 auto;
}
/*panel*/
table.panel { 
	margin: 20px auto;
	border: 1px dashed #CCC;
	background-color:#FFFEE9;
}
table.panel td.left {
	width: 300px;
	font-size: 95%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
table.panel td.right { 
	width: 300px;
	font-size: 95%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
table.panel ol { list-style-type: decimal; margin: 0em 0em 0em 3em; padding: 0; }
table.panel ol li { list-style-type: decimal; }
/* minicalendar */
.minicale {
	width :200px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
.minicale td,.minicale th {
	width: 14%;
	height:25px;
	border: 1px solid #999;
	border-collapse: collapse;
	text-align:center;
	vertical-align: middle;
}
.minicale th {background-color: #F3F1EC;}
.minicale td a:hover {background-color: #FFF1B3;}
.font_blue {color: #1C71B7;}
.font_red {color:#F15A49;}
.month {
	font-size: 16px;
	font-weight: bold;
}
.closed {background-color: #FFC;}
.calendarBox {
	width: 210px;
	text-align:center;
	float:left;
}
.calendarBox p {margin:0;}
/* sitemap */
.sitemap {
	width:90%;
	margin:0 auto;
}
.sitemap li {
	font-size: 16px;
	line-height: 22px;
	background-image: url(../img/sub/list04.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin:20px 0;
}
.sitemap li ul li {
	font-size: 14px;
	background-image: url(../img/sub/list01.png);
	line-height: 16px;
	vertical-align: middle;
	margin: 10px 0;
}
.sitemap li a {
	text-decoration:none;
}
.sitemap li a:hover {
	color:#F9489D;
}
/* news */
#news_wrap {
	overflow:auto;
	width: 700px;
	height:200px;
	margin-bottom: 10px;
}
#news_wrap li {
	font-size:14px;
	margin:0;padding:0;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:140%;
	border-bottom:1px dashed #CCC;
	overflow:hidden;
}
#news_wrap ul {
	margin:0 0 15px;
	padding:0;
}
#news_wrap a{color:##3E3313;text-decoration:underline;}
#news_wrap a:hover{color:#039;text-decoration:none;}
.news_List_Ymd {/* 日付 */
	float:left;
	color:#f9489d;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.news_List_Title {
	width:80%;
	float:right;
}
