@charset "UTF-8";

body {
	margin:0px;
	padding:0px;
//	background-color: #E6E6E6;
	background:url("./images/bg.gif");
}

a:link {
	text-decoration: none;
	color: #009900;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

.def01n {
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "Osaka-Mono";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.def01b {
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "Osaka-Mono";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.def01s {
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "Osaka-Mono";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.title01 {
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "Osaka-Mono";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#777777;
}

.red { color:#FF0000; }
.green { color:#0A6B37; }
.blue { color:#2C2D7A; }
.white { color:#FFFFFF; }
.black { color:#000000; }
.gray { color:#777777; }