/* CSS Document */

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 14px;
	color: #555555;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:1.1;
	letter-spacing:0.1;
	background-color: #ffffff;
}
body br{
	letter-spacing:0;
}
a:link { color: #151515; text-decoration: underline; }
a:active { color: #151515; text-decoration: underline; }
a:visited { color: #151515; text-decoration: underline; }
a:hover { color: #99bf26; text-decoration: underline; }

p {
	margin:0px;
	padding:0px;
	}
	
img {
	border:0;
	}

/* レイアウト構造 */

#header {
	width:100%;
	height:50px;
	background-image:url(img/top_bg.gif);
	background-repeat:repeat-x;
}	

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/

#banner {
	width:800px;
	height:30px;
	background-image:url(img/top-_title.gif);
	background-repeat:no-repeat;
	margin-top:15px;
}

#contact{
	width:740px;
	padding:20px;
	margin-bottom:10px;
	}

#copyright {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:50px;
	margin-top:20px;
	}
	
.schedule {
	font-size:10px;
	width:100%;
	border:solid 1px #999;
	margin-top:30px;
	padding:0;
	
	}	
	
.schedule td {
	padding:10px;
	text-align:center;
	border:#999 solid 1px;
	}	
	
.title {
	background:#E3F3ED;
	}	
	
.month {
	background:#FFFF99;
	}	
	
.sun {
	color:#F00;
	}	
