@charset "utf-8";
/* CSS Document */

img.bg {
  /* Set rules to fill background */
  min-height: 692px;
  min-width: 1300px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position:absolute;
  /* またはabsolute; */
  top: 0;
  left: 0;
}
 
@media screen and (max-width: 1000px){
img.bg {
  left: 40%;
  margin-left: -570px;
  width:auto; }
}

div#container {
  position: relative;
}

a{text-decoration:none;}
a:hover{text-decoration:none;}
a.underline{text-decoration:none;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

ul,li{margin:0px;padding:0px;}
li{list-style:none;}

.logo{position:absolute;width:100%; height:80px; background:#FFF;}
.logo h1{position:absolute;width:650px;top:10px;left:50%; margin-left:-325px;z-index:100; text-align:center;}
.logo img{width:650px;height:60px;}

/*.nav{width:1000px;position:absolute;left:0px;top:650px;z-index:100;}*/
.nav {width: 1000px; height:150px; padding: 0px 5px 0px; position:absolute; top:10px; margin-left:-150px;left:50%; margin-left:-500px; }
.nav li{ float:left; height:100px; width:200px; text-align:center;}
.startnav {
/*background: rgba(255, 255, 255, 0.6);*/
/*-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
z-index:90;*/
}

* .startnav {
/*background: rgb(255, 255, 255) url(../img/top_bg.png) no-repeat 0 200px;
-ms-filter: "alpha( opacity=60 )";
filter: alpha( opacity=60 );
opacity: 0.6;*/
/*-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
z-index:90;
background:url(../img/top_bg.png) no-repeat 0 200px;*/
 }
 
#back_n{
	clear:both;
	position:absolute;
	text-align:center;
	width:180px;
	margin:0;
	padding:0px;
	top:110px;
	left:50%; margin-left:-90px;
	z-index:90;
}
 


a:hover img.fadeimg{
-ms-filter: "alpha( opacity=60 )";
filter: alpha( opacity=60 );
opacity: 0.6;

}




#under_bg{
	position:absolute;
	bottom:0;
    left: 0;
    width: 100%;
	height: 160px;
	/*background: rgb(255, 255, 255);*/
	background:url(../png/under_bg.png) repeat-x;
	/*z-index:10;*/
	text-align:center;
}


 
@media screen and (max-width: 1000px){
.logo{position:absolute;width:100%; height:80px; background:#FFF;}
.logo h1{position:absolute;width:650px;top:10px;left:50%; margin-left:-325px;z-index:100; text-align:center;}
.logo img{width:650px;height:60px;}

.navi {width: 1000px; height:550px; padding: 2px 5px; position:absolute; top:32px; left:50%; margin-left:-500px; }
}
 

a img{border:0;}
a:hover img.fadeimg{
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

.semi_t{
margin:12px 0px 0px 0px;
padding:0px;
}

#wrapper{display;block;}

    #fade {
    position:fixed;
    _position:absolute; /* ie6 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    }