* {
    margin: 0;
    padding: 0;
}
div {
    border: 0 solid red;
}
body {
    background-attachment: scroll;
    background-color: #000000;
    background-image: url("images/.gif");
    background-position: center top;
    background-repeat: repeat-y;
    font-family: "Arial","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック";
    margin: 0;
}
a {
    text-decoration: none;
}
a:link {
    color: #777777;
}
a:visited {
    color: #595959;
}
a:active {
    color: #333333;
}
a:hover {
    color: #EFEFEF;
    text-decoration: underline;
}
#container {
    margin: 0 auto;
    width: 800px;
}
h1 {
    color: #595959;
    font-family: "Times";
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    padding: 10px 0 30px;
    text-align: left;
}
#header {
    height: 100px;
    margin: 0;
    width: 800px;
}
#main {
    float: left;
    padding-bottom: 0;
    width: 600px;
}
#main p.title {
    border-bottom: 1px dotted #333333;
    clear: both;
    color: #EFEFEF;
    display: block;
    font-family: "Times";
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
    padding: 0 20px 3px 15px;
    text-align: left;
}
#main span {
    color: #EFEFEF;
    font-family: "Arial","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック";
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    padding-left: 15px;
    text-align: left;
}
#main p.date {
    clear: both;
    color: #666666;
    display: block;
    font-family: "Arial","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック";
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 0 0 2px;
    text-align: right;
}
#txt {
    border-bottom: 1px solid #101010;
    clear: both;
    color: #EFEFEF;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 50px;
    padding: 2px 20px 20px;
    text-align: left;
    width: 530px;
}
#txt img {
    border: 1px solid #101010;
    height: 150px;
    margin-bottom: 10px;
}
#side {
    float: left;
    margin-left: 30px;
    padding-bottom: 0;
    width: 160px;
}
#side p.title {
    border-bottom: 1px dotted #333333;
    color: #EFEFEF;
    font-family: "Times";
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 3px 0;
    text-align: left;
}
#side ul.ent {
    border-bottom: 1px dotted #333333;
    color: #EFEFEF;
    font-size: 10px;
    line-height: 14px;
    list-style-type: none;
    margin-bottom: 10px;
    padding: 0 0 5px;
    text-align: left;
}
#side table {
    border-bottom: 1px dotted #333333;
    clear: both;
    color: #EFEFEF;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: center;
    width: 160px;
}
#footer {
    height: 30px;
    margin-top: 20px;
    width: 800px;
}
#footer p {
    color: #595959;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 20px;
    text-align:center;
}
.paginate {
    color: #595959;
    font-size: 10px;
    text-align: right;
}


