@charset "utf-8";

body{
font-family:Arial, Helvetica, sans-serif;
width:710px;
margin:0px auto;
background-color: #FFFFFF;
}

h1 {
font-size: 10px;
font-weight: normal;
text-align: left;
padding: 10px;
}


/*--- HEADER ---*/

#header{
width:710px;
margin: 0px;
padding: 10px 0 0;
text-align: center;
}
#header ul{
list-style:none;
width:680px;
height:20px;
padding:5px 0 5px 30px;
text-align: center;
background: url(../img/parts/contents_bg.gif) no-repeat center;
margin: 10px 0 0;
}
#header li{
display: block;
padding: 0px;
margin-right: 10px;
float: left;
}
#header li a {
padding: 0px;
margin: 0px;
}
#header img {
vertical-align: bottom;
}


/*--- CONTENT ---*/

#content {
width: 670px;
padding: 20px;
clear: both;
}
#content hr {
height: 2px;
color: #CCCCCC;
background-color: #CCCCCC;
margin: 0px;
padding: 0px;
line-height: 2px;
}
#content a:link, #content a:visited {
color: #003399;
}
#content a:hover, #content a:active {
color: #6699FF;
}
#totop {
text-align: right;
clear: both;
}


/*--- FOOTER ---*/

#footer {
font-size: 75%;
line-height: 1.5;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
padding: 20px 0;
width: 710px;
border-top: 2px solid #EEEEEE;
clear: both;
}
#footer li {
display: inline;
border-right: 1px solid #CCCCCC;
margin-right: 5;
padding: 0 10px;
}
#footer li.end {
border-right: none;
margin-right: 0;
}
#footer address {
padding: 10px 0 0;
color: #666666;
}
#footer a:link, #footer a:visited {
color: #666666;
}
#footer a:hover, #footer a:active {
color: #CCCCCC;
}

