@charset "utf-8";
/* CSS Document */

/* ===== index.html ===== */
dl#history {}

dl#history dt {
	clear: both;
	float: left;
	width: 6em;
	padding: 3px 0px;
}

dl#history dd {
	padding: 4px 0px 5px 6em;
	background-image: url(../img/dot_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
