/* CSS Document */


/* ▼その他用ここから▼ */

/* その他用全体設定 */
table#temp_frame{

	width:610px;

}

/* 左エリア */
table#temp_frame td.left_area{

	width:315px;
	text-align:left;

}

/* 右エリア */
table#temp_frame td.right_area{

	width:295px;
	text-align:left;

}

/* ################## */
/* ログイン認証ページ */
/* ################## */

td.member_title img,
td.guest_title img{

	margin:30px 0;

}

td.member_input{

	height:70px;
	text-align:center;
	font-size:8pt;

}

div#input_form{

	width:200px;
	height:45px;
	margin:auto 0;
	display:block;

	text-align:right;

}

td.guest_text p{

	width:285px;
	height:70px;
	margin:0 0 0 10px;
	display:block;

	font-size:8pt;
	line-height:1.6em;

}

td.member_button,
td.guest_button{

	text-align:center;

}

td.member_button p{

	margin:30px 0;
	line-height:3em;

}

td.guest_button p{

	margin:30px 0;

}

/* #################### */
/* パスワード紛失ページ */
/* #################### */

td.pass_lost_text p{

	margin:10px;
	display:block;

	font-size:8pt;

}

td.pass_lost_data{

	text-align:center;

}

div#lost_input_form{

	width:250px;
	margin:10px;
	padding:10px;

	background:#e5e5e5;
	border:solid 1px #cccccc;

	display:block;

	text-align:right;
	font-size:8pt;
	line-height:1.6em;

}

td.pass_lost_button{

	text-align:center;

}

td.pass_lost_button p{

	margin:10px 0;
	display:block;

}

/* ############## */
/* 会員登録ページ */
/* ############## */

table#reg_frame{

	width:610px;
	background:#e5e5e5;
	border:solid 1px #cccccc;
	margin:10px 0;
	padding:10px;

	font-size:8pt;

}

div#reg_button{

	width:610px;
	margin-bottom:10px;
	display:block;

	text-align:center;

}

/* ▲カート用 ここまで▲ */