/* link color */

a:link {
	color: #ff8000;
}

a:hover {
	color: #ff4500;
	text-decoration: underline;
}

a:active {
	color: #f00;
}

a:visited {
	color: #c60;
}

* {
	margin: 0;
	padding:0;
}

/* layout */

body, html {
	height: 100%;
	min-width:790px;
}

body {
	font-family: VLPGothic,"Hiragino Kaku Gothic Pro W3","ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN";
	text-align: center;
}

/* font default*/

h1 {
	font-size: 14pt;
	letter-spacing: -1pt;
}

h2 {
	font-size: 11.5pt;
	/*height: 20px;*/
}

h3 {
	font-size: 10pt;
}

h4   {
	font-size: 7.5pt;
}

small {
	font-size: 7.5pt;
}


ul, dl {
	list-style:none;
}

img {
	border: none;
}

iframe {
	border: none;
}

hr {
	height:1px;
	border:none;
	border-top:1px #444 solid;
	margin: 5px 0;
}


/* tools */

.noprint, .np {
	visibility: hidden;
	display:none;
}

.clear {
	clear: both;
	height:1px;
	/font-size: 0;
}

.nospace {
	margin: 0px;
}

.space_h30 {
	height: 30px;
}

.space_h25  {
	height: 25px;
}

.space_h20 {
	height: 20px;
}

.space_h15  {
	height: 15px;
}

.space_h10  {
	height: 10px;
}

.space_h5  {
	height: 5px;
}

/* float */

.ll {
	float:left;
}

.rr {
	float:right;
}

.cc {
	text-align:center;
	display:block;
}

/* margin */

.mgt3 {
	margin-top:3px;
}
 
 .mgl10 {
	margin-left:10px;
}
