body {
margin:0px;
padding:0px;
font-size:14px;
background-color:#000000;
}
div#OuterWrapper {
text-align: center;
}
div#InnerWrapper {
min-width: 900px;
zoom: 1;
background-color:#000000;
}
div#footer {
width: 100%;
margin: 0 auto;
padding-top: 8px;
text-align: center;
}
/*div#breadcrumbs,
div#contents {
clear: both;
}
*/
div#contents {
width: 100%;
height: 570px;
margin: 0 auto;
text-align: left;
background-color:#000000;
display: block;
}
div#footer{
text-align:right;
width:900px;
}
#footer ul{
margin:0px;
padding:0px;
}
#footer ul#footer_navi {
width: 900px;
margin-top: 5px;
text-align: right;
line-height: 10px;
overflow: hidden;
}
#footer ul#global_navi li {
width: 147px;
height: 40px;
float: left;
text-indent:-9000px;
}
#footer ul#footer_navi li {
display: inline;
font-size: 10px;
padding: 0 5px;
}
#footer ul#footer_navi li.separate{
display: inline;
font-size: 10px;
padding: 0 5px;
border-left: 1px solid #555555;
}
#footer div#copy_r {
margin:0px;
padding:0px;
width: 900px;
font-size: 10px;
margin-top: 5px;
text-align: right;
line-height: 10px;
color:#333333;
}
/* basic text link
------------------------------------*/
/*default color*/

body {
}

a:link {
color: #666666;
}
a:visited {
color: #666666;
}
a:hover {
color: #560101;
text-decoration: none;
}
a:active {
color: #560101;
text-decoration: none;
}