@charset "utf-8";

*{
margin:0;
padding:0;}

html,body{
background-color:#000000;
font-size:12px; color:#e5e5e5;
font-family:"Verdana", "qMmpS Pro W3", "lr SVbN", "Osaka";
line-height:1.6em;
}

a:link{font-size:10px; color:#e5e5e5; text-decoration:underline;}
a:visited{font-size:10px; color:#e5e5e5; text-decoration:underline;}
a:hover{font-size:10px; color:#e5e5e5; text-decoration:none;}
a:active{font-size:10px; color:#e5e5e5; text-decoration:none;}


h1,h2,h3,h4,h5{
margin:0;
padding:0;
}


ul,li{
margin:0;
padding:0;
list-style-type:none;}

div{
text-align:left;
}

/*
 rayout 
_____________________________________*/

#container{
width:800px;
margin-left:auto;
margin-right:auto;
padding-top:50px;
margin-bottom:15px;
}

#indexImage{
background:url(../images/index_image.jpg) 0 0 no-repeat;
width:800px;
height:360px;
}

#indexImage p{
text-align:center;
padding-top:310px;
}

#btnTable{
background:url(../images/btn_bg.gif) 0 0 no-repeat;
width:440px;
height:115px;
margin-left:auto;
margin-right:auto;
}

#footerBg{
background:url(../images/footer_bg.gif) 0 0 repeat-x;
padding-top:8px;
text-align:center;
height:63px;
}

#bannerArea{
text-align:center;
}

