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

/*bodyのIDでCSSを切り替えています。*/
#top
{
margin:0;
}




#top #header
{
height:107px;
background-image:url(../img/header1.jpg);
background-repeat:no-repeat;
}

#top #mainlogo
{
height:85px;
background:url(../img/mainlogo.jpg) no-repeat;
}

#top #read
{
height:98px;
background:url(../img/read.jpg) no-repeat;
}

#top #menu
{
height:188px;
overflow:hidden;
vertical-align:top;
}

#top #main_body
{
height:153px;
background:url(../img/body.jpg) no-repeat;

}

#top #footer
{
background:url(../img/footer.jpg);
height:23px;
}
