@import url(../basic.css);

div#contents ul.list {
	margin: 0;
	background-color: #fff;
	background: url(img/bg_personmenu.png) repeat-x left 49px;	
}

div#contents ul.list li {
	display: inline-block;
	text-align: center;
	width: 117px;
	font-weight: bold;
	color: #630;
	background: url(img/bg_persontab_off.png) no-repeat center top;
	height: 54px;
}

div#contents ul.list li.present {
	background: url(img/bg_persontab_on.png) no-repeat center top;
	padding-top: 6px;
}

div#contents ul.list li:first-child {
	margin-left: 15px;
}

div#contents ul.list li a {
	text-decoration: none;
	color: #630;
	display: block;
	padding-top: 6px;
	height: 54px;
}

div#contents ul.list li a:hover,div#contents ul.list li a:focus {
	background: url(img/bg_persontab_on.png) no-repeat center top;
}

div#contents div.person {
	background: url(img/bg_person.png) no-repeat left top;
	margin-top: -6px;
	position: relative;
	padding: 27px 0 0 0;
}

div#contents div.person h2 {
	border-bottom: none;
	margin: 0 0 0 15px;
}

div#contents div.person p.author {
	float: right;
	margin: 0 25px 0 0;
}

div#contents div.person p.year {
	font-size: 80%;
	margin-bottom: 35px;
	text-indent: 0;
}

div#contents div.person p.portrait {
	width: 120px;
	float: left;
	margin-right: 20px;
	margin-bottom: 1em;
	font-size: 80%;
	text-indent: 0;
	line-height: 1.5;
}

div#contents div.person ol {
	font-size: 80%;
	margin: 10px 25px;
	line-height: 1.8;
}