@charset "Shift_JIS";

@import url("setting.css");  

/* ----------------------------------------
	base
---------------------------------------- */

#container {
	height: 620px;
	width: 1030px;
	padding-bottom: 20px;
	overflow: hidden;
}

#visual {
	height: 600px;
	width: 480px;
	margin-top: 20px;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
}

#contents {
	height: 600px;
	width: 490px;
	padding-left: 510px;
	position: absolute;
	top: 20px;
	left: 20px;
	outline: none;
}

#contents_inner {
	width: 450px;
	padding: 0 15px 100px 0;
}

.flexcroll {
	overflow: auto;
	position: relative;
}
 
.scrollgeneric {
	position: absolute;
	top: 0;
	left: 0;
}
 
.vscrollerbase {
    width: 25px;
    background: url(../img/common/vscrollerbase.gif) repeat-y;
	 cursor: pointer;
}
 
.vscrollerbar {
    width: 25px;
    background: url(../img/common/vscrollerbar.gif) repeat-y;
	 cursor: pointer;
}


/* ----------------------------------------
	visual
---------------------------------------- */

#visual img {
	height: 100%;
	width: 100%;
}

#visual ul {
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#visual_current {
	position: absolute;
	top: 0;
	left: 0;
}

#visual_idle {
	position: absolute;
	top: -600px;
	left: 0;
}

#visual_next {
	position: absolute;
	top: -600px;
	left: -480px;
}


/* ----------------------------------------
	control
---------------------------------------- */

#control {
	width: 450px;
	height: 150px;
	padding-top: 20px;
	background: url(../img/common/fade.png) repeat-x;
	position: absolute;
	top: 0px;
	left: 530px;
	z-index: 100;
}

#lang {
	width: 110px;
	height: 31px;
	padding: 0 0 0 4px;
	background: url(../img/common/lng_bg.gif) no-repeat;
	position: absolute;
	top: 20px;
	right: 170px;
}

#lang li {
	margin-left: 10px;
	float: left;
}

#lang a,
#lang img {
	display: block;
}

#inquiry {
	position: absolute;
	top: 20px;
	right: 60px;
}

#top {
	position: absolute;
	top: 20px;
	right: 0;
}

#nav {
	width: 450px;
	position: absolute;
	top: 490px;
}

#nav li {
	float: left;
	border-left: 1px solid #b48246;
	position: relative;
}

#nav li:first-child {
	border-left: none;
}

#nav ul {
	display: none;
	padding-bottom: 10px;
	background: #FFF;
	position: absolute;
	top: 20px;
	left: -1px;
}

#nav li li {
	float: none;
}

#nav li li:first-child {
	border-left: 1px solid #b48246;
}

#nav a,
#nav img {
	display: block;
}

#nav li li a {
	min-width: 128px;
}


/* ----------------------------------------
	index
---------------------------------------- */

#index {
	height: 600px;
	text-align: center;
	position: relative;
}

h1 {
	padding-top: 150px;
}

h2 {
	padding-top: 60px;
}

#copyright {
	display: block;
	position: absolute;
	bottom: 0;
	left: 132px;
}


/* ----------------------------------------
	pages
---------------------------------------- */

.pages {
	padding-top: 50px;
}

h3 {
	padding: 50px 0;
}

h4 {
	padding-bottom: 25px;
	color: #000;
}

#underconstruction {
	display: block;
	margin: auto;
	padding: 300px 0 250px;
}


/* ----------------------------------------
	outline
---------------------------------------- */

#outline h3 {
	padding-bottom: 35px;
}

#outline dl {
	line-height: 15px;
}

#outline dt {
	width: 95px;
	padding-top: 18px;
	float: left;
}

#outline dd {
	padding: 18px 0 0 95px;
}

#outline th {
	padding-right: 12px;
}


/* ----------------------------------------
	access
---------------------------------------- */

#access li {
	line-height: 15px;
	padding-bottom: 18px;
}

#access li:last-child {
	padding-bottom: 0;
}

#map {
	display: block;
	margin: 0 auto 50px;
}


/* ----------------------------------------
	composition
---------------------------------------- */

#composition ruby {
	line-height: 10px;
}

#composition rp,
#composition rt {
	font-size: 10px;
	line-height: 10px;
}


/* ----------------------------------------
	event
---------------------------------------- */

#event h4 {
	padding-bottom: 12px;
}

#event dl {
	line-height: 15px;
}

#event dt {
	width: 95px;
	padding-top: 18px;
	float: left;
}

#event dd {
	padding: 18px 0 0 95px;
}


/* ----------------------------------------
	works
---------------------------------------- */

#works {
	width: 960px;
	padding: 150px 0 100px;
	position: relative;
	left: -510px;
}

#works_inner {
	width: 890px;
	margin: auto;
}

#works h3 {
	padding-left: 30px;
}

#works ul {
	width: 860px;
	padding-left: 30px;
}

#works li {
	margin: 30px 30px 0 0;
	float: left;
}

#works a,
#works img {
	display: block;
}


/* ----------------------------------------
	popup
---------------------------------------- */

#popup {
	display: none;
	width: 100%;
	height: 100%;
	min-width: 1030px;
	min-height: 640px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

#popup table {
	width: 100%;
	height: 100%;
}

#popup td {
	vertical-align: middle;
}

#popup_bg {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/works/popup_bg.png) repeat;
	cursor: default;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
}

#popup_contents {
	width: 685px;
	height: 460px;
	margin: auto;
	background: #000;
	position: relative;
	z-index: 400;
}

#popup_photo {
	float: left;
}

#popup_text {
	width: 240px;
	height: 300px;
	padding: 160px 50px 0;
	float: left;
	position: relative;
	color: #FFF;
}

.popup_close_btn {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}

.popup_copyright {
	font-size: 10px;
	line-height: 15px;
	color: #787878;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#popup_contents_5 {
	width: 560px;
	height: 520px;
	margin: auto;
	background: #000;
	position: relative;
	z-index: 400;
	display: none;
}

#popup_contents_5 .popup_close_btn {
	display: block;
	position: absolute;
	top: 395px;
	right: 20px;
}

#popup_contents_5 .popup_Comment{
	color: #fff;
	padding: 20px 55px 0 20px;
}

span.light_color{
	opacity: 0.8;
}