@charset "utf-8";


/* head
----------------------------------------------------------- */ 
#products .products_head {
	clear: both;
	height: 53px;
	background: transparent url(../img/bg_head.gif) left top no-repeat;
	zoom: 1;
	border-bottom: solid 1px #dcdcdc;
}

#products .products_head p.products_title {
	float: left;
	width: 500px;
	display: inline;
	margin: 15px 0 0 16px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
}

#products .products_head p.products_back {
	float: right;
	width: 128px;
	display: inline;
	margin: 12px 13px 0 0;
}

#products h1,
#products h2 {
	clear: both;
}


/* FAQ copyarea
-------------------------------------------------- */

.faq_copy {
	margin:10px 0;
	padding:10px !important;
	padding:10px 0 10px 20px;
	border: solid 1px #dcdcdc;
	zoom: 1;
	}

.faq_copy img {
	float:left;
	margin:0 10px 0 0;
	}


/* Table
-------------------------------------------------- */

#call_table {
	width:688px;
}

#call_table tr th,
#call_table tr td {
	border:1px solid #dcdcdc;
	padding:9px;
	text-align:center;
}
.type{
	background:#CCCCCC;
	color:#000000;
}

.type_b{
	background:#99CCFF;
	color:#000000;
}

.type_c{
	background:#FFFFCC;
	color:#000000;
}

.b_color{
    background:#01459d;
	color:#ffffff;
	font-weight:bold;
}