@charset "UTF-8";
@import "reset.css";
@import "common.css";

div#contents div.wrapper-personal {
	width: 878px;
	margin-bottom: 1em;
	background: #fff url(images/upper_bk.jpg) no-repeat left top;
}
h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 0.3em;
	border-left: 0.3em solid #69c;
	font-size: 1.2em;
	text-align: left;
	line-height: 1em;
}
div.wrapper-personal h3 {
	padding-top: 1.5em;
	margin-left: 2em;
	color: #e0001f;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
div#contents div.wrapper-personal dl {
	padding-left: 10em;
	padding-bottom: 2em;
	background: transparent url(images/lower_bk.jpg) no-repeat left bottom;
	font-size: 0.95em;
}
div#contents div.wrapper-personal dt {
	clear: both;
	float: left;
	width: 8em;
	line-height: 2em;
}
div#contents div.wrapper-personal dd {
	padding-left: 8em;
	line-height: 2em;
}


.cmnt	{
	clear: both;
	margin-bottom: 1em;
	color: #333333;
	line-height: 1.5;
}
