﻿body {
    width: 1024px;
    height: 768px;
    margin: 10px;
    padding: 0px;
	background-color: #CC9900
}

.top{
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
	background-image:url('../graphics/bunpo.png');
    border-bottom: groove;

}

.contents {
    width: 95%;
    position: absolute;
    background-color: #FFFFCC;
    border: 3px;
    margin: 10px;
    padding: 5px;
    top: 120px;
}
table, td, th {
    border:solid 1px #000000;
}
