@charset "UTF-8";

@import "../css/general.css";

/*X^btЉ==============================*/

#contents h2{
	margin-bottom: 60px;
}

#contents div.profile{
	position: relative;
	margin-top: 40px;
	padding: 15px 5px 15px 155px;
	border: solid 1px #DDDDDD;
	background-color: #FAF8F5;
}

#contents div.profile h3{
	margin: 5px 0 15px 0;
}

#contents div.profile p{
	position: absolute;
	top: 15px;
	left: 15px;
}

#contents div.profile p img{
	border: solid 1px #CCCCCC;
}

#contents div.profile dl{
	line-height: 1.8em;
}

#contents div.profile dt{
	width: 6.5em;
	float: left;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: right center;
}

#contents div.profile dt span{
	background-color: #FAF8F5;
	padding-right: 0.8em;
}

#contents div.profile dd{	
	margin-left: 7.3em;
}