@charset "euc-jp";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
a {
	outline:0;
}


.text_center {
	text-align:center;
}
.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}
.font_red {
	color:#FF0000;
}
.m_10 {
	margin:10px;
}
.mb_10 {
	margin-bottom:10px;
}
.ml_10 {
	margin-left:10px;
}

.ml_15 {
	margin-left:15px;
}
.fl_l {
	float:left;
}
.fl_r {
	float:right;
}
.cl {
	clear:both;
	font-size:0;
	line-height:0;
}
/*------form--------*/
.ime_on {
	ime-mode:active;
	padding:3px;
	border:1px #666666 solid;
}
.ime_off {
	ime-mode:inactive;
	padding:3px;
	border:1px #666666 solid;
}
textarea,select {
	border:1px #666666 solid;
}
.form_button {
	padding:2px;
	background-color:#EEEEEE;
	border:2px #666666 solid;
	cursor:pointer;
	text-align:center;
}

