@charset "UTF-8";


.list_li {
	margin-top: 5px;
	margin-left: 2px;
	list-style: none;
	height: 37px;
}

.list_li li {
	float: left;
}

.topics {
	width: 700px;
	background: url(../../images/line_h.gif) left bottom repeat-x;
	padding: 5px 0 5px 0;
	float: left;
}

.topics dt {
	display: block;
	width: 85px; 
	float: left;
	color: #CC0000;
	background: url(../images/icon.gif) 0 5px no-repeat;
	padding-left: 18px; 
}
.topics dd {
	display: block;
	width: 500px; 
	float: left;
	cursor: pointer;
}

.topics_box {
	width: 700px;
	margin-top: 25px;
}

.topics_list {
	width: 700px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 25px;
}

.topics_list li {
	list-style: none;
	background: url(../images/line_h.gif) left bottom repeat-x;
	padding: 5px 0;
}

.topics_list li span {
	background: url(../images/icon.gif) 0 0px no-repeat;
	padding-left: 20px;
	padding-right: 30px;
	color: #CA0202;
}

* html .topics_list li span {
	background: url(../images/icon.gif) 0 2px no-repeat;
}
*+html .topics_list li span {
	background: url(../images/icon.gif) 0 2px no-repeat;
}

.one_box {
	width: 625px;
	margin-top: 25px;
}

.one_box .one_left {
	width: 425px;
	float: left;
}

.one_box .one_right {
	width: 166px;
	float: right;
}

.two_box {
	width: 635px;
	margin-top: 25px;
}

.two_box .two_left {
	width: 340px;
	float: left;
}

.two_box .two_right {
	width: 261px;
	float: right;
}


.three_box {
	width: 670px;
	margin-top: 25px;
}

.three_box .three_left {
	width: 400px;
	float: left;
}

.three_box .three_right {
	width: 251px;
	float: right;
}

.three_box .three_left_2 {
	width: 340px;
	float: left;
}

.three_box .three_right_2 {
	width: 307px;
	float: right;
}

.four_box {
	width: 630px;
	margin-top: 25px;
}

.four_box .four_left {
	width: 445px;
	float: left;
}

.four_box .four_right {
	width: 140px;
	float: right;
}

.five_box {
	width: 670px;
	
}

.five_box .five_left {
	width: 455px;
	float: left;
	padding-top: 15px;
}

.five_box .five_right {
	width: 202px;
	float: right;
	padding-top: 15px;
}

.six_box {
	width: 665px;
	margin-top: 25px;
}

.six_box .six_left {
	width: 362px;
	float: left;
}

.six_box .six_right {
	width: 270px;
	float: right;
}

.seven_box {
	width: 670px;
}

.seven_box .seven_left {
	width: 440px;
	float: left;
}

.seven_box .seven_right {
	width: 210px;
	float: right;
	margin-top: 40px;
}

.eight_box {
	width: 670px;
	margin-top: 15px;
}

.eight_box .eight_left {
	width: 420px;
	float: left;
}

.eight_box .eight_right {
	width: 225px;
	float: right;
	position: relative;
}

.eight_box .eight_right .ad {
	position: absolute;
	left: -92px;
	top: 65px;
}

.eight_box .eight_right .ad2 {
	position: absolute;
	left: -156px;
	top: 110px;
}


.topics_table {
	width: 100%;
	margin-left: 11px;
	margin-top: 20px;
}

.topics_table th {
	width: 55px;
	text-align: left;
	vertical-align: top;
} 
.topics_table td {
	vertical-align: top;
}

.topics_table_02 {
	width: 95%;
	margin-left: 25px;
	margin-top: 20px;
}

.topics_table_02 th {
	width: 55px;
	text-align: left;
	vertical-align: top;
} 
.topics_table_02 td {
	vertical-align: top;
}


.topics_table_03 {
	width: 100%;
	margin-left: 11px;
	margin-top: 20px;
}

.topics_table_03 th {
	width:  275px;
	text-align: left;
	vertical-align: top;
	margin-top: 7px;
} 
.topics_table_03 td {
	vertical-align: bottom;
	margin-top: 7px;
}


.topics_table_04 {
	width: 100%;
	margin-left: 11px;
	margin-top: 5px;
}

.topics_table_04 th {
	width: 55px;
	text-align: left;
	vertical-align: top;
} 
.topics_table_04 td {
	vertical-align: top;
}

.line_box {
	width: 601px;
	border: #E5E5E5 1px solid;
	padding: 25px 33px;
}

.text_intent {
	text-indent: -13px;
	padding-left: 13px;
}

.vli_middle {
	padding-right: 5px;
}

.mar_t_60 {
	margin-top: 60px;
}

.mar_t_50 {
	margin-top: 50px;
}

.mar_t_25 {
	margin-top: 25px;
}

.mar_t_18 {
	margin-top: 18px;
}

.mar_l_13 {
	margin-left: 13px;
}

.pad_t_20 {
	padding-top: 20px;
}

.pad_t_30 {
	padding-top: 30px;
}

.pad_t_18 {
	padding-top: 18px;
}

.pad_t_13 {
	padding-top: 13px;
}

.mar_l_8 {
	margin-left: 8px;
}

.mar_l_25 {
	margin-left: 25px;
}

.red_link a:link {
	color: #D61518;
	text-decoration: none;
}

.red_link a:visited {
	color: #D61518;
	text-decoration: none;
}

.red_link a:hover {
	color: #D61518;
	text-decoration: underline;
}

.red_link_01 a:link {
	color: #af1516;
	text-decoration: none;
}

.red_link_01 a:visited {
	color: #af1516;
	text-decoration: none;
}

.red_link_01 a:hover {
	color: #D61518;
	text-decoration: underline;
}

.clear_box {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.news_title {
	background: url(../images/icon2.gif) 0 2px no-repeat;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
}

.news_h2 {
	width: 675px;
	height: 30px;
	background: url(../images/h2_bg.jpg) no-repeat;
	padding-left: 25px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
	padding-top: 10px;
}