/* CSS Document */

dl,dd,dt{
padding:0; margin:0;
}

#right_contents {
	width:780px;
}
div#page {
	width:780px;
	
}
.staff_box {
	width:730px;
	height:380px;
	background-image:url(../img/staff_bg.png);
	padding:10px;
	color:#4A1F00;
	/*font-size:0.9em;*/
}
.staff_box div {
	float:left;
}
.staff_box .row01 {
	width:200px;
	margin-right:10px;
}
.staff_box .row01 p {
	margin:10px;
}
.staff_box .row01 ul {
	margin-left:10px;
	line-height:1.5em;
}
.staff_box .row02 {
	width:240px;
	margin-right:10px;
}

.staff_box .row02 dl dd {
	margin-bottom:20px;
	margin-top:5px;
}
.staff_box .row03 {
	width:130px;
	text-align:center;
}
.staff_box .row03 dl dt{
	padding-top:10px;
	padding-bottom:0px;
}

.staff_box .row04 {
	width:120px;
	text-align:center;
	float:right;
}
.staff_box .pwbox ul li {
	margin-bottom:7px;
}

.off_title {
	font-weight:bold;
}
	
