/* CSS Document */

@import url("base.css");
@import url("common.css");
/*@import url("font.css");*/
/*見出し*/
h1 {
	float:left;
}

h2.topics {
	background:url(../../japanese/common/img/bt_topics.gif) repeat-x;
	margin-top: 12px;
	border-top: 1px solid #c1cad1;
	border-bottom: 1px solid #c1cad1;
	font-size:10px;
	height: 32px;
	background-position: center;
	width: 680px;
}
h2.topics a.allview{
	float:right;
	padding-top: 0.75em;
	padding-right: 1em;
	font-size: 90%;
}

/*佐藤追加*/
/*sarch-box*/
div.fontsize{
	clear: both;
	text-align: right;
	}
div.fontsize img.centering{
    margin:0 0 4px 2px;
	}
div.sarch{
	width: 846px;
	background-image:url(../../japanese/common/img/bg_tab.gif);
	background-repeat: repeat-x;
	display: block;
}
div.sarch img{
	float: right;
	margin: 17px 3px 0;
}
div.topmain{
	clear: both;
	width: 846px;
	margin: 0 0 10px;
}
div.topics{
	width:680px;
	float: left;
    margin: 0 0 10px;
	border-bottom: 5px solid #cccccc;
}
.sarchForm {
	float: right;
	margin: 0px;
	height: 32px;
	padding-top: 10px; padding-right: 5px;
	vertical-align: middle;
}

/*topics内*/
#topicsList{
	padding: 1px 0 5px 10px;
	background-color: #EFF6FB;
	width: 100%;
}

#topicsList dl{
font-size: 90%;
color: #666666;
clear: both;
background-color: #EFF6FB;
}

#topicsList dl dt{
float: left;
width: 80px;
padding: 5px 5px 5px 20px;
}
dt.statistics{
background: url(../common/img/i_stat.gif) 0 6px no-repeat #EFF6FB;
}
dt.press{
background: url(../common/img/i_press.gif) 0 6px no-repeat #EFF6FB;
}
dt.publicity{
background: url(../common/img/i_pub.gif) 0 6px no-repeat #EFF6FB;
}
dt.other{
background: url(../common/img/i_topics.gif) 0 6px no-repeat #EFF6FB;
}

#topicsList dl dd{
float: right;
width: 526px;
border-bottom: 1px dashed #cccccc;
padding: 5px 10px;
background-color: #EFF6FB;
}
/*---/topics内---*/
/*---/佐藤追加---*/

