@charset "UTF-8";
/* CSS Document */

/* ホームを定義 */

#home h1 {
	position: absolute;
	top: 1px;
	left: -37px;
}
#home_content {
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	z-index: 5;
}
#home #login_info {
	padding-right: 138px;
	padding-left: 10px;
	background: #00493a;
	height: 18px;
	border-bottom: 1px solid #FFFFFF;
}
#home #member_info {
	padding-right: 138px;
	padding-left: 10px;
	background: #00493a;
	height: 18px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#home #member_info h2 {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	background: #c59031;
	padding: 0px 4px;
	height: 18px;
	overflow: hidden;
	margin: 0px 6px 0px 0px;
	line-height: 1.5em;
}
#home #member_info p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#home #member_info p a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#home #member_info p a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#home #member_info p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#home #member_info h2 a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#home #member_info p {
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
	overflow: hidden;
	height: 18px;
	margin: 0px;
}
#home_news {
	position: relative;
	float: left;
	font-size: 90%;
}
#home_news h2 {
	position: absolute;
	left: 10px;
	top: 4px;
}
#home_news dl {
	width: 800px;
}
#home_news dt {
	padding-left: 100px;
	clear: left;
	float: left;
	padding-top: 3px;
	padding-bottom: 1px;
	width: 9em;
}
#home_news dd {
	border-bottom: 1px solid #FFFFFF;
	padding: 3px 138px 2px 0px;
}
#home_news .line1 {
	background: #eae0d8;
}
#home_news .line2 {
	background: #dfd2c7;
}
#home_news .line3 {
	background: #d3c4b9;
}
#home #container {
	z-index: 1;
}
#home #flower {
	position: absolute;
	left: 663px;
	top: 480px;
	z-index: 20;
}
