@charset "utf-8";
@import url("../../css/common.css");
@import url("common.css");



/* CSS Document */

div#contents div {
	clear: both;
	}
	
div#contents div.clearfix {
	min-height: 630px;
	background: url(../images/history/image.jpg) right 70px no-repeat;
	}
* html div#contents div.clearfix {	/* ie6 */
	height: 630px;
	}
	



div#contents div h3 {
	margin: 35px 0 20px 0;
	}

div#contents div dl {
	margin-left: 10px;
	font-size: 80%;
	line-height: 1.4;
	color: #505050;
	}

div#contents div dl dt {
	}

div#contents div dl dd {
	margin-top: -1.4em;
	margin-bottom: 1em;
	padding-left: 7em;
	}

