/* ページの基本デザイン用CSS */
body {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	background-color: #990000;
	/*text-align: center;*/
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #800000;
	font-size: 32px;
	text-align: center;
	margin: 0px;
}

h2 {
	color: #008000;
	font-size: 24px;
	text-align: center;
	margin: 0px;
}
	
h3 {
	font-size: 100%;
	text-align: left;
	margin: 0px;
}

h3.foot {
	font-size: 100%;
	text-align: center;
	margin: 0px;
}

p {
	font-size: 12px;
	line-height: 125%;
	margin: 0px;
}

p.red {
	color: #FF4500;
	font-size: 12px;
	line-height: 125%;
	margin: 0px;
}

p.blk {
	color: #000000;
	font-size: 10px;
	line-height: 125%;
	margin: 0px;
}

img {
	border: 0px;
}

a { color: #333333; font-weight: bold; text-decoration: none }
a:visited { color: #333333; text-decoration: none }
a:hover { color: #FF4500; text-decoration: underline }
a:active { color: #333333; text-decoration: none }

a.b { color: #0000FF; font-weight: bold; text-decoration: none }
a.b:visited { color: #0000FF; text-decoration: none }
a.b:hover { color: #FF4500; text-decoration: underline }
a.b:active { color: #0000FF; text-decoration: none }

a.w { color: #FFFFFF; font-weight: bold; text-decoration: none }
a.w:visited { color: #FFFFFF; text-decoration: none }
a.w:hover { color: #FF4500; text-decoration: underline }
a.w:active { color: #FFFFFF; text-decoration: none }

h1 a {
	color: #01A252;
}

address {
	color: #ffffff;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	background: url(footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	border-top: 1px solid #000000;
	clear: both;
}

.contents {
	background-color: #FFFFFF;
	border: solid 3px #000000;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	top: 0px;
}