@charset "UTF-8";

/*** contents section ***/

#contentsSection h1 {
	margin: 12px 3px 5px 3px;
}

#contentsSection div.container {
	width: 580px;
	margin: 0px 3px 0px 23px;
}

#contentsSection div.container div.history {
	float: left;
	width: 272px;
}

#contentsSection div.container div.history h2 {
	margin: 19px 0px 7px 0px;
}

#contentsSection div.container div.history p.birth {
	margin: 0px 0px 18px 0px;
}

#contentsSection div.container div.history h3 {
	margin: 0px 0px 8px 0px;
}

#contentsSection div.container div.history dl {
	margin: 0px 0px 15px 0px;
}

#contentsSection div.container div.history dl dt {
	padding: 2px 5px;
	background-color: #E4E4E4;
	font-size: 80%;
	line-height: 130%;
}

#contentsSection div.container div.history dl dd {
	padding: 5px 5px 10px 5px;
	font-size: 90%;
	line-height: 120%;
}

#contentsSection div.container div.history dl dd.phase1 {
	color: #663333;
}

#contentsSection div.container div.history dl dd.phase2 {
	color: #663366;
}

#contentsSection div.container div.history dl dd.phase3 {
	color: #663366;
}


#contentsSection div.container div.history dl dd span {
	font-size: 80%;
	line-height: 120%;
}

#contentsSection div.container div.profile {
	float: right;
	width: 295px;
}

#contentsSection div.container div.profile p.photo {
	margin: 0px 0px 3px 0px;
}

#contentsSection div.container div.profile h3 {
	margin: 0px 0px 5px 3px;
}

#contentsSection div.container div.profile div.infomation {
	padding: 8px;
	background-color: #DADADA;
}

#contentsSection div.container div.profile div.infomation dl dt {
	float: left;
	color: #333333;
	font-size: 80%;
	line-height: 130%;
}

#contentsSection div.container div.profile div.infomation dl dd {
	color: #333333;
	font-size: 80%;
	line-height: 130%;
}



