@charset "shift_jis";
/* CSS Document */

div#staff {
	margin-bottom: 20px;
}

/* =========================================================
staffBox
========================================================= */
div#staffBox {
	width: 560px;
	margin: 25px auto 20px;
}

div#staffBox p#license {
	margin: 0 auto 20px;
}

div#staffBox h2 {
	float: left;
	width: 190px;
	height: 50px;
	padding-right: 10px;
	margin-bottom: 25px;
	margin-top: 25px 0;
	border-bottom: 5px solid #FF6600;
}

div#staffBox h3 {
	height: 50px;
	padding-left: 30px;
	background: url(../img/bg_title01.png) no-repeat;
	color: #0070CC;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
}

div#staffBox div.textArea {
	padding: 0 20px 20px 30px;
	background: url(../img/bg_privacy02.png) no-repeat bottom;
}
div#staffBox div.textArea.none {
  padding: 0 20px 5px 30px;
}

div#staffBox div.textArea p {
	line-height: 18px;
}

div#staffBox div.textArea p span {
	font-weight: bold;
	line-height: 18px;
}

/* =========================================================
staffIntro
========================================================= */
div.staffIntro {
	margin-top: 20px;
	background: url(../img/bg_privacy01.png) repeat-y;
}
