@charset "UTF-8";
/* CSS Document */

body{
font-size:80%;
text-align:center;
margin:0px;
padding:0px;
background-repeat:repeat;
background-position:left;
background-color:#660000;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color:#6600FF; text-decoration: none; }
a:visited { color:#6600FF; text-decoration: none; }
a:hover   { color:#FF00CC; text-decoration: underline; }
a:active  { color:#6600ff; text-decoration: none; }



#content{
width:800px;
margin:0px auto;
background-color:#FFFFFF;
}

#content .header{
width:800px;
border-bottom:3px #000033 solid;
}

#content .navi{
width:100px;
height:2800px;
padding-left:5px;
text-align:left;
float:left;
background-color:#000033;
}

#content .main{
width:680px;
margin-top:80px;
float:right;
padding-bottom:300px;
}


.main tr td
{
text-align:center;
background-color:#000000;
}


.footer{
clear:both;
width:800px;
color:#000033;
text-align:right;
bottom:0px;}
