  

.photo_back{
background-image : url(photo_back.gif);
background-repeat : no-repeat;

height : 260px;
width : 400px;
}
BODY{
width : 600px;
background-color : #80ffff;
text-align : center;
}
.menu{
font-family : "MS UI Gothic";
font-weight : normal;

width : 400px;

font-size : 90%;
border-width : 1px 1px;

border-left-width : 1px;
border-bottom-width : 1px;border-style : solid solid;

border-left-style : solid;
border-bottom-style : solid;border-color : black black;

border-left-color : black;
border-bottom-color : black;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
#contents{
background-color : white;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : white white white white;
width : 500px;
margin-top : 5px;
margin-left : 5px;
margin-right : 5px;
margin-bottom : 5px;
}
.logo{
font-size : 100%;
font-family : "MS UI Gothic";
font-weight : bolder;
background-color : #80ffff;
text-align : center;
height : 30px;
margin-top : 5px;
}
