@charset "utf-8";

@import url(default.css);
@import url(common.css);

#link01 a,#link01 a:hover {
    background-position:0 -21px;
}

#message {  
    width:780px;
}

#message h2 {
    width:780px;
    height:200px;
    font-size:2px;
    text-indent:-9999px;
    background-image:url(/images/title_message.png);
}

#sub {
    display:block;
    float:left;
    width:270px;
}

#sub h3 {
    margin-left:10px;
    margin-top:20px;
    width:175px;
    height:20px;
    font-size:2px;
    text-indent:-9999px;
    background-image:url(/images/title_news.png);
}


#main {
    display:block;
    float:left;
    width:500px;
    border-left:1px solid #ddd;
}

#main h3 {
    margin-left:10px;
    margin-top:20px;
    width:175px;
    height:20px;
    font-size:2px;
    text-indent:-9999px;
    background-image:url(/images/title_blog.png);
}

.date {
    margin-left:10px;
    margin-top:10px;
    font-size:1.2em;
}

.news {
    margin-left:10px;
    margin-top:3px;
    font-size:1.2em;

}

.rss {
    margin-top:10px;
    margin-left:10px;
    margin-bottom:10px;
}

.rss li {
    font-size:1.3em;
    margin-bottom:10px;
}
