﻿@charset "utf-8";

body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000;
	text-align: center;
	background-color: #fff;

}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

h1 {
	padding: 10px 0;
	background: #3cb371;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 10px 0;
	width: 100%;
	color:#fff;
	font-size: 18px;
	background: #3cb371;
	text-indent:1em;
	border-radius: 5px;
/*	font-size: 12px;*/
}
h3 {
	padding: 10px 0;
	width: 150px;
	font-size: 18px;
	background: #c2d932;
	text-indent:1em;
	border-radius: 5px;
/*	font-size: 12px;*/
}

#container {
	width: 100%;
	text-align: center;
}
#navwrap{
  width: 100%;
  height: 100%;
}
#nav {
	margin: 0 auto;
	padding: 15px 0px;
	width: 960px;
	background: #fff;
	text-align: right;
	overflow: hidden;
	*height: 46px;
	*line-height: 46px;
	border-radius: 10px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */ 
}

#nav ul {
	margin-right: -1px;
	font-size: 110%;
}

#nav li{
	display: inline;
	border-right: 1px solid #333;
	padding: 0 30px;
}

#nav a {
	text-decoration: none;
	color: #333;
}

#nav a:hover {
	color: #c2d932;
	text-decoration: underline;
}
.wideslider {
	width: 100%;
	height: 250px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#foot {
	background: #3cb371;
	height: 45px;
	position:relative;
	z-index: 400;
	padding:10px;
}

#foot p {
	line-height: 10px;
	text-align: center;
	color: #fff;
}
#foot a{
	text-align: center;
	color: #ffffa8;
}
#foot ul{
	line-height: 30px;
	text-align: center;
	color: #c2d932;
}
#foot li{
	display: inline;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0 10px;
}
/* =======================================
	ClearFixElements
======================================= */
.fixed{
	position: fixed;
	top: 0px;
	z-index: 300;
	opacity:0.8;
}

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/* #wrapper
-------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 860px;
	text-align: left;
	background: #fffacd;
	font-size: 120%;
	padding: 50px;
}

#wrapper p {
	font-size: 100%;
	line-height: 1.7em;

}
.wideimage img{
	clear: both;
	width:960px;
	height:250px;
	margin: 0 auto;

}
.maparea{
	position:relative;
	margin: 10px 100px;
	z-index: 400;
	border-radius: 10px;
}
.tb1{
	width:70%;
	margin: 30px auto;
}
.tb1 th{
	width:200px;
	border-bottom:1px #aaa dashed;
	padding:15px;
}
.tb1 td{
	border-bottom:1px #aaa dashed;
	padding:15px;
	line-height:1.5em;
}
.mojisize1{
	font-size: 150%;
	color:#000000;
	line-height:1.5em;
}
.mojisize2{
	font-size: 200%;
	color: #829912;
	line-height:1.5em;
}

.box1 {
	padding: 10px 20px;
	font-size: 100%;
	line-height: 1.7em;
	width:80%;
	margin: 20px auto;
	border: 1px dotted #999; 
	border-radius: 10px;
}
/*中央揃え*/
.box2 {
	text-align:center;
	padding: 10px 20px;
	font-size: 100%;
	line-height: 1.7em;
	width:80%;
	margin: 20px auto;
	border: 1px dotted #999; 
	border-radius: 10px;
}
.box3 {
	padding: 10px;
	font-size: 100%;
	line-height: 1em;
	width:80%;
	margin: 20px auto;
	border: 1px dotted #999; 
	border-radius: 10px;
	overflow: hidden;
}
img.hidari{
	float:left;
}
