@charset "Shift_JIS";
body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	font-size: 100%;
	background-color: #000;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #900;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-color: #D0D0D0;
	font-size: 14px;
	line-height: 1pc;
	letter-spacing: 3px;
}
.oneColFixCtrHdr #header {
	width: 760px;
	background-color: #000;
	color: #900;
	padding-left: 20px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #D0D0D0;
	color: #000;
	list-style-type: square;
	list-style-position: inside;
}
.oneColFixCtrHdr #footer {
	font-size: 12px;
	color: #CCC;
	background-color: #000;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 10px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.h3 {
	background-color: #000;
	color: #FFF;
	width: 715px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #900;
	border-left-color: #900;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
