.pt10 { margin-bottom:10px;}
.ml10 { margin-left:8px;}
.h3-style{
margin:0px 8px;
padding:8px;
border-style:solid;
border-width:1px;
border-color:#999999;
background:url(/common/img_parts/h4title_bg.gif) #fff;
font-size:14px;
color:#00AAE7;
line-height:1.3em;
}
.cose-list{padding:4px 3px 4px 10px;}
.bd { font-weight:bold;}

/*
.tabBox h4 { padding-left:8px; padding-top:20px; font-weight:normal;}
.tabBox dl { padding-left:8px;}
.tabBox dl dt { padding-top:10px;}
.tabBox dl dd { margin:0;}
.tabBox table { margin-left:8px; border-top:#999 solid 1px; border-right:#999 solid 1px; width:642px;}
.tabBox table th,
.tabBox table td { padding:10px; border-bottom:#999 solid 1px; border-left:#999 solid 1px; text-align:left;}
.tabBox table th { width:100px; background:#4bacc6; color:#fff;}
*/

#tabContent, #menuContent {
	margin:10px 8px;
	background-color: #00AAE7;
	padding: 5px;
}

#tabIndex, #menuIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex li, #menuIndex li {
	color:#fff;
	float:left;
	margin-right: 5px;
	padding: 10px;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex .close, #menuIndex .close {
  background-color: #b1d1ee;
  text-decoration: underline;
  color:#b1d1ee;
}
#tabIndex .open, #menuIndex .open {
  background-color: #fff;
  text-decoration: none;
}

#tabBoxIndex, #menuBoxIndex {
	background-color: #fff;
	border: #fff solid 1px;
	padding: 1em;
	clear: both;
}


#tabIndex li.on {
  background-color: #fff;
  color:#0b8ab3;
}
#tabIndex li.off {
  background-color: #b1d1ee;
}


/* new table
---------------------------------------*/

.tabBox table { 
	margin-left:8px;
	border-top:#999 solid 1px; 
	border-right:#999 solid 1px; 
	width:642px;
}

.tabBox table th {
	background-color: #4bacc6;
	color:#fff;
}

.tabBox table th,
.tabBox table td { 
	padding:10px; 
	border-bottom:#999 solid 1px; 
	border-left:#999 solid 1px; 
	text-align:left;
}

.tabBox table td .event_info {
	padding-top:7px;
	font-size:12px;
}

.event_day {
	width: 110px;
}

.event_btn {
	width:90px;
}

.event_btn a {
	background:#ff813a;
	padding:5px;
	display:block;
	color:#FFF;
	font-weight:bold;
	border-radius:5px;
	text-align:center;
	text-decoration:none;
}

.event_btn a:hover {
	background:#ff9f31;
}

table tr:nth-child(2n-1) {
	background-color: #daeef3;
}




















