/* CSS Document */

.playbill_table {
 background-color: #18140F;
 color: #ffffff;
 font-family: georgia;
 vertical-align: middle;
 font-size: 12px;
 /*margin-left: 46px;*/
 border-collapse: collapse;
 font-weight: bold;
 float:left;
 margin-right:25px;
 margin-bottom:25px;
}

.playbill_table td {
padding: 0px;
}

.playbill_table .no_active_monce {
background-color: #3E3933;
padding: 5px;
}

.playbill_table .active_monce {
padding: 5px;
font-size: 18px;
}

.playbill_table .weekday {
vertical-align: middle;
text-align: center;
padding: 0px 5px;
width: 36px;
height: 36px;
background-color: #d94186;

}

.playbill_table .weekday a {
text-decoration: none;
font-size: 20px;
}

.playbill_table .no_active_monce a {
font-size: 14px;
}

.playbill_table .btm {
vertical-align: middle;
text-align: center;
padding: 0px;
height: 60px;
}

.playbill_table .btm  a {
text-decoration: underline;
font-size: 14px;
color: #fff;
}

.calendar {
border-collapse:collapse;
}

.calendar td{
border: solid #000 1px;
vertical-align: middle;
text-align: center;
padding: 0px;
width: 36px;
height: 36px;
background: #18140F;
}
.calendar .active{
 vertical-align: middle;
 padding: 0px;
 width: 36px;
 height: 36px;
 background: #fff;
 color:#201710;
}
.calendar .active a {
 text-decoration: none;
 color: #241A10;
 font-size: 12px;
 color:#201710;
 font-weight: bold;
}

.submenu {
	position:absolute;
	right:0px;
	top:185px;
	width:370px;
	min-height:550px;
height:auto;
background:none;
}
* html .submenu {
height: 370px;
}
#content { 
margin-right:100px;
}
.body_block { 
background:url(../images/toppage.png) no-repeat 87% 0%;
}
#menu .playbill img { background:url(../images/menu/playbill_on.png); }
