@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: Oct 29, 2009
	Edited by Kazuya Ono/COLONY+iNTERACTIVE INC.
	
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
01: layout
============================================================ */
div.info,
div.history {
	width: 470px;
	position: relative;
}
div.info {
	float: left;
}
div.history {
	float: right;
}
h3 {
	margin-bottom: 30px;
}
dt,
dd {
	font-size: 1.2em;
	margin-bottom: 1em;
}


/* ============================================================
02: div.info
============================================================ */
div.info dl dt {
	position: absolute;
	left: 0;
	width: 4em;
}
div.info dl dd {
	padding-left: 5em;
}
/* ----- en ----- */
div.info dl.en dt {
	position: absolute;
	left: 0;
	width: 9.5em;
}
div.info dl.en dd {
	padding-left: 10.5em;
}


/* ============================================================
03: div.history
============================================================ */
div.history dl dt {
	position: absolute;
	left: 0;
	width: 7em;
}
div.history dl dd {
	padding-left: 8em;	
}
/* ----- en ----- */
div.history dl.en dt {
	width: 8.5em;
}
div.history dl.en dd {
	padding-left: 9.5em;
}


