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

html{
overflow: -moz-scrollbars-vertical;
}

body{
background: #131313 url(../images/mainbg.gif) top left repeat-x;
color: #CCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
margin-top: 10px;
}

body *{
text-align: inherit;
}

table.wrap{
margin-left: auto;
margin-right:auto;
width: 900px;
background-color: #292828;
}

#header{
background: #292828 url(../images/headerbg.gif) top repeat-y;
padding: 0px 8px;
width: 256px;
text-align:center;
vertical-align:top;
}

#headerinside{
background: #ACAAAA url(../images/headerbg1.gif) top left repeat-x;
width: 241px;
margin-right:auto;
margin-left: auto;
vertical-align:top;
}

#content{
vertical-align: top;
padding: 8px 8px 8px 0;
text-align:left;
}

#main{
height: 528px;
padding-right: 10px;
overflow-y: auto;
overflow-x: hidden;
}

#footer{
margin-left: auto;
margin-right:auto;
width: 900px;
text-align:center;
font-size: 11px;
padding: 8px;
}

#footer ul{
margin: 0;
padding: 0;
}

#footer ul li{
display: inline;
list-style-type: none;
}

#footer ul li a, #footer ul li a:visited{
color: #FFF;
text-decoration:none;
padding: 0 11px;
}

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


img{
border:0;
}

h1{
font-size: 16px;
border-bottom: 1px solid #fc0101;
}

h2{
font-size: 14px;

}

.blue{
color: #fc0101;
font-weight: bold;
}

h3{
font-size: 13px;
}

input[type=submit]{
background: url(../images/button.gif) left repeat-x;
color: #FFF;
font-weight: bold;
border: 1px sold #666666;
padding: 2px;
text-decoration: none;
}

a.button, a.button:visited{
background: url(../images/button.gif) repeat-x;
color: #FFF;
font-weight:bold;
border: 1px solid #666;
padding: 2px;
display: block;
text-decoration: none;
width: 12em;
margin-right:auto;
margin-left:auto;
}

img.sp{
margin-right: 5px;
}

fieldset{
padding: 8px;
border: 1px solid #666666;
}

legend{
font-weight: bold;
color: #fc0101;
}

html {
scrollbar-base-color: #292828;
scrollbar-arrow-color: #ABABAB;
scrollbar-track-color: #292828;

scrollbar-shadow-color: #ababab;
scrollbar-lightshadow-color: none;
scrollbar-darkshadow-color: none;

scrollbar-highlight-color: #ababab;
scrollbar-3dlight-color: none;
}

a.gray{
color: #ABABAB;
text-decoration: none;
}

a.gray:hover{
color: #FC0101;
}