/*---------------CSS Document---------------*/


*{ 
   margin:0;
   padding:0;
   border:0;
   text-decoration:none;
   line-height:1;
   font-size:100%;
   }


html {
     height:100%;
	 overflow-y:scroll;
     }

body {
     height:100%;
	 background-image:url(../img/bgtile01.jpg);
	 background-repeat:repeat-x;
	 background-color:#E6E6E6;
     }





/*---------------コンテナ制御---------------*/


 html div#container {
     height:100%;
	 }

div#container{
     background-color:#e6e6e6;
	 width: 900px;
     margin:0px auto;
     position:relative;
     min-height: 100%;
     }

body > #container {
     height: auto;
     }

div#main{
     padding-bottom:;
     background-image:url(../img/enterbg_img.jpg);
	 background-repeat:no-repeat;
     width:900px;
     height:620px;
	 }


div#fots{
     background-color:#e6e6e6;
	 width: 900px;
     margin:0px auto;
     position:relative;
     min-height: 100%;
     }

#portals {
float:right;
}

/*---------------ENTER制御---------------*/



.ent {
       padding-top:410px;
       background-repeat:no-repeat;
	   margin-left:auto;
	   margin-right:auto;
	   width:180px;
	   height:27px;
	   }


ul#enterb {
       list-style:none;
       width:180px;
	   margin:0;
	   padding:0;
       }


ul#enterb li{
       list-style:none;
	   float:left;
	   width:180px;
	   }
	   

ul#enterb a{
       display:block;
       width:180px;
       height:27px;
       }


#enterb a span {
       display:none;
	   }


a.enter {
       background-image:url(../img/enter_button.gif);
       }
	   

a:hover.enter {
       background-position:0px -27px;
	   }



/*---------------Footer制御--------------------*/

.fotbox {
background-image:url(../img/fooetr01.jpg);
}

div#footer{
     background-repeat:no-repeat;
     width:700px;
     height:50px;
	 }


.segalogo {
       padding-top:13px;
       background-repeat:no-repeat;
	   margin-left:162px;
	   margin-right:auto;
	   width:65px;
	   height:25px;
	   }


ul#segac {
       list-style:none;
       width:65px;
	   margin:0;
	   padding:0;
       }


ul#segac li{
       list-style:none;
	   float:left;
	   width:65px;
	   }
	   

ul#segac a{
       display:block;
       width:65px;
       height:25px;
       }


#segac a span {
       display:none;
	   }


a.sega {
       background-image:url(../img/sega01.jpg);
       }
	   
	   

.portalbana {

}