@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_music.png) no-repeat center top;}
.mainArea {
	padding:40px 0 0 38px;
}
h4 {}
.block { 
	width: 836px;
	padding:16px 0 60px 37px;
}
.block h5 { padding-bottom: 16px;}
.block p.photo {
	float:right;
	padding: 0 0 42px 21px;
}
.block p.photo {
	float:right;
}

span { font-weight:bold; }
a { color:#ae0270; text-decoration:none; display:block;} 
a:hover { text-decoration: underline;  }