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

@import "default.css";

.center {
	text-align: center;
}
.design {
	visibility: hidden;
}
#open_one {
	float: left;
	width: 470px;
}
body {
	background-color: #211e16;
	color: #ddb387;
}
#all_history {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	background-image: url(../img/history_bg2.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
}
#all_history .wrapper p {
	font-size: 14px;
	line-height: 1.7;
}
#all_history h1 {
	background-image: url(../images/h2_history_black.gif);
	height: 30px;
	text-indent: -9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 30px;
}
#all_history h2 {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEB284;
	margin-bottom: 30px;
	line-height: 1;
	margin-top: 5px;
	width: 600px;
	height: 30px;
	font-weight: normal;
	padding: 0px;
}
* html #all_history h2 {
	margin-top: 0px;
	line-height: 1.3;
}
#all_history .wrapper {
	float: left;
	width: 600px;
}
#all_history .wrapper .center_picture {
	margin-bottom: 30px;
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

