@charset "utf-8";
@import url("menu.css");
          /*ヘダーCSSの読み込み
            適用タグ　header,header table, header tr, header td */
body {
	text-align: center;
	background-image : url(../119_bg/red2.gif);
	margin-top: 20px;
	font-family: "メイリオ",Meiryo,"ＭＳ＿Ｐゴシック",Osaka,sans-serif;
	width: 100%;
	height: 100%;
}
table {
	width: 610px;
	padding: 0px;
	margin-top:5px;
	text-align: center;
}
caption{
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	margin: 10px;
}
tr {
	background-color: #ccffff;
}
th {
	background-color: #ccffcc;
	text-align：center；
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 16px;
	height: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	vertical-align: middle;
	padding: 2px;
	width: 15%;
	text-align: center;
}
.gyoji{
	text-align: center;
	width: 510px;
}
td {
	background-color: #ffffff;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: left;
	padding-left: 5px;
}
th.kai{
	text-align: center;
	height: 20px;
	width: 7%;
}
th.day{
	height: 20px;
	width: 15%;
}
a {	text-decoration: none;}
a:link {color: #000055;}
a:visited {color: #500000;}
a:hover {color: #ff3300;}
a:active {color: #0000ff;}
h1{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
}
h2 {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin: 0px;
	color: #ffffff;
}
h3{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 30px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
}

section{
	margin-top: 20px;
	margin-bottom: 20px
}

/* menu classを追加　*/
.menu h2 {
	margin:0px;
	}
.menu h2 a	{
	background-image:url(button.gif);
	font-size:11px;
	display:block;
	height:20px;
	border:solid 1px #333333;
	text-align:center;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	border-radius: 5px;
	}
.menu {
	width:100px;
	float:left;
	}
.menu ul {
	margin: 0px;
	padding:0px;
	list-style-type:none;
	font-size: 11px;
	visibility:hidden;
	}
.menu li {
	background-color: #ddff88;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	line-height:100%;
	margin: 0px;
	text-align: center;
	}
.menu li a{
	display:block;
	padding:2px;
	color: #333333;
	}
.menu li a:hover{
	background-color:#5B7A28;
	color: #FFFFFF;
	}
