@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------
                           #main
---------------------------------------------------------*/

div#main div.section {
	padding-bottom: 15px;
}

div#main div.section.end {
	padding-bottom: 0;
}

body div#main h3 {
	width: 868px;
	height: 32px;
	margin-bottom: 20px;
	padding: 8px 0 0 12px;
	background: url(../topics/image/title_main_topics.gif) no-repeat 0 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

* html body div#main h3 { /* for IE6 */
	height: 30px;
	padding-top: 10px;
}

body div#main h3 img {
	margin-left: 7px;
	font-size: 0;
	line-height: 0;
	vertical-align: baseline;
}

/*---------------------------.topics_detail--*/

div#main div.section dl.topics_detail {
	overflow: hidden;
	width: 840px;
	margin: 0 20px 10px;
}
/* Float Clear : For Old Browser */
div#main div.section dl.topics_detail:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#main div.section dl.topics_detail dt {
	float: right;
	width: 720px;
	padding: 2px 0 0;
	background: url(../image/shared/bg_line_dotted_gray.gif) repeat-x 0 0;
}

div#main div.section dl.topics_detail dt span.float_box {
	display: block;
	width: 700px;
	padding: 8px 10px 7px;
	background-color: #f1edec;
	font-size: 16px;
	font-weight: bold;
}

div#main div.section dt span.float_box span.txt {
	display: block;
	width: 590px;
	color: #666;
}

div#main div.section dt span.float_box span.txt a {
	color: #e60000;
}

div#main div.section dt span.float_box span.btn {
	display: block;
	width: 100px;
}

div#main div.section dt span.float_box span.btn a {
	/*display: inline-block;*/
	display: block;
	overflow: hidden;
	width: 100px;
	height: 19px;
	background: url(../topics/image/btn_topics_detail_on.gif) no-repeat 0 0;
	margin: 0 auto;
}

div#main div.section dt span.float_box span.btn a:active,
div#main div.section dt span.float_box span.btn a:hover {
	background-color: #fff;
}

div#main div.section dt span.float_box span.btn a:active img,
div#main div.section dt span.float_box span.btn a:hover img {
	visibility: hidden;
}

div#main div.section dl.topics_detail dd {
	float: right;
	width: 720px;
	margin: 1px 0 0;
	padding: 10px 0 5px;
	background: url(../image/shared/bg_line_dotted_gray.gif) repeat-x 0 0;
	color: #333;
}

div#main div.section dl.topics_detail dd.image {
	float: left;
	width: 100px;
	margin: 0;
	padding-top: 0;
	background: none;
}




/* End */
