@charset "UTF-8";


/*　ログインまわり
---------------------------------------------------- */

/*　ボックス左
----------------------------- */
#log_l{
	float:left;
	width:380px;
	padding:20px 0 0 0;
}

#log_l_bg{
	padding:15px 0 0 0;
	width:380px;
	background:url(../img/top_lbgm.gif) repeat-y left top;
}

#log_l_bgb{
	width:340px;
	padding:0 20px 20px 20px;
	background:url(../img/top_lbgb.gif) no-repeat left bottom;
}

/*　ボックス右
----------------------------- */
#log_r{
	float:right;
	width:304px;
	padding:20px 0 0 0;
}

#log_r_bg{
	padding:15px 0 0 0;
	width:304px;
	background:url(../img/top_rbgm.gif) repeat-y left top;
}

#log_r_bgb{
	width:264px;
	padding:0 20px 20px 20px;
	background:url(../img/top_rbgb.gif) no-repeat left bottom;
}


/*　テーブル
----------------------------- */
.login_table{
	width:100%;
	border-collapse:collapse;
	border:none;
	margin:10px 0 0 0;
}

.lotd_l{
	padding:0 5px 5px 0;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
}

.lotd_r{
	padding:0 0 5px 0;
	vertical-align:top;
}

.lotd_r input{
	width:150px;
	font-size:12px;
}

/*　ライン
----------------------------- */
.login_line{
	margin:15px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px #999999 dotted;
}


/*　プライバシー
---------------------------------------------------- */
.pri_title00{
	padding:8px 15px;
	background:url(../img/org_bg.gif) repeat left top;
	font-weight:bold;
	color:#4B2B00;
}

.pri_title{
	margin:20px 0 0 0;
	padding:8px 15px;
	background:url(../img/org_bg.gif) repeat left top;
	font-weight:bold;
	color:#4B2B00;
}

.pri_box{
	border:2px #DCDCDC solid;
	padding:15px;
	background:#F8F8F8;
}

.pri_line{
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px #999999 dotted;
}


/*　フォーム
---------------------------------------------------- */
.table00{
	width:100%;
	border-collapse:collapse;
	border:1px #AAA solid;
}

.table01{
	margin:25px 0 0 0;
	width:100%;
	border-collapse:collapse;
	border:1px #AAA solid;
}

.table00 th,
.table01 th{
	padding:8px 15px;
	background:url(../img/org_bg.gif) repeat left top;
	border:1px #AAA solid;
	font-weight:bold;
	vertical-align:top;
	color:#4B2B00;
	text-align:center;
}

.t00_l{
	padding:8px 15px;
	background:url(../img/org_bg.gif) repeat left top;
	border:1px #AAA solid;
	font-weight:bold;
	width:130px;
	vertical-align:top;
	color:#4B2B00;
}

.t00_c{
	padding:8px 15px;
	border:1px #AAA solid;
}

.t00_r{
	padding:8px 15px;
	border:1px #AAA solid;
	background:#F0F0F0;
}

.t00_btn{
	padding:8px 15px;
	border:1px #AAA solid;
	background:#F0F0F0;
	text-align:center;
}

.t00_sp{
	padding:5px 0 0 0;
}

.t00_c input{
	vertical-align:middle;
}

.t00_c input{
	vertical-align:middle;
}

.t00_c textarea{
	font-size:12px;
	width:98%;
}

.form_line{
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px #999999 dotted;
}

.caution{
	text-align:right;
	padding:0 0 5px 0;
}


/*　エラーメッセージ
---------------------------------------------------- */
#error_box{
	background:#FFFFFF;
	border:3px #FF0000 double;
	padding:20px;
	margin:0 0 15px 0;
	text-align:center;
	background:#FFF0F0;
}

#error_tit{
	font-weight:bold;
	font-size:14px;
	color:#FF0000;
	padding:0 0 10px 0;
}


/*　STEP
---------------------------------------------------- */
#step_box{
	width:714px;
	height:81px;
	list-style:none;
	padding:0 0 20px 0;
	overflow:hidden;
}

.step{
	float:left;
	width:218px;
	height:81px;
}

.step_next{
	float:left;
	width:30px;
	height:81px;
}


/*　利用規約　フレーム
---------------------------------------------------- */
#frame{
	margin:20px 0 0 0;
	width:704px;
	height:400px;
	overflow:auto;
	scrollbar-base-color:#E4B50E;
	scrollbar-arrow-color:#FFF;
	padding:0 10px 0 0;
}








