body, th, td {
 line-height: 150%;
 font-size:90%;
}
body{
background-image:url();
background-repeat: repeat-x;
background-position: left top;
background-color:#FFFFFF;
margin:0px;
color:#363636;
text-align:center;
}
a:link {
color:#0099ff;
}
a:visited {
color:#00ccff;
}
a:active {
 color: #0000ff;
}
A {
 text-decoration: none;
}
A:hover { 
color:#000000;
background-color:#0099ff;
}
#zentai {
 background-color:#FFFFFF;
 width:800px;
 margin-top:20;
 margin-bottom:0;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 border-style:dashed;
 border-width:1px;
}

#header {
 width:500px;
 height:30px;
}

#menu{
border:1px solid #000000;
background-color:#FFFFFF;
}

#top {
 width:100%;
 float:left;
}

#honbun {
 margin:20px;
}

#footer {
 width:100%;
 clear:left;
 margin-bottom:0px;
 margin-top:0px;
 margin-right:auto;
 margin-left:auto;
 text-align:right;
}

h1,h2,h3,h4{
font-size:100%;
text-decoration:underline;
}

hr{
width:460px;
border-style:dashed;
}

img{
border:0px;
}