@charset "utf-8";
#main .description {
	padding: 25px;
	width: 600px;
}
#main .description h3 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 600px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#main .description h3 span {
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#main .description strong {
	font-size: 120%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}
#main .description h4 {
	font-size: 140%;
	color: #666666;
	margin-top: 30px;
}
#main .description p {
	color: #666666;
	font-size: 100%;
}
