@charset "utf-8";

/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

-------------------------------------------------------------------------------*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

/* Font
-------------------------------------------------------------------------------*/

body{font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;line-height:1.86;letter-spacing:.05em}

/* basic
-------------------------------------------------------------------------------*/

a{text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:link{color:#33c}a:visited{color:#802080}a:hover{text-decoration:underline;color:#eb6100}a:active{color:#ebc300}a:focus{outline:0}a img{vertical-align:top}.opc a:hover img{opacity:.2;-moz-opacity:.2;-ms-filter:"alpha(opacity=20)";filter:alpha(opacity=20)}.opc .current>a:hover img{opacity:1;-moz-opacity:1;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100)}.current>a{cursor:default}.sprite{position:relative;display:block;overflow:hidden}.sprite:hover{/zoom:1}.sprite img{position:absolute}.normal{font-weight:normal!important}.bold{font-weight:bold}.fltL{float:left!important}.fltR{float:right!important}.clrml{margin-left:0!important}.clrmr{margin-right:0!important}.clrmb{margin-bottom:0!important}.clrmt{margin-top:0!important}.clrbt{clear:both!important}.clrL{clear:left!important}.clrR{clear:right!important}.clrbd{border:none!important}.alnR{text-align:right}.block{display:block}.whitespace{white-space:pre;white-space:pre-wrap;white-space:pre-line;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:-moz-pre-wrap;white-space:-hp-pre-wrap;word-wrap:break-word}.clrfx:before,.clrfx:after{content:"";display:table}.clrfx:after{clear:both}.clrfx{zoom:1}

/* layout
-------------------------------------------------------------------------------*/

html {
    background: #000;
    min-width: 1060px;
    overflow-y: scroll;
}

.filter {
	display: none;
}

#wrapper {
    position: relative;
    padding-bottom: 155px;
    overflow: hidden;
}

#wrapper > img {
	z-index: 1001;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -45px; 
}

#wrapper > span {
	width: 100%;
	min-width: 1060px;
    height: 1980px;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header {
	width: 1000px;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.header.active {
	display: block;
}

.header h1 {
	float: left;
	margin: 10px 0 0 25px;
}

.header ul {
	float: left;
	margin: 11px 0 0 41px;
}

.header li {
	float: left;
}

.header li + li {
	margin-left: 42px;
}

.header li + li + li {
	margin-left: 41px;
}

.header li + li + li + li {
	margin-left: 38px;
}

.header li + li + li + li + li {
	margin-left: 40px;
}

.header li.disable a {
    cursor: default;
}

.header li.disable img {
    opacity: .3;
    -moz-opacity: .3;
    -ms-filter: "alpha(opacity=30)";
    filter: alpha(opacity=30);
}

.header > img {
	float: right;
	margin: 24px 25px 0 0;
}

#footer {
	width: 1000px;
    height: 145px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 0;
    border-top: #000 10px solid;
}

#footer ul {
	margin: 31px 77px 53px 75px;
	height: 20px;
	overflow: hidden;
}

#footer li {
    float: left;
}

#footer li + li {
    margin-left: 75px;
}

#footer li + li + li {
    margin-left: 84px;
}

#footer li + li + li + li {
    margin-left: 88px;
}

#footer li + li + li + li + li {
    margin: 0;
    float: right;
}

#footer address {
    text-align: center;
}

#contents {
	position: relative;
	width: 1000px;
    margin: 0 auto;
    padding-top: 90px;
}

#ctrl a {
	position: absolute;
	z-index: 1;
	-webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#ctrl li.disable a {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    cursor: default;
}

#disp {
	position: relative;
}

#disp iframe {
	display: none;
	width: 1000px;
	position: absolute;
	top: 0;
}

#disp iframe.active {
	display: block;
}

#info {
	width: 850px;
	height: 205px;
	position: absolute;
	bottom: 0;
	left: 75px;
}

#info p:first-child {
	height: 40px;
	text-align: center;
}

#info p + p {
	border-top: #000 1px solid;
	padding: 39px 0 0 1px;
}

#local {
    float: right;
    /*width: 175px;*/
   	display: inline-block;
    position: relative;
}

#local img {
    display: block;
    vertical-align: bottom;
}

#local li + li {
    margin-top: 13px;
}

#local li.threshold ~ li {
    margin: 19px 0 0 1px;
}

#local li.threshold + li + li {
    margin-top: 14px;
}

#aside {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
}

#aside img {
    display: block;
    vertical-align: bottom;
}

#aside li + li {
    margin-top: 18px;
}

#content {
    width: 850px;
    padding: 0 75px;
    background: #fff;
}

#contents iframe#cover {
	margin-top: -90px;
}

/* for Test */
#contents iframe#cover_0624 {
	margin-top: -90px;
}

/* static
-------------------------------------------------------------------------------*/

#static #wrapper {
	width: 1000px;
	margin: 0 auto;
    padding-bottom: 0;
}

#static .header {
	position: static;
	display: block;
}

#static #footer {
	position: static;
    margin: 0 auto;
}

#static #footer li + li + li + li {
    margin: 0;
    float: right;
}

/* pre
-------------------------------------------------------------------------------*/

.pre #local:before {
    content: url(../images/str_notice.png);
    margin: 0 0 0 -102px;
    display: block;
}

.pre #local li:first-child {
    margin-top: 21px;
}