/*--------------------------------------*/
/*					*/
/*	　営業日案内ページに適用	*/
/*					*/
/*--------------------------------------*/

/* 内容ブロック */

@charset "utf-8";



/* サイドメニュー現在位置表示マーカー 表示制御用 */
/*ul#yajirushi li{
	top: 265px;
	left: 31px;
}*/


table {
	width: 500px;
	border :0px;
	line-height:0;
}

th {
	width:80px;
	height:45px;
	border :0px;
}

td {
	width:80px;
	height:45px;
	border :0px;
}

.td-open {
}

.td-close {
}

.td-event {
}

#div-contents h1 {
	text-align:left;
	margin: 5px 0;
	padding:0;

}


h3.calendartop {
	margin:15px 0;
	border-bottom: 3px solid #8ec31f;
	width: 575px;
	height: 50px;
}

#cal{
	margin:10px auto;

}
#cal ul{
	margin:0;
	padding:0;
}
#cal ul li{
	margin:10px 3px;
	padding:0;
	list-style:none none outside;
	float:left;
}
#div-contents .textbox{
	width:668px;
	
}