#con_wrap{
	padding-top:30px;
	padding-bottom:60px;
}

/*本文*/
table#sch{
	table-layout: fixed;
	border-collapse:collapse;
	width:860px;
	margin:0px auto;
}
table#sch td{
	font-size:13px;
	line-height:1.3em;
	vertical-align:middle;
	text-align:center;
	padding:13px 0px 13px 0px;
}
/*セル 左から順に幅175　130　83　240　120　112*/
table#sch td.day{
	width:175px;
}
table#sch td.title{
	width:130px;
	text-align:left;
}
table#sch td.coment{
	width:83px;
	text-align:center;
}
table#sch td.place{
	width:240px;
	text-align:center;
}
table#sch td.payment{
	width:120px;
}
table#sch td.reserv{
	width:112px;
}

/*タイトル*/
#schTitle{
	width:860px;
	height:40px;
	margin:0px auto;
	padding:0px;
	background-image:url(th_back_loop.gif);
	background-repeat:repeat-y;
	clear:both;
}
/*ヘッダー 左から順に幅175　130　83　240　120　112*/
#day_hd,#title_hd,#coment_hd,#place_hd,#payment_hd,#reserv_hd{
	height:10px;
	padding:15px 0px;
	line-height:100%;
	color:#ffffff;
	text-align:center;
	float:left;
}
#day_hd{ width:175px;}
#title_hd{ width:130px; }
#coment_hd{	width:83px; }
#place_hd{ width:240px; }
#payment_hd{ width:120px; }
#reserv_hd{	width:112px; }

/*注釈*/
#annotation{
	width:860px;
	margin:0px auto;
	padding:21px 0px 0px 0px;
}


