* {
    margin: 0;
    padding: 0;
    outline: none;
}
body {
    background:url(../img/bg.png) #1c191a;
    font: 12px Arial, Tahome, sans-serif;
    color: #c2c0c0;
    
}
a {
    text-decoration: none;
    color: #fff;
}
hr {
	border: 0;
	border-bottom: 1px solid #5d0000;
	width: 100%;
        margin: 10px;
}
a:hover {
    color: #5d0000;
}
#header_cont h1 {
    font-size: 30px;
    font-family: Arial Black;
    padding-top: 35px;
    padding-left: 245px;
    color: #000;
}
#header_cont h2 {
    color: #fff;
    font-size: 18px;
    padding-top: 80px;
    padding-left: 325px;
    position: absolute;
}
.f_left, #header_nav ul li, h1, h2 {
    float: left;
}
.f_right {
    float: right;
}
.box { 
    width: 300px;
    height: 125px;
    margin-top: 35px;
    margin-right: 45px;
   }
.box1 { 
    width: 125px;
    height: 125px;
    background:url(../img/manga_header.png);
    border: solid 1px #000;
   }
.box2 { 
    width: 125px;
    height: 125px;
    background:url(../img/anime_header.png);
    border: solid 1px #000;
   }
.box1:hover {
    opacity: 0.50;
}
.box2:hover {
    opacity: 0.50;
}
.box_cont {
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-top: 90px;
    border-top: solid 1px #000;
    background: #888;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    
}
.box_cont a {
    display: block;
}
#page_align {
    width: 1000px;
    margin: 35px auto;
    background: #353535;
    overflow: hidden;
}
.b10radius {
    border-radius: 10px;
}
.b5radius {
    border-radius: 5px;
}
#header {
    height: 245px;
    border-bottom: 3px #000;
}
#header_nav {
    height: 35px;
    border-bottom: solid 1px #060607;
    background: #626262;
}
#header_nav ul {
    list-style: none;
}
#header_nav ul li {
    border-right: solid 1px #060607;
}
#header_nav ul li:last-child {
    border-right: none;
}
#header_nav ul li a {
    color: aliceblue;
    line-height: 35px;
    padding: 0px 7px;
    display: block;
}
#header_nav ul li a:hover {
    background: #353535;
}
#header_cont {
    height: 210px;
    background: url(../img/header.png) left no-repeat;
    border-bottom: solid 3px #000;
    box-shadow: inset 0 20px 20px  -15px #000 , inset 0 -20px 20px  -15px #000;
    position: relative;
}
#sidebar{
    width: 200px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #626262;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 3px 5px #000;
    outline: none;
}
.top_sidebar {
    height: 45px;
    padding-top: 10px;
    border-bottom: solid 1px #000;
    background: url(../img/top_sb.png) left no-repeat;
}
.name_sb {
    width: 170px;
    height: 25px;
    background: #353535;
    margin-bottom: px;
    margin-left: 28px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
    box-shadow: -3px 7px 4px #000;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}
#content {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 750px;
}
.news{
    background: #626262;
    width: 750px;
    border-top-left-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 5px #000;
}
.news p {
    padding: 10px;
}
.news img {
    border-radius: 10px;
    margin: 10px;
    height: 170px;
}
.n_title {
    height: 45px;
    background: #270000;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.n_bot {
    background: #4a4a4a;
    height: 25px;
    line-height: 25px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 15px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 3px 5px #000;
}
#footer {
width: 100%;    
padding: 15px;
    background: #626262;
    box-shadow: inset 0 2em 3em -2em black;
    border-top: solid 1px #000;
}
.clr {
    clear: both;
}