body {
	margin: 0px;
	padding: 0px;
	background-color: #FF9900;
}
div.left_box {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	background-color: #FFFFFF;
	padding: 20px;
	top: 0px;
	margin-right: 10px;
/*	background-image: url(img/ha_big.gif); */
/*	background-repeat: repeat-y; */
/*	background-position: center; */
}
div.right_box {
	float : right;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	width: 10px;
	top: 0px;
	right: 0px;
}
h1 {
	font-size: medium;
	color: #663300;
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #FF9900;
}
h2org {
	font-size: 120%;
	background-image: url(img/ha.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	height: 35px;
	vertical-align: text-botom;
	padding-top: 10px;
	margin: 15px 0px 0px;
}

h2 {
	font-size: 120%;
	text-indent: 15px;
	padding: 2px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	border-left: solid 16px #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	color: #663300;
}


.f1 {
	font-size: small;
	line-height: 150%;
	padding: 0px 10px 10px 20px;
}
.f2 {
	font-size: small;
	line-height: 150%;
	padding: 7px;
	border: 1px solid #FF9900;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
.f3 {
	font-size: small;
	line-height: 150%;
	padding: 7px;
	border: 1px dotted #FF9900;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
.f4 {
	font-size: small;
	line-height: 150%;
	padding: 7px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFE1B5;
}
a:link {
	font-weight: bold;
	color: #6666FF;
}
a:visited {
	font-weight: bold;
	color: #6666FF;
}

a:hover {
	font-weight: bold;
	color: #FF3300;
}
a.menu:link {
	font-size: small;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px 3px 3px 15px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	height: 20px;
}
a.menu:visited {
	font-size: small;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px 3px 3px 15px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	height: 20px;
}
a.menu:hover {
	font-size: small;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFEFD7;
	display: block;
	padding: 5px 3px 3px 15px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	height: 20px;
}
.right_box1 {
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	margin: 20px 10px 10px;
	padding: 5px;
	border: 3px dotted #FF9900;
	line-height: 150%;
}
h3 {
	font-size: small;
	color: #336699;
	margin: 3px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.right_com1 {
	padding: 3px 8px;
}.right_box2 {

	font-size: small;
	color: #FFFFFF;
	margin: 20px 10px 10px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	line-height: 150%;
}
a.c:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.c:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.c:hover {

	color: #FFCC99;
	text-decoration: none;
}

div.rright {
	text-align: right;
	font-size: 80%;
}

.m_bar {
	margin: 0px;
	padding: 5px;

	background-image: url(../img/m_bar_back.gif);
}
a.bar:link {
	font-size: 14px;
	padding: 7px;
	color: #58493A;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}
a.bar:visited {
	font-size: 14px;
	padding: 7px;
	color: #58493A;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
}
a.bar:hover {
	font-size: 14px;
	padding: 7px;
	color: #C2940A;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
}


table.schedule {
		border: solid 2px #0000cc;
		border-collapse: collapse;
	}
table.schedule th {
		border-bottom: solid 1px gray;
		border-right: solid 1px gray;
		padding: 2px 3px;
	}
table.schedule td {
		border-bottom: solid 1px gray;
		border-right: solid 1px gray;
		padding: 2px 3px;
	}

table.schedule td.num {
		border-bottom: solid 1px gray;
		border-right: solid 1px gray;
		padding: 2px 3px;
		text-align: center;
                
	}

table.schedule  thead {
		background-color: #ffff80;
	}

table.schedule  tbody {
		background-color: #ffffff;
	}
table.schedule  tfoot {
		background-color: #ffdddd; 
	}
table.schedule  td.midasi {
		background-color: #ffffcc; 
	}

table.schedule  td.sum {
		text-align: right;
	}

