@charset "utf-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";

h1,h2 {
	margin:0;
	padding:0;
	}

/* #menu
----------------------------------------------- */
#menu #m_menu  #cat01_3 a {background:url(../common/cat01_menu.gif) no-repeat -200px -70px;}

/* #contentsbody
----------------------------------------------- */
h1 {
	background:url(../schedule/images/h1.gif) no-repeat 0 0;
	height:110px;
	text-indent:-9999px;
	}

#contents {
	width:500px;
	margin:0 0 0 30px;
	}

h2 {
	background:url(../schedule/images/h2.gif) no-repeat 0 0;
	height:35px;
	text-indent:-9999px;
	line-height:0.5em;
	}

table {
	width:500px;
	font-size:small;
	border:1px solid #ddd;
	}

* html body table {
	font-size:x-small;
	}

table th {
	text-align:center;
	border-right:1px dotted #ddd;
	background:#837764;
	color:#fff;
	white-space:nowrap;
	}

table .month {
	width:1%;
	white-space:nowrap;
	}

table td {
	border-top:1px solid #ddd;
	border-right:1px dotted #ddd;
	padding:5px;
	}
	
.stripe tr.bg {
	background:#f8f4ed;
	}

.stripe tr.none {
	background:#fff;
	}

.stripe td.month,
.stripe td.date {
	width:1%;
	white-space:nowrap;
	text-align:center;
	}

.stripe td.no,
.stripe td.day,
.stripe td.time {
	text-align:center;
	}

/*.stripe td.time {
	xxbackground:#009900}

.stripe td.place {
	xxbackground:#ffff00;}

.stripe td.other {
	xxbackground:#ff0000;}

.stripe td.no {
	xxxbackground:#009900}

.stripe td.place {
	xxbackground:#ffff00;}

.stripe td.time {
	xxbackground:#009900}

.stripe td.place {
	xxbackground:#ffff00;}*/

/* clear
----------------------------------------------- */
#column:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
