@charset "utf-8";
/* CSS Document */
div, p
{
margin:0px auto;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
}
body
{
background:#222;
}
div.main_content
{
margin-top:10px;
width:1040px;
background:url(../images/outside.png) repeat-y top;
}
div.banner
{
width:1040px;
height:125px;
background:url(../images/banner.png) no-repeat top;
}
div.links
{
text-align:center;
width:1000px;
height:30px;
background:#ccc;
}
div.body
{
width:1000px;
background:#ddd;
clear:both;
}
div.right
{
float:left;
width:249px;
}
div.center
{
float:left;
width:750px;
border-right:1px solid #000;
}
div.footer
{
clear:both;
width:1040px;
height:40px;
background:url(../images/footer.png) no-repeat top;
}
div.footer_text
{
padding-top:3px;
text-align:center;
font-size:0.7em;
}
div.links a
{
font-size:0.8em;
display:block;
float:left;
padding:5px 10px;
cursor:pointer;
text-decoration:none;
color:#000000;
}
div.links a:hover
{
cursor:pointer;
text-decoration:underline;
background:#ddd;
}
div.block
{
background:#aaa;
width:738px;
margin:5px;
border:1px solid #000;
}
div.block2
{
background:#aaa;
width:238px;
margin:5px;
border:1px solid #000;
}
div.block_head
{
border-bottom:1px dashed #000;
font-size:1.3em;
background:#bbb;
}
div.block_footer
{
border-top:1px dashed #000;
text-align:right;
font-size:0.7em;
background:#bbb;
}
div.block_content
{
padding:5px;
}
div.link
{
background:#000;
}
span.red_star
{
color:#FF0000;
}
td.one
{
padding:5px;
background:#ccc;
}
td.two
{
padding:5px;
background:#ddd;
}