html {
    width: 728px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}
body {
    background: #fff;
    font-size: 12px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    width: 728px;
    margin: 12px auto;
    text-align: center;
}
#header {
    padding: 0;
    text-align: center;
    border-top: 1px #99b solid;
    border-bottom: 1px #99b solid;
    width: 728px;
    height: 60px;
    background: url(http://feed.fkoji.com/blue/title-header.png) no-repeat center center;
}
#header a {
    display: block;
    text-indent: -10000px;
    width: 100%;
    height: 100%;
}
#description {
    text-align: center;
    margin: 18px 0 6px 0;
    padding: 4px 0;
    font-size: 14px;
    background: #ddf;
    border-top: 1px #99b solid;
    border-bottom: 1px #99b solid;
    width: 728px;
}
a {
    color: #5544f0;
}
a:visited {
    color: #943394;
}
p {
    margin: 6px;
}

.items {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    width: 728px;
    margin: 0 auto;
    text-align: left;
}
.item-title {
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
    margin-top: 18px;
    text-align: left;
}
.item-pubdate {
    font-size: 11px;
    color: #777;
}
.item-description {
    font-size: 12px;
    padding-left: 8px;
    margin-left: 0;
    margin-top: 6px;
    width: 480px;
    text-align: left;
}
dl a {
    font-weight: bold;
}
a{
    text-decoration: none;
}
img {
    vertical-align: middle;
}
.center {
    text-align: center;
}
.pager {
    margin: 15px 0;
    text-align: center;
}
#footer {
    padding: 4px 0;
    text-align: center;
    background: #ccf;
    border-top: 1px #99b solid;
    border-bottom: 1px #99b solid;
    width: 728px;
    margin: 4px auto;
}

