/* ------------------------------------------

Style Name: main.css
Since:      2007-04-30
Modified:   2008-06-20
Version:    1.0
Auther:     Miyuki Ono(mono create)

------------------------------------------*/

*{margin: 0px; padding: 0px;}

body {
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
}

a{color: #ffffff;}
a:hover{color:#c9a230}
a img{ border: 0;}

#box {
width:920px;
height:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#box h1 {
text-align:right;
font-size:12px;
padding:3px 0;
margin:0 10px;
}

#headder {
height:460px;
text-align:center;
margin:0 10px;
}

#headder h2 {
display:none;
}

.description {
text-align:left;
}

#contents {
text-align:center;
margin:5px 10px 20px;
}

#contents h2 {
font-size:14px;
}

#contents p {
margin:5px 20px;
font-size:12px;
}

#navi {
position:relative;
background: url(./img/navi.png) repeat-x;
width:auto;
height:40px;
text-align:center;
clear: both;
top:-55px;
}

#navi1 {
	position:absolute;
	left:300px;
	top:0;
	}

#navi2 {
	position:absolute;
	left:410px;
	top:0;
	}

#navi3 {
	position: absolute;
	left: 540px;
	top:0;
	}

#navi4 {
	position: absolute;
	left: 630px;
	top:0;
	}
	
#navi5 {
	position: absolute;
	left: 765px;
	top:0;
	}
	
#navi6 {
	position: absolute;
	left: 895px;
	top:0;
	}
	
#footer {
font-size:10px;
text-align:right;
padding-top:38px;
padding-right:10px;
clear:both;
margin:0;
}

#footer a,
#footer a:hover,
#footer a:visited {
text-decoration:none;
color:#FFFFFF;
}

.style2 {color: #FFCC00}