@charset "Shift_JIS";
/**** common style ****/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.middle {
	vertical-align: middle;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.bold {
	font-weight: bold;
}
.blink {
	text-decoration: blink;
}
.underline {
	text-decoration: underline;
}
.none {
	text-decoration: none	! important;
}
.black {
	color: #000000	! important;
}
.white {
	color: #ffffff	! important;
}
.red {
	color: #ff0000! important;
}
.hidden {
	visibility: hidden;
}
.default_cursor {
	cursor: default;
}
.en {
	ime-mode: inactive;
}
.jp, .ja {
	ime-mode: active;
}
.indent {
	text-indent: -9999px;
	font-size: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
.clear {
	clear: both;
}
