@charset "utf-8";
/* CSS Document */
#container {
	width: 720px;
	margin: auto;
	background-color: #FFF;
	
}
#header h1 {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
#main {
	width: 700px;
	margin: auto;
	background-color: #FFFFFF;
	
}
body {
	background-image:url(back.gif);
	background-repeat:repeat;
}
#main h3 {
	text-align: center;
	font-weight: bolder;
	background: #99ff99;
}
#main h4 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: double;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #99ff99;
	margin-right: 35px;
	margin-left: 35px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.menu {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	font-size:9px;
	font-weight: bold;
	width: 720px;
	height: 30px;
	background-color: green;
}
.menu ul{
	margin: 0;
	padding:0;
}
.menu li{
	display: inline;
	width: auto;
	list-style-type: none;
	float: left;
	width: 25%;
}
.menu li a{
	display: block;
	width: auto;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border-right: solid 1px #FFFFFF;
}
.menu ul a:hover{
	background-color: forestgreen;
}
#main p {
	font-size: 90%;
	color: #404040;
	line-height: 150%;
	margin-right: 35px;
	margin-left: 35px;
}
.p {
	font-size: 80%;
}
#sche {
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	text-align: center;
}
table, th, td{
	margin: 0;
	padding: 0;
	border-colspace: separate;
	border: none;
	border-spacing: 0; /* IE 6/7は未対応*/
}
table {
	width: 680px;
	border: 1px solid #eeeeee;
	background: #FFFFCC;
}
caption {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: double;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left: 6px solid orange;
	line-height: 1.8;
	font-weight: bold;
	text-align: left;
}
th {
	padding: 0.8em 0.5em;
	border-color: #ffffff orange orange #ffffff;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	background: white;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
}
td {
	padding: 0.8em 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff orange orange #ffffff;
	font-size: 100%;
}
#schedule_top {
	background-color: green;
}
#foot address {
	font-style: normal;
	text-align: right;
	font-size: 85%;
	background-color: #99ff99;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 720px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}
.style1 {
	color: #CC0000
}
a:link {
	color: #A00035;
}
a:visited {
	color: #666666;
}
a:visited {
	color: #666666;
}
#main img {
	float: right;
	margin-left: 5px;
}
