@charset "utf-8";
/* CSS Document */

div#body h1 {
}

div#body .person {
	/*margin-top:40px;*/
	margin-top:20px;
}

div#body .person p.name {
	padding-bottom:5px;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:5px;
}

div#body .person .data {
	font-size:92.5%;
	line-height:1.4;
	color:#666666;
}


div#body .person p.data {
	margin-bottom:0.5em;
}


/*p.narrow*/

div.col_multi_2 p.narrow {
	padding-left:117px;
}

/*photo_info*/
.photo_info {
	color:#8d8d8d;
	font-size:84.6%;
}


@media print {
	img.main_image {
/*		width:480px;
		height:auto;*/
	}
	div#main p.caption {
	margin-bottom:0;
	padding-bottom:15px;
	}

}