html {
	overflow-y: scroll;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: justify;
	text-justify: distribute;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
a {
	color: #0099EE;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:hover img.hoverImg {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a:active {
	text-decoration: underline;
}

table.calendar {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	table-layout: fixed;
}
table.calendar tr {
}
table.calendar th, table.calendar td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	padding-top:5px;
	padding-bottom:2px;
}
table.calendar th {
	font-weight: bold;
	background-color: #EEEEEE;
	color: #000000;
}
table.calendar th a {
	color: #000000;
}
table.calendar td.maru {
	padding: 0px;
}
table.calendar td a {
	display: block;
	padding: 5px;
}
table.calendar td a:hover {
	background-color: #FFFF00;
	text-decoration: none;
}
h1 {
}
h2 {
	color: #FFFFFF;
	background-color: #333333;
	margin-top: 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
}
h3 {
	margin-top: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
p {
	margin-top: 10px;
}
p.text_small {
	margin-top: 5px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 940px;
}
#footer address {
	font-style: normal;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
}