@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	}	

html,body{
 	height:100%;
 	font:13px;
	*font-size: small;
	*font: x-small;
}

#wrapper {
	width:460px;
	height:auto;
	margin:0 auto;
	padding:5px 0 5px 0;
	text-align:center;
	}


p {
	font-size:12px;
	line-height:15PX;
	color:#666;
	}

a {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}


	

#schedule_table {
	width:460px;
	margin:10px 0 10px 0;
	font-size:10px;
	line-height:13PX;
	color:#666;
	float:left;
		}

#schedule_table table {
	width:460px;
	border-collapse:collapse;
	border-color:#666;
	float:left;
	}
#schedule_table td {
	margin:0;
	padding:3px;
	height:auto;
	font-size:11px;
	color:#666;
	line-height:13PX;
	border:1px solid #666;
	}
	
		

.kaijyo {
	clear:left;
	}
