@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// link.html

==========================================================================================*/

div#main h3 {
	height: 50px;
	width: 186px;
	margin: 0 0 10px 0px;
	line-height: 50px;
	letter-spacing: 3px;
	text-align: center;
	background: url(../images/common-h-bg1.gif) no-repeat left top;
	clear: both;
}

div#main h4 {
	font-size: 12px;
	color: #FFC9C5;
	background: url(../images/link-h4.gif) no-repeat left center;
	line-height: 15px;
	font-weight: bold;
	padding-left: 17px;
	margin: 10px;
}
div#main p {
	margin-right: 10px;
	margin-left: 10px;
}
div#main ul.recommend {
	margin-top: 10px;
	clear: both;
	margin-left: 10px;
}
div#main ul.recommend li {
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
}
div#main p.linktext {
	margin-bottom: 30px !important;
}
div#main form {
	margin: 10px;
}
div#main textarea {
	height: 70px;
	width: 566px;
	margin-bottom: 10px;
}
