body,td,th {
	font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
	font-size: 12px;
	color: #525252;
}
body {
	background-color: #000000;
	background-image: url(../images/black_bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#MAIN {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 750px;
}
#HEAD {
	background-image: url(../images/glay_bg.gif);
	background-repeat: repeat;
}
#HEAD img {
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#HEAD .navi {
	background-image: url(../images/navi_bg.gif);
	font-weight:bold;
	letter-spacing: 2px;	
}
#FOOT {
	background-image: url(../images/glay_bg.gif);
	background-repeat: repeat;
}
#FOOT td{
	font-weight:normal;
	color: #999999;
}
#CONTENTS {
	padding:10px;
}


a:link {
	color: #4C4C4C;
}
a:visited {
	color: #4c4c4c;
}
a:hover {
	color: #FF6666;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 10px;
}
p {
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 16px;
	font-weight: normal;
	text-indent: 1em;
}
.sm {
	font-size:10px;
}
.catch {
	margin: 5px 0px 20px 0px;
}
.spec th,
.spec td{
	font-size: 10px;
	color: #797979;
}
.small {
	font-size:12px;
}
.str {
	color: #B52427;
	font-weight: bold;
}
.strcross {
	color: #22444D;
	font-weight: bold;
}