@charset "utf-8";
#content {
	background-image: url(../common_img/bg2.gif);
	background-repeat: repeat-y;
	background-position: 0px 20px;
}

#clip {
	position: absolute;
	top: 224px;
	left: 10px;
}

#main {
	width: 730px;
	height: auto;
	margin-left: 170px;
}

#history {
	margin-left: 40px;
}

#history h2 {
	font-size: 1em;
	margin-bottom: 8px;
	font-weight: 600;
}

#history h3 {
	font-size: 1em;
	font-weight: 500;
	height: 22px;
	margin: 0px 0px 20px;
	width: 650px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8c8c8c;

}

#main h5 {
	clear: left;
	text-align: right;
	margin-right: 30px;
	padding-top: 20px;
}

#history ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#history li {
	list-style-type: none;
	float: left;
	height: auto;
	width: 310px;
	padding-right: 30px;
	font-size: 0.8em;

}
