body {
margin: 0px;
padding: 0px;
background: url('background.jpg') repeat-y;
background-color: #d8d9da;
font-size: 11px;
color: #000000;
font-family: verdana, arial, sans-serif;
}


#layout {
width: 800px;
height: 600px;
background: url(jinkaku.jpg) no-repeat;
position: absolute;
top: 0px;
left:0px;
}

#content {
position: absolute;
width: 520px;
top: 430px;
left: 260px;
}

#navigation {
position: absolute;
width: 150px;
font-size: 14px;
top: 430px;
left: 45px;
}

.head {

color: #7D575D;

font-weight: bold;
width: 520px;
height: 17px;
font-size: 12px;
font-weight: bold;
text-align: center;
border-bottom: 1px solid black;
font-size: 16px;
}

.head2 {

color: #000000;

font-weight: bold;
width: 155px;
height: 17px;
font-size: 12px;
font-weight: bold;
text-align: center;
border-bottom: 1px solid black;
font-size: 16px;
}

a {
color: #7D575D;
font-size: 13px;
font-weight: bold;

}

a:hover {
color: #000000;
}