/*メインCSS*/

body 
{
text-align: center;
background-image:  url(img/rogo01.jpg);
background-repeat: no-repeat;
text="#000000"
margin: 0;
padding: 0;
}

#main 
{
width: 795px;
position: absolute;
left:60px;
}

h1 
{
font-family: "MS Pゴシック";
font-size: 90%;
text-align: center;
}

h5 
{
border-top: double 3px #0E6D23;
border-bottom: double 3px #0E6D23;
margin: 1px;
text-align: right;
}

a, a:link, a:visited  
{
text-decoration:none;
color:#454545;
}

a:hover 
{
color: #0099CC;
position: relative;
top: 1px; left: 1px;
}

#navi
{
width: 793px;
background-image: url(img/navi01.jpg);
position: absolute;
left: 0px;
border: solid 1px #0E6D23;
}

#navi h2 
{
width: 156px;
float: left;
text-align: center;
margin:0px;
line-height: 1.5em;
font-size: 16px;
border-right: solid 1px #0E6D23;
}

#navi h2 a 
{
display: block;
width: 156px;
}

/*フロートクリア*/

.clear
{
clear: both;
}

/*コピーライト*/

address
{
clear: both;
font-size: 80%;
border-top: double 3px #0E6D23;
margin-top: 25px;
padding: 5px;
}

table
{
margin-top: 10px;
margin-left: 50px;
}
