<style type="text/css">


HTML {}

/* リンク文字の見え方（全ページ共通） */
A:link    { text-decoration: underline; color: #FF6633; }
A:visited { text-decoration: underline; color: #99CC99; }
A:hover   { text-decoration: none;      color: #FF6633; }
A:active  { text-decoration: none;      color: #FF0000; }


/* 全ページ共通 */
BODY {
	background: #99CC99; 
	color: #FFFF33;
	font-weight: 100;
	line-height: 170%;
	margin: 2% 0% 0% 0%;
	font-family: "平成角ゴシック","ＭＳ Ｐゴシック";
	text-align: left;
}
/*
	scrollbar-arrow-color:      #663399;
	scrollbar-3dlight-color:    #0000FF;
	scrollbar-highlight-color:  #CFCFFF;
	scrollbar-face-color:       #99CCFF;
	scrollbar-shadow-color:     #CFCFFF;
	scrollbar-darkshadow-color: #0000FF;
*/
IMG {
	border-style: none;
	margin: 2px;
}
TABLE {
	border-style: none;
	margin: 0% 10% 0% 10%;
	width: 80%;
}
TH {
	padding: 9px;
	background: #009966; 
	color: #FFFFFF;
	font-weight: 100;
	font-size: 120%;
	white-space: nowrap;
}
TD {
	font-weight: 100;
	line-height: 140%;
	padding: 9px;
	background: #006666;
}

.fish TABLE {
	margin: 0% 10% 30px 10%;
}
.fish TD {
	text-align: center;
	padding: 6px;
}

HR {
	color: #FFFFFF;
	height: 10px;
	margin: 0px 10% 30px 10%;
}
H1 {
	background: #009966; 
	color: #FFFFFF;
	padding: 48px 12px 48px 12px;
	margin: 0px 10% 40px 10%;
	font-size: x-large;
	white-space: nowrap;
	width: 100%;
}
H2 {
	background: #009966; 
	color: #FFFFFF;
	padding: 12px 12px 12px 12px;
	margin: 0px 10% 2px 10%;
	font-size: large;
	white-space: nowrap;
	width: 100%;
}

P {
	background: #006666;
	margin: 0px 10% 30px 10%;
	padding: 10px;
	width: 100%;
}
P.foot {
	margin: 60px 10% 0px 10%;
	line-height: 100%;
}


/* 未使用 */
EM {
	font-style: normal;
	font-weight: bold;
}
STRONG {
	font-style: normal;
	font-weight: bold;
	font-size: large;
}

</style>
