@charset "SHIFT-JIS";

    a:link    { color: #353535 }    
	a:visited { color: #353535 }   
	a:hover   { color: #353535 } 
	a:active  { color: #353535 }
html {
	overflow-y:scroll;
}
BODY{
           text-align: center;
           width:100%;
           font-family:Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
           color: #353535;
}

*  { 
          padding : 0px ; 
          margin : 0px ; 
          position:relative;
} 

#site-box {
           width : 800px;
           text-align:left;
		   margin-top : 10px;
           margin-left : auto;
           margin-right : auto;
    top: 0px;
    left: 0px;
}

#h-box 
{
           float:left;
 }


#str {
           float:left;
           width: 500px;
           height:100px;
    top: 0px;
    left: 0px;
}


 #main {
    float: left;
    top: 0px;
    left: 0px;
}


 #b-box {
           float: right;
           width: 800px;
           border:1px solid #A9A9A9;
 }


 #d-box {
           clear: both;
           width: 800px;
           color: #707070;
           font-size: 12px;
           padding: 10px;
 }
ul#nav1 li
{
          float: left;
          margin-top: 75px;
          width: 100px;
          height: 33px;
          overflow: hidden;
          border-style: none;
}
                

#stage
{
    width: 819px;
    height: 330px;
    margin-left: 30px;
                        }

#stage img
{
    display: none;
    position: absolute;
    top:0px;
    left:10px;
}

#stage #img1
{
    display: block;
}
           
#stage2
{
    width: 394px;
    height: 225px;
    margin-top:10px;
    float :left;
    top: 0px;
    left: 0px;
}

#stage2 img
{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
}

#stage2 #img1
{
    display: block;
}

.l1{
           padding: 10px;
		   margin: 0px 0px 10px 30px;
		   border: 1px solid #333333;
		   width:200px;
		   height:100px;
		   float:left;
           font-size: 14px;
}

img
{
    border-style: none;
}


 h2 {
           	margin:0px 0px 10px 0px;
           	padding:10px 10px 10px 10px;
           	clear:left;
 }

 h3 {
           font-size: 18px;
           color:#FF9900;
           margin: 5px 20px 5px 20px;
		   clear:both;
 }
 h4 {
           font-size: 18px;
           margin-left:20px;
		   clear:both;

 }

 p {      
           font-size: 14px;
           margin: 5px 5px 20px 40px;
}

 ul { 
 
    width: 500px;
}  


.title 
{
    width:200px;
    position: relative;
    color: #404040 ;
    background: #d2d2d2;
    font-size: 16pt ;
    line-height: 1;
    margin: 20px 10px 20px 10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:3px solid #242424;
}
.title:after, title:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0px;
    width: 0px;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.title:after {
    left: 0px;
    border-right: 5px solid #333;
}
.title:before {
    right: 0px;
    border-left: 5px solid #333;
}

.topimg {
 position: relative;
 margin-top: 10px;
 margin-left: 0px;
 margin-right: 0px;
}
.topimg a { display: block; }

a.topimg1 {
}

#end{
     position: absolute;
     top: 200px;
     left: 200px;
     display: none;
}
a.end {
    filter: alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}

.open{
           padding: 10px;
		   margin: 10px 0px 0px 10px;
		   border: 1px solid #333333;
		   width:230px;
		   height:370px;
		   float:left;
                   font-size: 14px;
     }


.box-disco
{
    padding-left:20px;
    }

.img-d
{
    text-align:center;
}

.modal-open{
           padding: 10px;
		   margin: 0px 10px 10px 0px;
		   border: 1px solid #333333;
		   width:165px;
		   height:350px;
		   float:left;
                   font-size: 14px;
}

.lock {
    overflow:hidden;
}

.modal-content {
    position:relative;
    display:none;
    width:70%;
    max-width:400px;
    margin:30px;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.3);
}

.modal-wrap {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}


.modal-open:hover {
    cursor:pointer;
}


.modal-close:hover {
    cursor:pointer;
}
