@charset "UTF-8";

/* ------------ *01 title ------------ */

#contents h3 {
	width: 565px;
	height: 35px;
	margin-bottom: 10px;
	background: url('../img/title.jpg') no-repeat;
	text-indent: -9999em
}

/* ------------ *02 text box ------------ */

.txtBox{
	display: block;
	width:515px;
	background-color: #e7e7db;
	padding: 8px 10px 10px;
	margin: 0 0 10px;
}


.txtBox .lead { float: left; width: 515px;}
.txtBox .lead  p{
	width: 515px;
	margin-bottom: 5px;
}


.txtBox a {
	display: block;
	font-weight: bold;
	text-decoration: underline;
}

.txtBox a:hover { display: block; background-color: #DDDDDD;}

.profBox{
	width: 505px;
	border: 5px solid #a3a8c7;
	padding: 10px;
	margin: 10px 0;
}

.profBox .thumbnail {
	float: left;
	width: 135px;
	height: 135px;
	margin: 0 10px 5px 0;
}
.profBox p{
	padding: 0;
	margin-bottom: 5px;
}
.profBox .detail {
	font-size: 10px;
	_font-size: 11px;
	padding: 5px 10px;
	margin: 5px 0 0;
	background-color: #f3f3f3;
	line-height: 1.6em;
	_line-height: 1.5em;
}
*:first-child+html .profBox .detail { font-size: 11px; line-height: 1.5em;}

.profBox .detail span { display:block; font-weight: bold;}