@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#environment {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #environment {
	height: 500px;
}

#environment a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 初台説明ブロック　定義
****************************************** */

#environment div.photo-wrap01 {
	width: 566px;
	margin-bottom: 20px;
}

#environment div.photo-Lt {
	float: left;
	width: 273px;
	text-align:right;
}

#environment div.photo-Rt {
	float: right;
	width: 273px;
	margin-left: 20px;
	text-align:right;
}

#environment div.text-Lt {
	float: left;
	width: 273px;
}

#environment div.text-Rt {
	float: right;
	margin-left: 20px;
	width: 273px;
}


#environment h4 {
	line-height : 1.4em;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom : 7px;
	border-bottom : #ccc solid 1px;
}

#environment div.text-Lt h4 {
	line-height : 1.4em;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom : 7px;
	border-bottom : #ccc solid 1px;
}

#environment h4 span,#environment div.text-Lt h4 span {
	color: #fa7d19;
}

#environment div.text-Lt p {
	font-size: 80%;
	line-height: 1.4em;
}

#environment div.text-Rt h4 {
	line-height : 1.4em;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom : 7px;
	border-bottom : #ccc solid 1px;
}

#environment h4 span,#environment div.text-Rt h4 span {
	color: #fa7d19;
}

#environment div.text-Rt p {
	font-size: 80%;
	line-height: 1.4em;
}
