@charset "utf-8";
/*==================================================
	@ Style Name    : /css/sub.css
	@ Create Date   : 2010.11.25
	@ LastUp Date   : 2010.12.23
====================================================



/* -------------------------------------------------------------------------------- */
/* body ---------------------------------------------------------------- */
body#sub {
	background: url(../images/bg_body.jpg) repeat-x top;
}




/* -------------------------------------------------------------------------------- */
/* common class ---------------------------------------------------------------- */
.topCppy {
	margin-bottom: 5px;
}
#main .ulType {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 0px 15px 8px;
}
#main .ulType li {
	line-height: 1.8em;
}




/* -------------------------------------------------------------------------------- */
/* global navi　 ---------------------------------------------------------------- */

#gnavi {
	width: 950px;
	margin: 0px auto;
	clear: both;
}
#gnavi li {
	list-style-type: none;
	display: inline;
	float: left;
}
#gnavi li a {
	width: 190px;
	height: 87px;
	text-indent: -9999px;
	display: block;
}
#gnavi li a:hover {
	background-position:left bottom;
}
a.gnaviTop {
	background: url(../images/gnavi_top.jpg) no-repeat left top;
}
a.gnaviHotel {
	background: url(../images/gnavi_hotel.jpg) no-repeat left top;
}
a.gnaviMembership {
	background: url(../images/gnavi_membership.jpg) no-repeat left top;
}
a.gnaviAbout {
	background: url(../images/gnavi_about.jpg) no-repeat left top;
}
a.gnaviAboutActive {
	background: url(../images/gnavi_about_active.jpg) no-repeat left top;
}
a.gnaviRecruit {
	background: url(../images/gnavi_recrit.jpg) no-repeat left top;
}
a.gnaviRecruitActive {
	background: url(../images/gnavi_recrit_active.jpg) no-repeat left top;
}


/* -------------------------------------------------------------------------------- */
/* contents ----------------------------------------------------------- */
#contents h1 {
	margin-bottom: 30px;
}


/* -------------------------------------------------------------------------------- */
/* main ----------------------------------------------------------- */
#main .h2Copy {
	margin-bottom: 35px;
}
#main h2 {
	clear: both;
	margin-top: 20px;
}
#main h3 {
	font-size: 110%;
	font-weight: bold;
	color: #062F63;
	margin: 5px 0px;
	padding-left: 5px;
	border-left: 5px solid #062F63;
}
#main p {
	line-height: 1.8em;
	margin-bottom: 15px;
}



/* -------------------------------------------------------------------------------- */
