@charset "utf-8";

@font-face {
font-family: "MS Gothic UI";
    src: url('https://www.fumicchi.tzg.jp/fonts/MS Gothic UI.woff2') format("woff2"), url('https://www.fumicchi.tzg.jp/fonts/MS Gothic UI.woff') format("woff");
}

body {
	background-color: #CCFFCC;
	text-align: center;
}

body,table,tr,td,th {
	font-family: "MS Gothic UI", Osaka, "ＭＳ Ｐゴシック"
}

a:link {
	text-decoration:none; color:#0000FF;
}

a:visited {
	text-decoration:none;
	color:#990000;
}

a:hover {
	text-decoration:underline;
	color:#FF0000;
}

a:active {
	text-decoration:none; color:#3399FF;
}

#home {
	text-align: left;
	text-indent: 5px;
}

#note {
	width: 380px;
	background-color: #FFCC33;
	margin: 10px auto 20px;
	padding: 10px;
	white-space: nowrap;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
}
