@charset "UTF-8";
/* CSS Document */


#slider {
	border-bottom: 5px solid #000;
}

.topmain {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
}
.topmain .textarea {
	float: left;
	width: 370px;
}
.textarea ul {
	list-style-type: none;
	margin-top: 20px;
	font-size: 15px;
	padding-left: 5px;
}
.textarea li {
	background: url(../images/top_mark.gif) no-repeat left center;
	margin-bottom: 10px;
	padding-left: 12px;
}
.topmain .photo {
	float: right;
	width: 240px;
	margin-top: 10px;
	text-align: right;
}
#info {
	padding-top: 30px;
}

#info dl {
	margin: 5px 0 5px 0;
}	 
#info dl dt {
	clear: left;
	float: left;
	margin-left: 10px;
	padding: 10px 0 0 3px;
}
#info dl dd {
	padding: 10px 0 10px 135px;
	border-bottom: 1px dotted #cccccc;
}