@charset "utf-8";

/* --------------------------------------------------------------------------------------------- */

	/* 会員ボックス */
	#member_box {
		width: 560px;
		overflow: hidden;
	}

	/* 説明文 */ 
	#explanation_txt {
		width: 560px;
		padding: 10px 0 0 10px;
		font-size: 12px;
		color: #333333;
		line-height: 20px;
	}

/* --------------------------------------------------------------------------------------------- */

	/* 新規登録フォーム・確認フォーム */
	#conf_area{
		width:100%;
		min-height:600px;
		_height:600px;
	}

	#alteration_form {
		width: 100%;
		margin: 0px auto 0px auto;
		padding: 5px 20px 20px 20px;
	}

	#alteration_form h4 {
		margin:10px 10px 5px 0px;
		padding:0px;
		font-size:12px;
		line-height:18px;
		color:#FF6666;
		border-bottom:1px dotted #999999;
	}

	#alteration_form table {
		width: 95%;
		margin: 0px;
		padding: 0px;
		border: 1px solid #666666;
		font-size: 12px;
		line-height: 16px;
		color: #333333;
	}

	.l_td {
		width:125px;
		margin:0px;
		padding:5px 0px 10px 5px;
		background-color:#FFDDDD;
		border:1px solid #DDDDDD;
		vertical-align:top;
		background-image:url(/img/member/left_td-back.jpg);
		background-position:left top;
		background-repeat:repeat-x;
	}

	.r_td {
		margin:0px;
		padding:5px 0px 10px 10px;
		background-color:#EEEEEE;
		border:1px solid #DDDDDD;
		vertical-align:top;
	}

/* --------------------------------------------------------------------------------------------- */
