@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;
}

.arial {
	font-family: arial;
}
.t5 {
	font-size: 0.5em;
}
.t6 {
	font-size: 0.6em;
}
.t7 {
	font-size: 0.7em;
}
.t8 {
	font-size: 0.8em;
}
.t9 {
	font-size: 0.9em;
}
.t10 {
	font-size: 1em;
}
.t11 {
	font-size: 1.1em;
}
.t12 {
	font-size: 1.2em;
}
.t13 {
	font-size: 1.3em;
}
.t14 {
	font-size: 1.4em;
}
.t15 {
	font-size: 1.5em;
}
.t16 {
	font-size: 1.6em;
}
.t17 {
	font-size: 1.7em;
}
.t18 {
	font-size: 1.8em;
}
.t19 {
	font-size: 1.9em;
}
.t20 {
	font-size: 2em;
}
.t21 {
	font-size: 2.1em;
}
.t22 {
	font-size: 2.2em;
}
.t23 {
	font-size: 2.3em;
}
.t24 {
	font-size: 2.4em;
}
.t25 {
	font-size: 2.5em;
}
.t26 {
	font-size: 2.6em;
}
.t27 {
	font-size: 2.7em;
}
.t28 {
	font-size: 2.8em;
}
.t29 {
	font-size: 2.9em;
}
.t30 {
	font-size: 3em;
}
