@charset "utf-8";
#wrapper #contents #visual {
	height: 400px;
	width: 760px;
}
#wrapper #contents #visual ul {
	list-style-type: none;
}
#wrapper #contents #visual li {
	float: left;
	margin-right: 10px;
}
#wrapper #contents #info_history_floatBox {
	margin-top: 15px;
}#wrapper #contents #info_history_floatBox #informationBox {
	float: left;
	width: 430px;
	margin-right: 15px;
}
#wrapper #contents #info_history_floatBox #informationBox h2 {
	background-image: url(../../images/main/header_info.gif);
	background-repeat: no-repeat;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}
#wrapper #contents #info_history_floatBox #informationBox #information {
	height: 280px;
	overflow: auto;
	margin-top: 10px;
}
#wrapper #contents #info_history_floatBox #historyBox {
	width: 315px;
	float: left;
}
#historyBox {
    clear:right;
}
#wrapper #contents #info_history_floatBox #historyBox h2 {
	background-image: url(../../images/main/header_history.gif);
	background-repeat: no-repeat;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}
#wrapper #contents #info_history_floatBox #historyBox #history {
	height: 280px;
	margin-top: 10px;
	overflow: auto;
}
#wrapper #contents #info_history_floatBox #historyBox #history p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #633800;
}

