@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	line-height:100%;
	font-weight:normal;
}
body,html {
	font:13px "HiraMinPro-W3", "ヒラギノ明朝 Pro W3",  Meiryo, helvetica, clean, sans-serif;
	*font-size:small;
	*font:x-small;
	height: 100%;
	width:100%;
	color:#fcf3eb;
}
body {
}
p {
	line-height:180%;
	font-size:108%;
}
table {
	font-size:inherit;
	font:100%;
}
img {
	border:0;
}

strong {
	font-weight:bold;
}
em {
	font-style:normal;
}
ul,ol {
	list-style-type:none;
}
input, textarea {
	font:13px "HiraMinPro-W3", "ヒラギノ明朝 Pro W3",  Meiryo, helvetica, clean, sans-serif;
	*font-size:small;
	*font:x-small;
}

#container {
	width: 100%;
	margin:0 auto 0 auto;
	padding:42px 0 0 0;
}
#header {
	width: 801px;
	margin:0 auto;
	text-align:left;
}
#header h1 {
	display:none;
		margin:0 0 50px 0;
		float: left;
	}
	#header h2 {
	display:none;
		margin:0 auto;
		text-align: center;
	}
#header ul {
	margin:30px auto 0 auto;
	display:none;
	width:300px;
	float: right;
}
#header ul li {
	float:left;
	margin:0 20px 0 0;
}
#header ul li.last {
	margin:0 0 0 0;
}

#main #contents {
	display:none;
	width:801px;
	margin: 0 auto;
	text-align:center;
}
#copyright {
	display:none;
	text-align:center;
	margin:0 auto 0 auto;
	padding-bottom:50px;
}

img.on {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

.clear {
	clear:both;
	height:0;
	line-height:1;
}

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */


/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

#container {
	z-index:10001;
	position:relative;
}
#main {
	margin:35px 0 0 0;
}
.bgmaximage {
}

#contents p {
	padding:0 0 30px 0;
	text-shadow:#7c5a55 0px 0px 3px;
}
#contents p.last {
	padding:0 0 90px 0;
}
#contents h3 {
	padding:45px 0 20px 0;
}
#copyright {
	display:none;
	text-align:center;
	margin:100px auto 0 auto;
	padding-bottom:50px;
}
#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:10;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background-color:#FFF;
	background:url(../../image_common/loader.gif) no-repeat center center;
}
#supersized {
	display:block;
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}
#supersized.speed img {
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}	/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality;
}			/*Quality*/
#supersized li {
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#111;
}
#supersized a {
	width:100%;
	height:100%;
	display:block;
}
#supersized li.prevslide {
	z-index:-20;
}
#supersized li.activeslide {
	z-index:-10;
}
#supersized li.image-loading {
	background: url(../../image_common/loader.gif) no-repeat center center;
	width:100%;
	height:100%;
}
#supersized li.image-loading img {
	visibility:hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display:inline;
}
		
#thumb-tray {
	height:50px;
	width:501px;
	overflow:hidden;
	text-align:center;
}
ul#thumb-list {
	width:500px;
	margin: 0 150px;
}
ul#thumb-list li {
	list-style:none;
	display:inline;
	overflow:hidden;
	float:left;
	margin-right:3px;
}
ul#thumb-list li.thumb0 {
	display:none;
}
ul#thumb-list li img {
	width:41px;
	height:41px;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
}
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
ul#thumb-list li:hover {
	cursor:pointer;
}

.access_imgbox {
	padding: 0 0 50px 0;
}

.access_text {
	text-align:center;
	padding: 0 0 10px 0;
}

#access_map {
	width:500px;
	height:300px;
	margin: 0 auto;
}



