@charset "utf-8";
#home_message {
	width: 538px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #7c7c7c;
}
#home_message_inner {
	width: 532px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../img/mess_back.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
}
.home_message_text {
	margin-right: 28px;
	margin-left: 28px;
	margin-top: 5px;
}
#home_about {
	width: 545px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
	font-size: 0.8em;
	line-height: 145%;
	background-image: url(../img/home/about_back.gif);
}
.home_about_inner {
	padding-top: 20px;
}
.home_about_left {
	float: left;
	width: 249px;
	padding-left: 10px;
}
.home_about_right {
	float: right;
	width: 260px;
	padding-right: 10px;
}
