@charset "shift_jis";

/*routine*/
* {
 margin: 0;
 padding: 0;
}

.display_none,
label {
 display: none;
}

body {
	/* font-family: "‚l‚r ‚oƒSƒVƒbƒN" ,"Hiragino Kaku Gothic Pro" ,"Osaka",arial, helvetica, verdana ,sans-serif;*/
 background-color: #fbfbfb;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 78%;
	line-height: 180%;
	color: #333333;
}

.clear_both {
 display: block;
 clear: both;
 height: 1px;
 font-size: 1px;
}
.height_space {
 display: block;
 height: 90px;
 font-size: 1px;
}

