/*マッサージページ用*/

/*エントランス*/
#c_entrance_box {
	width: 960px;
	height: 464px;
	background: url("../img/spa/massage_entrance_img.jpg") no-repeat 0 top;
}
#c_entrance_ttl {
	border-color: #b60005;
}
#c_entrance_txt {
	top: 411px;
	left: 68px;
	letter-spacing: 1px;
	color: #3d1900;
}
#c_entrance_navi li a:hover,
#c_entrance_navi li.pageon {
	color: #b60005;
}

