html {
    background: #fff;
}
body {
    width: 780px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #222;
    font-family: Verdana,arial,sans-serif;
}
#wrapper {
    width: 780px;
    text-align: left;
}
#header,
#footer {
    clear: both;
    width: 100%;
    padding: 4px;
    text-align: center;
    font-size: 20px;
    background: #e33;
    border: 1px #999 solid;
    margin-bottom: 18px;
}
#footer {
    font-size: 12px;
}
#header a,
#footer a {
    color: #fff;
}
#main {
    width: 560px;
    float: left;
}
#side {
    width: 204px;
    float: right;
}
#side .box {
    border: 1px solid #aaa;
    margin-bottom: 8px;
}
#side .box p.title {
    padding: 6px;
    background: #eee;
    font-weight: bold;
    margin: 0;
}
#side .box .contents {
    padding: 6px;
}
#side .box .contents p {
    margin: 10px auto;
}
#side .box .contents ul li {
    margin-bottom: 6px;
}
#title {
    margin: 4px;
}
#title a {
    font-size: 20px;    
}
#main .category {
    font-size: 16px;
    border-left: 2px solid #933;
    padding-left: 6px;
}
p {
    margin: 4px auto;
}
ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
li {
    font-size: 12px;
    margin-bottom: 12px;
    padding-left: 21px;
    margin-left: 12px;
}
#main li {
    border-bottom: 1px solid #fcc;
    background: url(list.gif) no-repeat left 1px;
}
#side li {
    margin-left: 0;
    padding-left: 16px;
}
li .title a {
    font-size: 14px;
}
li .pub_date {
    font-size: 12px;
    color: #555;
}
li .source {
    margin-left: 1em;
}
a{
    text-decoration: none;
    color: #0000f0;
}
a:hover {
    text-decoration: underline;
    color: #337;
}
a:visited {
    color: #669;
}
img {
    vertical-align: middle;
}
span.new {
    color: #f6f;
}
.hidden {
    display: none;
}
.more {
    cursor: pointer;
    color: #0000f0;
    margin-left: 21px;
}

