@charset "UTF-8";
/* CSS Document */

body{
background-image:url(../img/ueimg2.gif);
background-color:#FF9933;
background-repeat:no-repeat;
margin-top:90px;
}



#head{
background-image:url(../img/title.jpg);
background-repeat:no-repeat;
text-align:center;
background-color:#000000;
width:800px;
height:100px;
}



#main{
background-image:url(../img/main1.gif);
background-repeat:no-repeat;
width:800px;
height:600px;
margin-left:auto;
margin-right:auto;
}




#menu {
width:800px;
height:50px;
background-image:url(../img/menu.gif);
text-align:center;
}






#naka{
width:790px;
height:350px;
float:right;
}

















#footer {
text-align:center;
width:800px;
height:100px;
background-color:#000000;
float:left;
}


.clear{
clear:both;
}


.clear hr{
display:none;
}
