@charset "utf-8";
/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* LinkColor */
a:link		{
	color: #999;
	text-decoration: none;
}
a:visited	{
	color: #999;
	text-decoration: none;
}
a:hover		{
	color: #999;
	text-decoration: underline;
}
a:active	{
	color: #999;
	text-decoration: underline;
}


/* Layout */
html {
	height: 100%;
}
body {
	background-color: #000;
	height: 100%;
	width: 100%;
}
.container {
	background-image: url(images/bgView.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 95%;
	width: 95%;
	min-width: 930px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 0;
	background-color: #FFF;
}


/* Header */
.header {
	color: #666;
	height:40px;
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
	position: absolute;
	z-index: 100;
}
h1 {
	font-size: 18px;
	padding-top: 12px;
	padding-left: 50px;
	float: left;
}
h1 span {
	font-size: 15px;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-left: 50px;
}
.menu {
	float: right;
	padding-top: 12px;
}
.menu a {
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.menu a.last {
	border: none;
	padding-right: 40px;
}
.menu a img {
	position: relative;
	top: 3px;
}
.frame {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}


/* Slide */
.message {
	position: absolute;
	left: 130px;
	top: 150px;
	display: none;
	z-index: 100;
}
.footer {
	background-color: #FFF;
	height:80px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 100;
}
.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 200;
}
.slide .wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.slide .each {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	position: relative;
}
.slide .each .imgThumb {
	background-image: url(images/bgImgShadow.png);
	background-repeat: no-repeat;
	position: relative;
}
.slide .each .imgThumb img {
	position: relative;
	left: 0px;
	top: 0px;
}
.slide .each .imgThumb img:hover {
	cursor:pointer;
}
.slide .each .imgThumb .new {
	position: absolute;
	z-index: 300;
	left: -5px;
	top: -15px;
}
.slide .buttonBack {
	float: left;
	padding-top: 7px;
	padding-left: 15px;
}
.slide .buttonNext {
	float: left;
	padding-top: 7px;
	padding-left: 10px;
}
.slide .buttonBack img:hover, .slide .buttonNext img:hover {
	cursor:pointer;
}
#slide1 {
	display: none;
}
#slide2 {
	display: none;
}
#slide3 {
	display: none;
}
#slide4 {
	display: none;
}
.info {
	position: absolute;
	left: -43px;
	top: -90px;
	background-image: url(images/bgFukidashi.png);
	height: 75px;
	width: 205px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	display: none;
	font-weight: bold;
	color: #666;
	font-size: 15px;
	line-height: 120%;
	z-index: 100;
}
*html .info {
	height: 85px;
	background-image: url(images/bgFukidashi_ie6.png);
}

/* Panorama */
.pano {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
}
.panoTitle {
	position: absolute;
	top: 80px;
	right: 50px;
	background-image: url(images/bgViewBoxBlack.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 300px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	display: none;
	z-index: 100;
}
*html .panoTitle {
	background-color: #000;
	background-image: none;
}
.panoTitle .title {
	position: relative;
	left: 15px;
	top: 10px;
	z-index: 200;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 10px;
}
.panoTitle .title a:link, .panoTitle .title a:visited {
	color: #FFF;
	text-decoration: none;
}
.panoTitle .title img {
	margin-top: 3px;
	cursor:pointer;
}
.panoMap {
	position: absolute;
	z-index: 300;
	top: 60px;
	right: 50px;
	background-image: url(images/bgViewBoxBlack.png);
	background-repeat: no-repeat;
	padding: 10px;
	visibility: hidden;
}
*html .panoMap {
	background-color: #000;
	background-image: none;
}


.box {
	overflow: hidden;
	position: absolute;
	height: 400px;
	width: 720px;
	top: 10%;
	right: 50px;
	z-index: 90;
	font-size: 13px;
	display: none;
	background-image: url(images/bgViewBox.png);
	background-repeat: no-repeat;
}
.box .boxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666;
}
.box .boxLink {
	overflow: hidden;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.box .boxLink .each {
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	width: 120px;
	padding-right: 5px;
	height: 135px;
	overflow: hidden;
}
.map {
	height: 380px;
	width: 700px;
	margin-top: 10px;
	margin-left: 10px;
}
.toTop {
	position: absolute;
	top: 30px;
	right: 50px;
}




/* Others */
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
.more {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
}

/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	zoom:1;
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/


/* XOOPS table */
table {
    margin: 0;
    padding: 0;
}
