@charset "Shift_JIS";
body {
margin:0;
padding:0;
background-color:white;
}
#wrapper {
width:800px;
margin-left:auto;
margin-right:auto;
background-color:snow;
}
#header {
height:50px;
background-image:url("top.gif");
background-repeat:no-repeat;
}
#pbody {
background-image:url("medium.gif");
background-repeat:repeat-y;
}
#menu {
text-align:center;
}
#menu table {
margin-left:auto;
margin-right:auto;
width:780px;
table-layout:auto;
background-color:black;
}
#menu table td {
width:20%;
background-color:white;
}
#main {
margin-left:auto;
margin-right:auto;
width:780px;
}
#footer {
height:50px;
font-size:small;
background-image:url("bottom.gif");
background-repeat:no-repeat;
}
