@charset "utf-8";
.index.css {
}
.style1 {font-size: 10px}
body,td,th {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size: 14px;
}
h1 {
	font-size: 10px;
}
.style2 {font-size: 18px}
.style3 {font-size: 18px; font-weight: bold; }
body {
	background-image: url(../img/sea.JPG);
}
.style4 {font-size: 12px}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}