#contents h2{
	margin-top: 5px;
	width: 700px;
	height:20px;
	line-height:20px;
	background-image: url(../images/title_message.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#contents .photo{
	margin-top: 20px;
	width: 150px;
	height:200px;
	float:left;
}

#contents .message{
	margin-top: 20px;
	width: 545px;
	height:200px;
	background-repeat: no-repeat;
	float:right;
}
#contents #japanese .message{
	background-image: url(../images/message.png);
}
#contents #english .message{
	background-image: url(../images/message_e.png);
}

#contents .message p{
	text-indent: -9999px;
}

#contents .name{
	margin-top: 5px;
	width: 160px;
	height:40px;
	background-repeat: no-repeat;
}
#contents #japanese .name{
	background-image: url(../images/sato.png);
}
#contents #english .name{
	background-image: url(../images/sato_e.png);
}

#contents .name p{
	text-indent: -9999px;
}

#contents .profile{
	width: 480px;
	float: left;
}
#contents .profile h3{
	width: 480px;
	height:12px;
	line-height: 12px;
	background-image: url(../images/title_profile.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#contents .profile p{
	margin-right: 10px;
	margin-top: 3px;
	font-size: 11px;
	width: 150px;
	float: left;
}

#contents .publications{
	width: 200px;
	float: right;
}
#contents .publications h3{
	width: 200px;
	height:12px;
	line-height: 12px;
	background-image: url(../images/title_publications.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#contents .publications .book{
	margin-top: 5px;
	width: 200px;
}
#contents .publications .line{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
}
#contents .publications .book .photoBox{
	width: 65px;
	height: 90px;
	float: left;
}
#contents .publications .book .textBox{
	margin-left: 10px;
	width: 120px;
	float: left;
}
#contents .publications .book .textBox h4{
	margin-top: 10px;
	font-size: 13px;
}
#contents .publications .book .textBox p{
	margin-top: 20px;
	font-size: 11px;
}


