/* -------------------------------------------------------------------- */

/**
 * メルマガ登録ヘッダー
 *
**/
#idTourokuHead {
	width    : 900px;
	height   : 50px;
	z-index  : 10;
	position : relative;
}

#idTourokuHead p{
	text-align  : left;
	padding-top : 15px;
}

/* -------------------------------------------------------------------- */

/**
 * メルマガ登録全体
 *
**/
#idTourokuAll {
	width         : 900px;
	margin-bottom : 50px;
}

.clsTourokuLeft {
	float        : left;
	width        : 230px;
	text-align   : left;
}

.clsTourokuRight {
	float        : left;
	width        : 645px;
	padding-left : 25px;
}

/* -------------------------------------------------------------------- */

/**
 * 選択エリア
 */
#idTourokuArea {
	width  : 230px;
}

#idTourokuItemArea {
	background-image  : url(../../images/main/touroku/bk_touroku_item_area.gif);
	background-repeat : repeat;
	padding-left      : 25px;
	padding-top       : 30px;
	padding-bottom    : 30px;
}

#idTourokuItemArea img{
	margin-bottom : 2px;
}

/* -------------------------------------------------------------------- */

/**
 * 利用規約エリア
 */
.clsTourokuKiyakuHead {
	background-image  : url(../../images/main/touroku/bg_touroku_head_kiyaku.gif);
	background-repeat : no-repeat;
	width             : 645px;
	height            : 32px;
	margin-bottom     : 30px;
}

.clsTourokuKiyakuTextArea {
	line-height  : 20px;
	text-align   : left;
	padding      : 0px 20px;
}

.clsTourokuKiyakuWordArea {
	width                : 530px;
	margin               : 10px 0px;
	margin-left          : 30px;
	height               : 280px;
	overflow             : auto;
	border               : 1px solid #D3D3D3;
	scrollbar-base-color : #ECECF1;
	background-color     : #FFFFFF;
}

/* -------------------------------------------------------------------- */

/**
 * 入力エリア
 */
.clsTourokuInputHead {
	background-image  : url(../../images/main/touroku/bg_touroku_head_input.gif);
	background-repeat : no-repeat;
	width             : 645px;
	height            : 32px;
	margin-bottom     : 30px;
}

.clsTourokuQuitHead {
	background-image  : url(../../images/main/touroku/bg_touroku_head_quit.gif);
	background-repeat : no-repeat;
	width             : 645px;
	height            : 32px;
	margin-bottom     : 30px;
}

.clsTourokuInputTextArea {
	line-height  : 20px;
	text-align   : left;
	padding      : 0px 20px;
}

.clsTourokuInputTable {
	padding-top  : 10px;
	padding-left : 40px;
}

.clsTourokuInputTableTd1 {
	width          : 150px;
	vertical-align : top;
	text-align     : right;
	padding-right  : 15px;
	padding-top    : 8px;
	border-bottom  : 1px dotted #666666;
}

.clsTourokuInputTableTd2 {
	width          : 300px;
	vertical-align : top;
	padding-top    : 8px;
	border-bottom  : 1px dotted #666666;
	height         : 20px;
}

#idTourokuInputMail,
#idTourokuInputMailSub,
#idTourokuQuitMail {
		width : 200px;
}

.clsTourokuInputButton {
	text-align  : center;
	padding-top : 10px;
}

.clsTourokuInputErr {
	color : red;
}

