@charset "utf-8";
#main  {
	background-image: url(../img/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main  #info  {
	padding-right: 20px;
	padding-left: 20px;
	overflow: auto;
	height: 389px;
	width: 595px;
}
#main #info ul {
	float: left;
	width: 140px;
	padding-top: 10px;
}

#main   #info   ul  li  {
	font-size: 1.4em;
	list-style-type: none;
	background-image: url(../img/menu_li_icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 140px;
}
#main   #info   ul  li  a  {
	color: #21B1E8;
	text-decoration: none;
}
#main #info #text {
	float: left;
	width: 305px;
	padding-top: 20px;
	padding-left: 35px;
}
#main #info #text h2 {
	margin: 0px;
	padding-bottom: 20px;
}
#main #info #text p {
	font-size: 1.2em;
	line-height: 1.8em;
	padding-right: 0px;
	padding-left: 10px;
}
#main   #info   .clear   a {
	color: #FF0000;
	text-decoration: none;
}
#main #info #spec {
	background-image: url(../img/spce_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	line-height: 1em;
	font-size: 1.2em;
}
.red {
	color: #FF0000;
}
