@charset "utf-8";
/* CSS Document */

@import "access.css";
@import "guestroom.css";
@import "ceremony.css";
@import "spa.css";
@import "facility.css";
@import "link.css";
@import "guide.css";

/* title */

#area_main h2 {
	height: 27px;
	text-indent: -9999px;
	margin-top: 0;
}

.acs_ttl01 {
	background: url(images/static/acs_ttl01.gif) no-repeat;
}

.cer_ttl01 {
	background: url(images/static/cer_ttl01.gif) no-repeat;
	margin: 0;
}

.gst_ttl01 {
	background: url(images/static/gst_ttl01.gif) no-repeat;
}

.fac_ttl01 {
	background: url(images/static/fac_ttl01.gif) no-repeat;
}

.lnk_ttl01 {
	background: url(images/static/lnk_ttl01.gif) no-repeat;
}

/* common */

.stc_cnt01 {
	padding: 10px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.clr {
	clear: both;
}

.pageup {
	text-align: right;
	clear: both;
	display: block;
}


