@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: "メイリオ", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff;
}

/*
 * information contents
 */
* html body dl.information dd div {
	display: inline-block;
}

dl.information dt {
	float: left;
	width: 9em;
	margin: 0 0 1px 10px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl.information dd {
	margin-top: 5px;
	margin: 0 0 0.5em 10em;
	padding: 0;
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


