@charset "utf-8";

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

/* wrap */
/* -------------------------------------------------- */
#wrap {
    width: 896px;
	padding-bottom: 30px
}

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

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

#sidebar p {
	margin-bottom: 10px;
}

/* 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;
	margin-bottom: 40px;
}
#org_chart #org_chart_left {
    width: 530px;
    float: left;
}
#org_chart #org_chart_right {
    width: 340px;
    float: right;
}
#org_chart #method {
    margin: 12px 0;
}

#trend_lastn {
    margin-top: 13px;   
}

#main p.trendwatcher_caption {
    padding: 10px;
    background: #F9FBDF;
    font-size: 12px; 
}

#bunner{
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}

#bunner li{
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

#solution {
	width: 350px;
	padding-bottom: 30px;	
}

#solution img {
	margin-top: 12px;	
}

#solution_left {
	float: left;
	width: 161px;
}

#solution_right {
	float: right;
	width: 161px;
}

#books {
	width: 350px;
}

.book {
	float: left;
	margin-right: 6px;	
}

.topics {
    width: 100%;
    padding-bottom: 7px;
    background-image: url(../img/border01.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.topics_category {
    width: 75px;
    float: left;
    margin-top: 8px;
	margin-bottom: 0px
}
.topics_text{
    width: 260px;
    float: right;
}
.trend_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;
}
