@charset "UTF-8";
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #666666;
}
#header {
	margin: auto;
	width: 980px;
}
#header_ber {
	margin: auto;
	background-color: #00828F;
	height: 15px;
}
#slide {
	margin: auto;
	width: 980px;
	padding: 0px;
	height: 430px;
}
#slideshow {
   position: relative;
   width:  100%;
   height: 100%;
}
#slideshow img {
	position: absolute;
	top: 0;
	left:0;
	z-index: 8;
	opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
p {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #00828F;
}
a:active {
	color: #666666;
}
#navi_top {
	margin: 10px auto;
	width: 980px;
	text-align: center;
}
h1 {
	font-size: 80%;
	text-align: center;
	margin: 0px;
	color: #00828F;
}
#main {
	margin: auto;
	width: 940px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
h2 {
	margin: 0px;
	font-weight: bold;
	font-size: 180%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 25px;
}
h3 {
	font-size: 100%;
	margin: 0px;
	font-weight: normal;
}
#navi_under {
	margin: 10px auto;
	text-align: center;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #00828F;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #8bb7c0;
}#footer {
	background-color: #999999;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
h4 {
	font-weight: bold;
	margin: auto;
	font-size: 120%;
	padding-bottom: 5px;
}
#footer_in {
	color: #FFFFFF;
	margin: auto;
	width: 940px;
	font-size: 90%;
}
.subttl {
	font-size: 140%;
	padding-bottom: 5px;
	padding-top: 5px;
}
#table_a {
	border-collapse: collapse;
	border: 1px solid #999999;
}
hr.dot {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	margin-bottom: 10px;
	margin-top: 0px;
}
hr.line {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00828F;
	margin-top: 10px;
}
.note {
	font-size: 90%;
	line-height: 110%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.unit {
	margin: 50px;
	height: 300px;
	width: 300px;
}
#gallery {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
