a:link   {
	color: #33c;
}
a:visited {
	color: #336;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
a:active {
	color: #60b3f4;
}

* {
	margin: 0;
}

html,body {
	font-family: Osaka, "‚l‚r ƒSƒVƒbƒN";
	background: #dcdcdc url(../img_index/bg.png) repeat-y center;
	text-align: center;
	margin: 0px;
	height: 100%;
}
#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
	width: 700px;
	align:left;
}
#footer, #push {
	margin:0 auto;
	width: 700px;
	height: 25px;
}
h1 {
	font-size: 14pt;
	letter-spacing: -1pt;
}
h2 {
	font-size: 11.5pt;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 7.5pt;
}
small {
	font-size: 7.5pt;
}
.update {
	font-size: 7.5pt;
	text-align: right;
}
.clear {
	clear: both;
}
.space_h30 {
	height: 30px;
}
.space_h25 {
	height: 25px;
}
.space_h20 {
	height: 20px;
}
.space_h15  {
	height: 15px;
}
.space_h10 {
	height:10px;
}
.space_h5  {
	height: 5px;
}
p  {
	margin-top: 10px;
}
ul {
	margin-top: 10px;
}
hr {
	height:1px;
	border:none;
	border-top:1px #444 solid;
}
.noprint, .np {
	visibility:hidden;
}