@charset "UTF-8";

div#contents {
width: 870px;
position: relative;
}

div#contents_wrapper {
width: 870px;
padding: 0px;
text-align: center;
position: relative;
}

div#contents_wrapper p,div#contents_wrapper th,div#contents_wrapper td {
color: #cfcfcf;
text-shadow: #000000 0px 0px 2px;
}

div#contents_body {
text-align: left;
background-color: #202020;
width: 820px!important;
width/**/: 850px;
padding: 0px 15px 0px 15px;
margin: 0px auto 0px auto;
}

div#contents {
width: 870px;
background-color: #202020;
}

div#contents_top {
width: 870px;
height: 19px;
text-indent: -5000px;
background-color: #202020;
border-radius-top-left: 5px;
border-radius-top-right: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
}

div#contents_bottom {
clear: both;
width: 870px;
height: 19px;
margin-bottom:10px;
text-indent: -5000px;
background-color: #202020;
border-radius-bottom-left: 5px;
border-radius-bottom-right: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
}