@charset "utf-8";

/*routine*/
* {
	margin: 0;
	padding: 0;
}

div {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	line-height: 160%;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}

.display_none,
label {

}

.clear_both {
 display: block;
 clear: both;
 height: 1px;
 font-size: 1px;
}
.height_space {
 display: block;
 height: 90px;
 font-size: 1px;
}

.margin {
	text-indent: 10px;
}
li {
	list-style-type: none;
}
