/* CSS Document */
.style1 {
	color: #003300;
	font-size: 12px;
}
.style2 {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}
.style3 {
	color: #003300;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
	line-height: 110%;
	font-size: 14px;
}
.style5 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.style6 {
	color: #FF0000;
	font-size: 10px;
	font-weight: normal;
}
.style7 {
	color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	margin-top: 6px;
}
.style8 {
	font-size: 12px;
	color: #336600;
}
.style9 {
	color: #ffcccc;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width:80%;
	background:#003300;
}
.style10 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
img {
	border: 0;
}
img.mb_5 {
	margin-bottom: 5px;
}
.crs01 {
	font-size: 10px;
	color: #FFF;
	background-color: #666699;
}
.crs02 {
	font-size: 10px;
	color: #FFF;
	background-color: #339966;
}
.day {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.btn {
	margin: 5px;
}
.mg {
	margin: 6px 0;
}
.mb {
	margin: 0 0 5px;
}
.bdr {
	border-top: 1px dotted #336600;
	border-bottom: 1px dotted #336600;
}
.att {
	text-align: center;
	font-size: 12px;
	margin: 4px 0;
}
#ttl {
	width: 940px;
	margin: 0;
	padding: 0;
}
#ttl_w {
	width: 940px;
	height: 250px;
	margin: 0;
	padding: 0;
	background: url(images/ttl_w.gif) no-repeat left top;
}
.listBox {
	width: 610x;
	padding: 10px 0 0 320px;
}
.listBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.listBox li {
	float: left;
	white-space: nowrap;
	margin: 0 0 4px 10px;
	padding: 2px 0 2px 10px;
	background: url(images/ic.gif) no-repeat 2px 4px;
	font-size: 12px;
}
.listBox li.area {
	background-color: #FF3300;
	color: #FFF;
	padding: 2px 8px 2px 10px;
}
.listBox .mt_20 {
	margin-top: 20px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear {
	clear: both;
}
/*********************************************************************
		GENERAL SETTING
*********************************************************************/

/* Cell Width */

.w80per {
	width:80%;
}
.w27per {
	width:27%;
}
.w26per {
	width:26%;
}
.w20per {
	width:20%;
}
.w33per {
	width:33%;
}
.w34per {
	width:34%;
}
.w40per {
	width:40%;
}
/* Background Color */

.bg01 {
	background:#fff;
}
