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

body
{
background-image:url(../img/body_back.png);
background-repeat:repeat-y;
background-position:top;
background-color:#f5f5f5;
margin:0px;
}
h1,h2
{
font-family:Georgia, "Times New Roman", Times, serif;
visibility:hidden;
color:#402019;
position:absolute;
}
#wrapper
{
width:800px;
height:700px;
margin:auto;
top:75px;
position:relative;
background:url(../img/background.png) top repeat-y;
border:1px solid #ADADAD;
}
#top_header
{
width:800px;
height:65px;
position:relative;
background:url(../img/top_header_index.png) top no-repeat;
top:80px;
}
#banner
{
width:800px;
height:265px;
position:relative;
background:url(../img/banner_index.PNG) top no-repeat;
margin-top:130px;
}
#menu
{
width:800px;
height:41px;
top:90px;
position:relative;
background:url(../img/menu_back_index.PNG) top no-repeat;
}