@charset "utf-8";

/* -------------------------------------------------- */
/* top.css */
/* -------------------------------------------------- */

/* wrap */
/* -------------------------------------------------- */
#wrap {
    width: 870px;
    padding-left: 15px;
}

/* main */
/* -------------------------------------------------- */
#main {
    width: 405px;
    float: left;
}

/* sidebar */
/* -------------------------------------------------- */
#sidebar {
    width: 415px;
    float: right;
}

/* other */
/* -------------------------------------------------- */
#top_read {
    margin-top: 20px;
    margin-bottom: 12px;
}

#org_chart {
    width: 870px;
    margin-left: 15px;
    background-image: url(../img/top_org_chart_bg.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
#org_chart #org_chart_left {
    width: 530px;
    float: left;
}
#org_chart #org_chart_right {
    width: 340px;
    float: right;
}
#org_chart #method {
    margin: 12px 0;
}
#blog_wrap {
    width: 100%;
}
#blog_left {
    width: 190px;
    float: left;
}
#blog_left #trend_lastn {
    margin-top: 13px;   
}
#blog_right {
    width: 190px;
    float: right;
}
#blog_right ul {
    margin: 0;
    padding: 0;
    margin-top: 13px;
}
#blog_right ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    list-style-type: none;
}

.topics {
    width: 100%;
    padding-bottom: 7px;
    background-image: url(../img/border01.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.topics_category {
    width: 73px;
    float: left;
    margin-top: 10px;
	padding-top: 3px;
}
.topics_text{
    width: 325px;
    float: right;
}
.topics_list dt {
    margin-top: 7px;
    font-weight: bold;
}
.topics_list dd {
    margin: 0;
}
.backnumber {
    margin: 10px 0;
    text-align: right;
}
.rss-box ul {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
.rss-box ul li {
	list-style-type: none;
	margin-bottom: 7px;
}
