@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// index.html

==========================================================================================*/


div#indexContents {
	background: url(../images/common-header-bg2.gif) repeat-x;
}



div#indexContentsBox {
	width: 1050px;
	margin: 0 auto;
	background: url(../images/index-main.png) no-repeat center top;
}



div#indexContentsBox h1 {
	visibility: hidden;
	height: 410px;
}



div#indexContentsBox p {
	clear: both;
	width: 1050px;
	padding: 30px 0;
	text-align: center;
}



div#indexContentsBox p a:link {
	color: #FF3366;
}



ul#indexBtn {
	width: 600px;
	margin: 0 auto;
}



ul#indexBtn li#indexBtnEnter {
	float: left;
	height: 182px;
	width: 269px;
	background: url(../images/index-btn-enter.gif) no-repeat;
}


ul#indexBtn li#indexBtnLeave {
	float: right;
	height: 182px;
	width: 269px;
	background: url(../images/index-btn-exit.gif) no-repeat;
}



ul#indexBtn li#indexBtnEnter a:hover {
	float: left;
	height: 182px;
	width: 269px;
	background: url(../images/index-btn-enter.gif) no-repeat 0 -340px;
}


ul#indexBtn li#indexBtnLeave a:hover {
	float: right;
	height: 182px;
	width: 269px;
	background: url(../images/index-btn-exit.gif) no-repeat 0 -340px;
}



ul#indexBtn li a {
	display: block;
	height: 100px;
	width: 269px;
	text-indent: -9999px;
}


/*==========================================================================================

	// フッター footer

==========================================================================================*/

div#footer2 {
	clear: both;
	height: 52px;
	width: 635px;
	padding: 10px 0px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/common-indexfooter-bg.gif) no-repeat top center;
}



div#footer2 ul {
	overflow: hidden;
	padding: 5px 0 10px;
	line-height: 15px;
}



div#footer2 ul li {
	font-size: 85%;
}



div#footer2 ul li ul {
	display: inline;
	background: none;
}



div#footer2 ul li ul li {
	display: inline;
	font-size: 100%;
}



div#footer2 ul li a {
	padding: 0 5px;
	margin: 0 10px;
	color: #660000;
	border-left: 1px solid #ff4400;
	border-right: 1px solid #ff4400;
}


/*==========================================================================================

	// Wrapper-index

==========================================================================================*/

div#wrapper-index {
	background: url(../images/common-indexbody-bg2.gif) repeat-x;
}


/*==========================================================================================

	// indexRecruit

==========================================================================================*/
div#indexRecruit {
	background: url(../images/index-recruit-bg.png) no-repeat;
	width: 700px;
	height: 660px;
	margin: 0 auto;
	padding: 20px 0 0 100px;
}

div#indexRecruit dl#price1 {
	float: left;
	margin-right: 10px;
}


div#indexRecruit dl#price1 dt{
	height: 20px;
	width: 114px;
	color: #660000;
	font-weight: bold;
	margin: 8px 0 0 28px;
}


div#indexRecruit dl#price1 dd ul li{
	padding: 4px 0;
	margin: 10px 15px;
}


div#indexRecruit dl#price1 dd ul li span{
	color: #FF3300;
	font-weight: bold;
	font-size: 123.1%;
}
