@charset "Shift_JIS";

/* [3]profile
-------------------------------------------------------------------------------------------------------------------------*/
#wrp {
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: center;
}
#profile {
	text-align: center;
	width: 500px;
	height: 400px;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}


#contents h3 {
	text-align: center;
	margin: 0 auto 20px auto;
}
#contents {
	color: #333;
}
#contents p {
	font-size: 85%;
	width: 55%;
	margin: 0 auto 20px auto;
}
#contents ul {
	position: relative;
	left: 40px;
	font-size: 85%;
	width: 40%;
	margin: 20px auto;
}
#contents ul li.bold {
	font-weight: bold;
}
hr.lines {
	border: 0;
    height: 1px;
	background: url(../profile/images/lines.png) no-repeat center;
}
