@charset "UTF-8";
@import url("/common/css/common.css");


/* ------------------------------------------------------------ */
/* AXSの誓い　十二か条 */
/* ------------------------------------------------------------ */
ol.vow {
	width : 635px;
	height: 372px;
	background: url("../images/axsvow.gif") no-repeat;
}
ol.vow li {
	text-indent: -9999px;
	list-style: none;
}


/* ------------------------------------------------------------ */
/* スタッフ紹介 */
/* ------------------------------------------------------------ */
.staff h3.staffname {
	clear: both;
	padding-left: 8px;
	background: url("../images/hed_staffname.png") repeat-y;
	color: #fff;
	line-height: 32px;
}
.staff img {
	float: left;
	margin-right : 1em;
	width: 134px;
}
.staff dl.profile {
	float: right;
	width: 485px;
	font-size: 0.9em;
}
.staff dl.profile dt {
	font-weight: bold;
}
.staff dl.profile dd {
	border-bottom: 1px dotted #aaa;
}




