@charset "UTF-8";

@import url("common.css");


/* -------------------------------------------------------------------
 TOPページ専用CSS
------------------------------------------------------------------- */

/* ヘッダー -------------------- */

div#hd-index {
	width: 950px;
	height: 368px;
	position: relative;
	background: url(../../img/main_img.png) no-repeat; 
}

div#hd-index .logo{
	width: 422px;
	position: absolute;
	left: 9px;
	top: 27px;
}

div#hd-index .tel{
	width: 283px;
	position: absolute;
	right: 17px;
	top: 17px;
}

div#hd-index .contact-link{
	width: 283px;
	position: absolute;
	right: 17px;
	top: 63px;
}

div#hd-index .txt{
	width: 471px;
	position: absolute;
	left: 9px;
	bottom: 9px;
}

div#hd-index .photo01{
	width: 192px;
	position: absolute;
	right: 237px;
	bottom: 28px;
}

div#hd-index .photo02{
	width: 192px;
	position: absolute;
	right: 21px;
	bottom: 28px;
}

div#hd-index .event{
	width: 200px;
	padding: 5px;
	position: absolute;
	top: 134px;
	left: 270px;
	background: #FFFFFF;
	border: 2px solid #999933;
}


/* -------------------------------------------------------------------
 コンテンツ
------------------------------------------------------------------- */

/* コンテンツ枠 -------------------- */

div#ct-area {
	width: 940px;
	margin: 10px 5px 0px 5px;
	padding-bottom: 25px;
	clear: both;
	background: url(../img/area_bg.gif) repeat-y;
}

div#ct-left {
	width: 700px;
	float: left;
}

div#ct-right {
	width: 220px;
	padding: 5px;
	float: right;
}


/* ホール紹介BOX -------------------- */

#hall-box{
	width: 700px;
	margin-bottom: 15px;
}

#hall-box .center{
	margin: 0px 12px;
}

#hall-box .hall-s-box{
	width: 215px;
	padding: 0px 5px 5px 5px;
	float: left;
	background: #E8DFCD;
}

#hall-box .hall-s-box .txt{
	margin: 5px 0px;
	background: #FFFFFF;
}

#hall-box .hall-s-box .txt .btn{
	margin: 5px 0px;
	padding: 0px 0px 8px 0px;
	text-align: center;
}

#hall-box .hall-s-box .plan{
	padding: 5px;
	background: #FFFFFF;
	text-align: center;
}

#hall-box .hall-s-box .plan .btn{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#hall-box .hall-s-box02{
	width: 211px;
	float: left;
}

 

/* その他 -------------------- */

.message{
	margin: 15px 0px;
	clear: both;
}

.title{
	margin: 25px 0px 10px 0px;
	clear: both;
}

.date li{
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999999;
}

.date li span{
	font-weight: bold;
	margin-right: 10px;
}







