@charset "UTF-8";

@import "lightwindow.css";

/* set
------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}
body {
	background: #000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
	color: #FFF;
}
h1,h2,h3,address {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #09F;
	text-decoration: underline;
}
a:hover {
	color: #997720;
	text-decoration: none;
}

/* top
------------------------------------------------------------ */
.loader {
	width:24px;
	height:24px;
	top:49%;
	left:49%;
	position:absolute;
	z-index:2;
}
.maximage {
	display:none;
	position:fixed !important;
}
#wrap {
	background: url(../img/common/bg_menu.png) repeat-y 50px top;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
}
#header {
	background: #141616 url(../img/common/header.jpg) no-repeat 50px top;
	font-size: 11px;
	text-align: right;
	line-height: 25px;
	height: 25px;
	padding-right: 20px;
}
#menu {
	text-align: center;
	width: 170px;
	margin-left: 50px;
	float: left;
	display: inline;
}
#menu h1 {
	background: url(../img/common/bg_keiten.jpg) no-repeat center top;
	width: 170px;
	padding: 15px 0px 100px;
}
#menu ul li {
	padding-bottom: 5px;
}
h2 {
	background: url(../img/top/bg_sub.png) no-repeat 180px top;
}
h2 img {
	margin: 205px 0px 30px 60px;
}
#video {
	background: url(../img/top/video.png) no-repeat;
	width: 328px;
	height: 205px;
	margin-left: 320px;
}
h3 {
	margin: 30px 0px 0px 300px;
}
#info {
	background-color:#000;
	width: 340px;
	height: 100px;
	margin: 0px 0px 0px 300px;
	padding: 10px;
	overflow: auto;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	zoom: 1;
	scrollbar-face-color: #ccc;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
}
#info ul li {
	line-height: 160%;
	padding-bottom: 10px;
}
address {
	font: 10px/30px Arial, Helvetica, sans-serif;
	padding-right: 20px;
	position:fixed;
	_position:absolute;
	right: 0;
	bottom: 0;
}