img {
    border: none
    }
#header {
    position: relative
    }
#header .logo {
    position: relative;
    width: 214px;
    height: 147px;
    margin-top: 10px
    }
#header .top_ad {
    position: absolute;
    right: 50px;
    top: 20px
    }
#menu {
    text-align: center;
    padding: 8px;
    margin: 0 10px;
    background: #ffefb0
    }
.link {
    display: inline;
    padding: 0 20px;
    font-size: 18px
    }
.link a, .headtext a {
    color: black;
    text-decoration: none
    }
.link a:hover, .headtext a:hover {
    color: #D69200
    }
hr {
    border: 0;
    height: 1px;
    margin: 0 20px;
    background: #ccc
    }
#main {
    text-align: center;
    width: 100%
    }
#home_new .cell {
    padding: 5px
    }
#home_new .headtext {
    background: #eee;
    font-size: 18px;
    font-weight: 100;
    padding: 5px 10px
    }
#story {
    width: 300px;
    margin: 3px 10px;
    border-bottom: 1px dashed #ccc;
    padding: 5px
    }
#story .image {
    width: 90px
    }
#story img {
    width: 75px
    }
#story .text {
    vertical-align: top
    }
#story .title {
    font-size: 14px;
    font-weight: 100
    }
#story .title a {
    color: #D69200
    }
#story .title a:hover {
    color: #000
    }
#story .author {
    color: #666
    }
.table {
    display: table
    }
.row {
    display: table-row
    }
.cell {
    display: table-cell
    }
#container {
    margin: 20px 50px
    }
.box {
    margin: 10px;
    background: #000;
    border: 1px #666 solid
    }
.box img {
    width: 150px;
    margin: 5px
    }
.name {
    padding-bottom: 5px
    }
.name a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700
    }
.name a:hover {
    color: #FC3
    }