@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;

}


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

#main {
	width: 694px;
	height:785px;
/*	height:auto;*/
	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;
}

#main-section-1 ul {
	width:672px;
	height:105px;
	margin-top: 4px;
	border: 1px solid #656565;
	background:url(../schedule/image/check-bg.jpg) repeat-x;
/*	background:#FFFFFF;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size:12px;
}

#main-section-1 li {
	padding: 8px 0px 0px 20px;
	line-height:13px;
	letter-spacing:1px;
}

/* スケジュールエリア
-------------------------------------------------------------------------------- */

#schedule {
	width: 672px;
	height:612px;
/*	height:auto;*/
	margin: 10px 0px 0px 0px;
	border:#656565 solid 1px;
	background:#FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



#schedule a{
	color: #444444;
	text-decoration: underline;
}

#schedule a:hover{
	color: #ff59af;
	text-decoration: underline;
}
