@charset "Shift_JIS";

/*--基本CSS--*/

*{margin:0;
padding:0;
font-size:100%;}

body{font-family:sans-serif;
color:#000000;
background: #000000 url(../image/bg.gif) top repeat-x;
}

img{
vertical-align:bottom;
border:none;
}

#clear{
clear:both;}


a:link{color:#ffffff;}
a:visited{color:#666666;}
a:hover{color:#666666;
text-decoration:underline;}
a:active{color:#666666;}
a       {text-decoration:none;}

a.under:link{color:#666666;}
a.under:visited{color:#666666;}
a.under:hover{color:#666666;
text-decoration:underline;}
a.under:active{color:#666666;}
a.under       {text-decoration:underline;}


/*--コンテナ--*/

#container{
width:900px;
background-color:#ffffff;
text-align:left;
}

#top{
width:900px;
height:600px;
background-image:url(../image/top_img.jpg);
overflow:auto;
}

/*--ヘッダーナビ--*/

ul{
width:490px;
height:75px;
list-style-type:none;
margin:492px 0px 0px 142px;
}

ul li{
display:inline;
}

