@charset "UTF-8";
/* CSS Document */

#top_mainimage_container {
	width: 100%;
	height:265px;
	margin:0;
	padding: 0;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	position: relative;
	float: none;
	background-color: #eef4de;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	z-index: 0;
}
#top_mainimage {
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0px;
	position: relative;
}
#top_mainimage_left {
	width:600px;
	float:left;
	position: relative;
}

#top_information_title {
	width:240px;
	height: 20px;
	float:right;
	padding-left:12px;
	padding-right:8px;
	padding-top:20px;
}

#top_information {
	width:240px;
	height: 215px;
	float:right;
	position: relative;
	overflow:auto;
	padding-left:12px;
	padding-right:8px;
	padding-top:5px;
	scrollbar-track-color:#ebebeb;
	scrollbar-face-color:white;
	scrollbar-arrow-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-3dlight-color:#cccccc;
}



#top_information ul{
margin-top:10px;
}
#top_information li{
	margin-top:10px;
	font-size:13px;
	line-height: 120%;
	list-style-type: none;
}
#top_text{
	width: 848px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	padding-top:10px;
	padding-left:12px;
}
