@charset "utf-8";
/* ======================================================================== */
/* For /about/historyj.html and /about/history.html only */
/* ======================================================================== */

dl.history {
	width: 660px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

dl.history dt {
	float: left;
	height: 180px;
	width: 60px;
	margin: 0 10px 0 0;
	padding: 10px;
	background: #cbc5ad;
	font-size: 1.8em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

div.img_box {
	float: right;
	margin: 0 0 0 20px;
	width: 180px;
}

div.img_box p {
	font-size: 1.0em;
	padding: 2px 0 0 0;
	margin: 0;
}

/* IE 7/Win Hack */
*+html body div.img_box p {
	font-size: 0.9em;
}

/* IE lte 6/Win Hack */
* html body div.img_box p {
	font-size: 0.9em;
}

dl.history dd {
	padding: 10px 10px 10px 70px;
	color: #666666;
}

dl.history ul {
	width: 340px;
	padding: 0;
}

dl.history ul li {
	margin: 0 0 6px 40px;
	list-style: square;
	line-height: 1.6;
}

/* IE 7/Win Hack */
*+html body dl.history ul li {
	margin: 0 0 6px 30px;
}

/* IE lte 6/Win Hack */
* html body dl.history ul li {
	margin: 0 0 6px 30px;
}
