﻿
#open01,
#open02 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    display: block;
    text-indent: -9999px;
    position: fixed;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
 
.modal_window {
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    width: 200px;
    height: 200px;
    text-align: center;
    display: block;
    background: #fff;
    position: fixed;
    z-index: 10;
    }
.modal_window p {
    padding: 0 15px 15px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}
 
 
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
div#modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}

div#main_content{
	background-image:	url(../images/top2.png);
	background-attachment:	scroll;
	background-position:	top;
	background-repeat:	no-repeat;
	
	clear:both;
	width:800px;
	height:600px;
	margin:0px auto 0px auto ;
	padding:0px;
	background-color:#000;
}
div#main_content2{
	background-image:	url(../images/a_top.png);
	background-attachment:	scroll;
	background-position:	top;
	background-repeat:	no-repeat;
	
	clear:both;
	width:800px;
	height:250px;
	margin:0px auto 0px auto ;
	padding:0px;
	background-color:#FFF;
}
div#sub_content{
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	width:800px;
	height:auto;
	margin:0px auto 0px auto ;
	padding:0px;
	background-color:#000;


}
div#white_content{
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	width:800px;
	height:auto;
	margin:0px auto 0px auto ;
	padding:0px;
	background-color:#fff;


}
div#movie{
	 clear:both;
	 width:240px;
	 height:135px;
	 position:relative;
}
div.mainTableEnqueteRoot
{	
	width:	720px;
	margin-left:	auto;
	margin-right:	auto;
}
div#mainTableEnquete{
	background-image:	url('../images/sub_bg.png');
	background-attachment:	fixed;
	background-position: top;
	background-repeat: repeat-y;

	width:	720px;
	margin-left:	auto;
	margin-right:	auto;
}
div#StudioButton{
	margin:0px  auto 0px auto;
	position:relative;
}
div#PrevButton{
	position:relative;
	width: 41px; height: 163px;
}
div#NextButton{
	width: 41px; height: 163px;
	position:relative;
}
div#BackButton{
	position:relative;
	width: 120px; height: 40px;

}

.ImgCenter{
	display:block;
	margin:3px auto;
}
.ImgRight{
	display:block;
	margin: auto 0px auto auto;
}
.innerbox{ padding:10px;}		


body{
	background:#CCCCCC;
	margin:0px;padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=70)";
}
h2{
	background-color: #00AEFF;margin:10px 0px; padding:10px;font-size:18px; color:#fff;
	-moz-border-radius: 5px;    /* 古いFirefox用 */
	-webkit-border-radius: 5px; /* 古いSafari,Chrome用 */
	border-radius: 5px;         /* CSS3の書き方 */
	border: none;     /* 枠線の装飾 */

}

.Content{
	width:800px;
	height:auto;
	margin:0px auto;
	padding:0px 10px;

}
div.Main{
	background:#fff;
}
div.SSJlogo{ padding:10px 0px 10px 0px;}

.ImageCenter{
	display:block;
	margin:0px auto;}

div.TopBanner{
	background:#fff url('../images/top.jpg') no-repeat scroll center top;
	display:table;
	width:778px;
	height:437px;
	margin:0 auto;
}
div.PV{ width:100%;height:100%; display:table-cell;vertical-align:bottom; margin-bottom:0px; text-align:center;
}

.List_Style li{ list-style:disc outside; margin:3px 15px;}


div.foot{ background-color:#000; padding-top:20px;}
table.Products { margin:10px auto; widows:100%;border-collapse: collapse;}
.Products th,td{ padding:3px 10px;vertical-align:middle; border: 1px #333 solid;}
.Products th{ background-color:#00AEFF; color:#fff;}
.Products img{ display:block; margin:5px auto;}

.InnerBOX{
	width:778px;margin:5px auto; font-size:20px; font-weight:bold;
}
.FloatBOX {
	display:block;float:left; width:50%;
}


