@charset "UTF-8";
@import url(master.css);

/*
 [ reset
----------------------------------------------------------- */
h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
dl.history,
dl.history dt,
dl.history dd {
	margin: 0;
	padding: 0;
}


/*
 [ style up
----------------------------------------------------------- */
h3.history {
	margin-top: 100px;
}
dl.history dt {
	width: 90px;
	float: left;
	clear: left;
}

dl.history dd {
	margin-left: 100px;
}
