body,img,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,form,input {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 62.5%;
	line-height: 1.4em;
}
img {
    border: 0;
}
/* float hack --- */
.clearFix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
* html .clearFix {	display: inline-block;	}
*:first-child+html .clearFix {	display: inline-block;	}
/* no mac IE \*/
* html .clearFix {	height: 1%;	}
.clearFix {	display: block;	}

/* common style */
.fltL { float: left;}
.fltR { float: right;}

.red { color: #FF0000; }
.center { text-align: center; }

.caution {
	margin-bottom: 3px;
	font-size: 0.9em;
}
.explanation {
	margin-bottom: 1em;
	margin-left: 20px;
}
.nextLink {
	margin-bottom: 1em;
	margin-left: 20px;
}
.nextLink a {
	color: #32ACFF;
	margin-right: 8px;
}
.nextLink a:hover {
	text-decoration: none;
	color: #6AC4FF;
}
#message {
	margin-bottom: 1em;
	padding: 15px;
}
.page_top {
    padding-bottom: 30px;
}
.page_top a {
    float: right;
}