@charset "utf-8";

a:link {
	color: teal;
	text-decoration: none;
}
a:visited {
	color: teal;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	background: #FFFFCC;
}
.style01 {
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
	font-size: small;
	font-style: normal;
}
.style02 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
}
.style03 {font-size: x-small; }
.style04{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: xx-small;
}
.class { border-bottom: medium solid gray; }
.class1 { border-right: thin double gray; border-bottom: thin double gray; }
.style1 {
	font-size: 10px
}
.style2 {
	font-size: x-small;
}
.style3 {
	font-size: small
}
.style4 {font-size: small}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.style04 {font-size: 10px}
.style7 {font-size: small}
.style8 {font-size: x-small}
.style9 {font-size: 3px}
.style10 {color: #666666}
.style001 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #EFFFBC;
}
.style20{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #CC0000;
}
odd {
	background-color: #CCCCCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
#Div1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	height: 20px;
	width: 180px;
	left: 5px;
	top: 5px;
	background-color: #B7D0CD;
	line-height: 1.5em;
	text-align: center;
}
#Div2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	height: 20px;
	width: 290px;
	left: 5px;
	top: 5px;
	background-color: #D3CA82;
	line-height: 1.5em;
	text-align: center;
}
#Div3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	height: 20px;
	width: 180px;
	left: 5px;
	top: 5px;
	background-color: #B8DFA8;
	line-height: 1.5em;
	text-align: center;
}
#wrap {
	position: relative;
	width: 700px;
	margin: 0px auto;
}

