@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("../../commons/styles/default.css");
@import url("../../commons/styles/module.css");
/* ===================================================================
 style info : 個別用
=================================================================== */
#wrapperAll {background:url(../img/bg_staff.png) no-repeat center top;}
.mainArea {
	padding:50px 0 0 60px;
}
	.mainArea ul {
	margin-bottom: 60px;
	}
	.mainArea h4 { padding-bottom: 17px; }
		
	
ul li.cast {}



a { color:#FF6666; text-decoration:underline; display:block;} 
a:hover { text-decoration:none; }