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


body {
	background-color: #000;
	margin: 0px;
}
/*************** staff ****************/
#staff {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.7em;
	color: #FFF;
	text-align: left;
	margin: 0px;
	width: 480px;
}

#staff h2 {
	font-size: 16px;
	color: #FC6;
}

#staff p {
	margin: 2px;
}

#staff .s_photo {
	padding: 7px;
	float: left;
}

#staff hr {
	margin: 0px;
	border-bottom: 1px solid #999;
}
