@charset "utf-8";

#products{letter-spacing:1px;}

/* 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
-------------------------------------------------- */

#spsl_table {
	width:688px;
}


#spsl_table tr th,
#spsl_table tr td {
	border:1px solid #dcdcdc;
	padding:9px;
}
#spsl_table tr td.type{
	width:200px;
	color:#01459d;
	font-size:90%;
	font-weight:bold;
	text-align:left;}

#spsl_table tr th {
	background:#01459d;
	color:#ffffff;
}

ul.list01,
ul.list02{
	width:660px;
	overflow:hidden;
	}	
ul.list01 li{
	width:132px;
	float:left;
	}	
ul.list02 li{
	width:220px;
	float:left;
	}

ul.list03 li{
	width:330px;
	float:left;
	}








