@charset "UTF-8";

#text {
	width: 775px;
	background-repeat: no-repeat;
	background-image: url(../images2/product_top.jpg);
	color: #999999;
	float: right;
	padding: 0;
	margin: 0;
}
h2 {
	background-image: url(../images2/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
.item {
	line-height: 1.2;
}
#content {
	padding-right: 50px;
}

#serviceList {
	border-top: 2px solid #CC9933;
	border-bottom: 2px solid #CC9933;
	padding: 10px;
	margin: 0 30px;
	text-align: center;
}
#serviceList ul {
	color: #CCCCCC;
	padding: 0;
	margin: 0;
	line-height: normal;
}
#serviceList li {
	display: inline;
	font-size: .88em;
	padding: 0;
	margin: 0;
}
#serviceList a:link {
	color: #6633CC;
	text-decoration: none;
}
#serviceList a:visited {
	color: #6633CC;
}
#serviceList a:hover {
	color: #CC0000;
}