body {
	color: #CCCCCC;
	background-color: #999999;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 26px;
	color: #FFFFFF;
	background-image: url(../top-img/top-banner.jpg);
	height: 80px;
	width: 760px;
	margin: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 20px;
	margin-bottom: 2px;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #CCCCCC;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	color: #CCCCCC;
	padding-left: 20px;
	margin-top: 0px;
}
#content {
	width: 760px;
	text-align: left;
	background-color: #000000;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
}

