﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border-top-color: #FFFFFF;
}

hr{
	display:none;
}

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	width:985px;
	margin:0 auto;
	line-height:1.4em;
	background-color: #63707f;
}

.clear {
	clear:both;
}

.box_font_12w{
	color:#FFFFFF;
	padding:10px;
	font-size:12px;
	line-height:1.5em;
}

.font_12w{
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	font-size:12px;
	line-height:1.2em;
}

.li_font_12bb{
	color:#f2feb2;
	font-weight:bold;
	font-size:12px;
	padding:10px 10px 5px 10px;
	list-style:none;
}

.img_link{
	width:500px;
	height:80px;
	background:#333333;
	margin: 10px;
	padding: 20px 15px;
	
}

#footer{
	text-align:center;
	color:#999999;
	font-size:12px;
}

#footer a{
	color:#cccccc;
	text-decoration:none;
}

/* spec_table */

#spec_table table,
#news_table table{
	width: 510px;
	margin: 10px;
}

#spec_table col#col_item{
	width:120px;
}

#spec_table col#col_spec{
	width:140px;
}

#spec_table col#col_des{
	width:200px;
}

#spec_table th,
#news_table th{
	background:url(../img/th_bg.gif) repeat-x bottom;
	height: 35px;
	padding: 5px;
	color:#FFFFFF;
	text-align:left;
}

#spec_table td,
#news_table td{
	padding: 5px;
	color:#FFFFFF;
}

#spec_table .same_line{
	background:url(../img/tr_line2.gif) repeat-x bottom;
}

#spec_table .line{
	background:url(../img/tr_line.gif) repeat-x bottom;
}

#news_table tr{
	background:url(../img/tr_line.gif) repeat-x bottom;
}

#news_table col#col_num{
	width:5px;
}

#news_table col#col_title{
	width:400px;
}

#news_table col#col_date{
	width:100px;
}

#news_table a{
	color:#FFFFFF;
	text-decoration:none;
}

#news_table a:hover {
	text-decoration: none;
	color: #999999;
}