@charset "UTF-8";
#page {
	background-image: url(../img/biography/page_bg.gif);
	background-repeat: repeat;
}
#menuTitle {
	background-image: url(../img/biography/title_bg_02.jpg);
	background-repeat: no-repeat;
}
#columnBlock {
	background-image: url(../img/biography/bio_bg_02.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	height: 585px;
}
.YukiProf {
	width: 280px;
	margin-bottom: 70px;
	margin-top: 150px;
}
.HiroProf {
	margin-bottom: 70px;
	margin-left: 480px;
	width: 280px;
}
.KProf {
	width: 280px;
	margin-left: 250px;
}
.profBox {
	background-image: url(../img/biography/prof_bg_top.png);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFF;
	padding-top: 3px;
}
.profBoxInner {
	background-image: url(../img/biography/prof_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 4px;
}
.profBox p {
	background-image: url(../img/biography/prof_bg.png);
	background-repeat: repeat-y;
	text-align: center;
	line-height: 2em;
	padding-right: 10px;
	padding-left: 20px;
}
.textBox {
	background-image: url(../img/biography/text_box_top.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 6px;
	margin-bottom: 30px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.textBoxInner {
	background-image: url(../img/biography/text_box_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 7px;
}
.text  {
	background-image: url(../img/biography/text_box_bg.png);
	background-repeat: repeat-y;
	color: #FFF;
	line-height: 1.4em;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.textBox p {
	background-image: url(../img/biography/pink_dot_hr.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	padding-top: 10px;
}
#columnBlock a {
	color: #93ffb5;
}
#columnBlock a:hover {
	color: #D5FFB5;
}
