@charset "UTF-8";

/*---------------------------------------------------------
	
	
	
---------------------------------------------------------*/

/*-biography---------------------------------------------*/

dl.biography dd {
	padding: 0px 10px;
	font-size: 95%;
}

dl.biography dd p {
	padding: 0px;
	margin: 10px 0px;
}

img.bio-pict {
	float: right;
	margin: 10px 0 0 10px;
}

/*-mojtrax-----------------------------------------------*/

#mojtrax {
	margin-bottom: 10px;
}

#mojtrax dt {
	width: 560px;
	height: 30px;
	background-color: transparent;
	background-image: url(../image/title/bio/left/mojtrax.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-moriguchi---------------------------------------------*/

#tetsuyamoriguchi {
	
}

#tetsuyamoriguchi dt {
	width: 560px;
	height: 30px;
	background-color: transparent;
	background-image: url(../image/title/bio/left/tetsuyamoriguchi.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-submenu-----------------------------------------------*/

#submenu dt.title {
	width: 190px;
	height: 25px;
	background-color: transparent;
	background-image: url(../image/title/bio/right/biography.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#submenu dd {
	width: 190px;
	text-align: left;
	font-size: 90%;
	padding: 10px 0px;
	border: solid 2px #683501;
}

/* adjustment */
#submenu>dd {
	width: 186px;
}

#submenu dt.bottom {
	width: 190px;
	height: 15px;
	background-color: transparent;
	background-image: url(../image/bg/bottom/submenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-sub menu list-----------------------------------------*/

ul.submenu-list {
	position: relative;
	width: 186px;
	height: 50px;
	overflow: hidden;
}

ul.submenu-list li a {
	text-decoration: none;
	display: block;
	width: 186px;
	height: 25px;
}

ul.submenu-list li {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 0px;
}

#sm-one {
	background: transparent url(../image/menu/bio/mojtrax.gif) no-repeat 0px -25px;
	top: 0px;
}

#sm-one a {
	background: transparent url(../image/menu/bio/mojtrax.gif) no-repeat 0 0;
}

#sm-two {
	background: transparent url(../image/menu/bio/tetsuyamoriguchi.gif) no-repeat 0px -25px;
	top: 25px;
}

#sm-two a {
	background: transparent url(../image/menu/bio/tetsuyamoriguchi.gif) no-repeat 0 0;
}

#sm-one a:hover,
#sm-two a:hover {
	background-position: 0px -25px;
}

/*-printout----------------------------------------------*/

#printout dt.title {
	width: 190px;
	height: 25px;
	background-color: transparent;
	background-image: url(../image/title/common/print.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#printout dd {
	width: 190px;
	text-align: left;
	font-size: 90%;
	padding: 10px 0px;
	border: solid 2px #683501;
}

/* adjustment */
#printout>dd {
	width: 186px;
}

#printout dt.bottom {
	width: 190px;
	height: 15px;
	background-color: transparent;
	background-image: url(../image/bg/bottom/submenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-print out list----------------------------------------*/

#po-one {
	background: transparent url(../image/menu/bio/mojtrax.gif) no-repeat 0px -25px;
	top: 0px;
}

#po-one a {
	background: transparent url(../image/menu/bio/mojtrax.gif) no-repeat 0 0;
}

#po-two {
	background: transparent url(../image/menu/bio/tetsuyamoriguchi.gif) no-repeat 0px -25px;
	top: 25px;
}

#po-two a {
	background: transparent url(../image/menu/bio/tetsuyamoriguchi.gif) no-repeat 0 0;
}

#po-one a:hover,
#po-two a:hover {
	background-position: 0px -25px;
}

/*-EOF---------------------------------------------------*/