@charset "Shift_JIS";

@import url("reset.css");
@import url("common.css");
@import url("style.css");
@import url("lightbox.css");

/* index-all
-------------------------------------------------------------------------------- */

#index-all {
	width: 915px;
	height:0 auto;
	background:#f0f0f0;

}

/* キービジュアル
-------------------------------------------------------------------------------- */

.keyVisual {
	border: 1px #999999 solid;
}


/* メインコンテンツ
-------------------------------------------------------------------------------- */

#main {
	width: 694px;
	height:790px;
	background:#f0f0f0;
	border:#cfcfcf solid;
	border-width:0px 1px 0px 0px;
	float:right;
}

#main-section-1 {
	width: 674px;
	margin: 10px 0px 0px 10px;
}

#main-section-1 h1 {
	width: 654px;
	height:24px;
	padding: 5px 0px 0px 20px;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	letter-spacing:1px;
	background:url(../image/main-title-bg.jpg) no-repeat;
}


/* 募集中 */

#recruit-content{
	width:672px;
	height: 100px;
	margin-top: 4px;
	padding-top: 10px;
}

/* 募集停止 */
/*#recruit-content{
	width:672px;
	height: 100px;
	margin-top: 4px;
	padding-top: 10px;
	border: 1px solid #656565;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background:#FFFFFF;
}
*/

#recruit-content figure{
	width:650px;
	border: 1px solid #999999;
	text-align:center;
	margin: 0 auto;
}

#recruit-content p {
	margin-top: 20px;
	text-align: center;
	font-size:30px;
	font-weight:bold;
	color:#FF6699;
}

#main-section-1 dl {
	margin: 5px 0px 0px 0px;
	background:#ffffff;
}


#main-section-1 dd:hover {
	background:#fde9f1;
}

#main-section-1 dt {
	width:110px;
	margin: 3px 0px 0px 10px;
	padding: 10px 0px 10px 10px;
	background:#ececec;
	border: 1px solid #999999;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	float:left;
}

#main-section-1 dd {
	width:516px;
	margin: 3px 10px 0px 0px;
	padding: 10px 0px 10px 10px;
	background:#FFFFFF;
	border: 1px solid #999999;
	font-size:14px;
	float:right;
}



