@charset "utf-8";

/* import
----------------------------------------------- */
@import "font.css";
@import "common.css";
@import "menu.css";


/* headline
----------------------------------------------- */
h1 {
	display: block;
	width: 66px;
	height: 52px;
	margin: 35px 0 0;
	background: url(../history/images/h1.gif) no-repeat 0 0;
	text-indent: -9999px;
}
h2 {
	display: block;
	width: 900px;
	height: 38px;
	margin: 35px 0 0;
	text-indent: -9999px;
	font-size: 0;
}
.h2_01 { background: url(../history/images/h2_01.gif) no-repeat 0 0; margin: 50px 0 0; }
.h2_02 { background: url(../history/images/h2_02.gif) no-repeat 0 0; }
.h2_03 { background: url(../history/images/h2_03.gif) no-repeat 0 0; }
.h2_04 { background: url(../history/images/h2_04.gif) no-repeat 0 0; }
.h2_05 { background: url(../history/images/h2_05.gif) no-repeat 0 0; }
.h2_06 { background: url(../history/images/h2_06.gif) no-repeat 0 0; }
.h2_07 { background: url(../history/images/h2_07.gif) no-repeat 0 0; }
.h2_08 { background: url(../history/images/h2_08.gif) no-repeat 0 0; }


/* parts
----------------------------------------------- */
#contents p {
	margin: 20px 0 0 40px;
}

#contents dl {
	width: 820px;
	margin: 20px 0 0 40px;
}
#contents dl dt {
	float: left;
	clear: both;
	width: 25px;
	color: #A0CD3C;
	text-align: right!important;
	white-space: nowrap;
}
#contents dl dd {
	margin-bottom: 10px;
	margin-left: 50px;
}