@charset "UTF-8";

@import url("common.css");
@import url("menu.css");
@import url("lightview.css");


/* Profile */

#contents #profile {
	padding: 30px 150px;
}
#contents #profile #page-body h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
#contents #profile #page-body,
#contents #profile #page-more {
	clear: both;
}
#contents #profile #page-body {
	line-height: 2em;
}
#contents #profile #page-more {
	padding: 40px 0 20px 0;
}
#contents #profile #page-more h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
#contents #profile #page-more h4 {
	color: #999;
	font-size: 10px;
	font-weight: bold;
	border-left: 5px solid #999;
	padding: 1px 5px;
	margin-bottom: 10px;
}
#contents #profile #page-more ul {
	margin: 0 0 30px 10px;
	list-style: none;
}
#contents #profile #page-more li {
	font-size: 10px;
	line-height: 1.3em;
	padding-bottom: 10px;
}
