@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	registration.css
	
	[概要]			会員登録ページレイアウト用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html #xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
h1,
p#buttonRules a,
p#buttonReg a,
ul#buttons li a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
div#mail p,
div#mail ul,
div#domain p
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								div#mainContent
									
------------------------------------------------------------------------------*/
div#mainContent{
	width: 670px;
	padding-left: 10px;
}

* html div#mainContent{
	width: 680px;
}



/*------------------------------------------------------------------------------

						div#contentHeader 画像指定
						
------------------------------------------------------------------------------*/
h1{
	width: 670px;
	height: 33px;
	background: url(../../registration/images/h1.gif);
}



/*------------------------------------------------------------------------------

								div#mail
								
------------------------------------------------------------------------------*/
p.text{
	padding: 20px;
}



/*------------------------------------------------------------------------------

								div#mail
								
------------------------------------------------------------------------------*/
div#mail{
	width: 630px;
	height: 190px;
	margin-bottom: 5px;
	margin-left: 20px;
	background: url(../../registration/images/mail.gif) no-repeat scroll left top;
}



/*------------------------------------------------------------------------------

								div#domain
								
------------------------------------------------------------------------------*/
div#domain{
	position: relative;
	width: 630px;
	height: 40px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-top: 80px;
	background: url(../../registration/images/domain_bg.gif) no-repeat scroll left top;
	text-align: center;
}

* html div#domain{
	height: 120px;
}

div#domain input{
	width: 240px;
	padding: 2px;
	border: 1px solid #999999;
}

/*------------------------------------------------------------------------------

								p#buttonRules
								
------------------------------------------------------------------------------*/
p#buttonRules{
	position: relative;
	height: 25px;
	margin-right: 15px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 110px;
	background: url(../../registration/images/button_rule_ov.gif) no-repeat scroll right top;
	text-align: right;
}

* html p#buttonRules{
	height: 35px;
}

p#buttonRules a{
	position: absolute;
	top: 0;
	right: 0;
	width: 104px;
	height: 35px;
	background: url(../../registration/images/button_rule.gif) no-repeat scroll right top;
}

p#buttonRules a:hover{
	background-image: none;
}



/*------------------------------------------------------------------------------

								input#fAgree
								
------------------------------------------------------------------------------*/
div.section fieldset{
	text-align: center;
}

div.section fieldset input{
	vertical-align: middle;
}

/*------------------------------------------------------------------------------

								p#buttonReg
								
------------------------------------------------------------------------------*/
p#buttonReg{
	width: 202px;
	height: 43px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../../registration/images/button_reg_ov.gif) no-repeat scroll left top;
}

p#buttonReg a{
	width: 202px;
	height: 43px;
	background: url(../../registration/images/button_reg.gif) no-repeat scroll left top;
}

p#buttonReg a:hover{
	background-image: none;
}



/*------------------------------------------------------------------------------

								ul#buttons
								
------------------------------------------------------------------------------*/
ul#buttons{
	padding-left: 155px;
}

ul#buttons li{
	float: left;
	width: 182px;
	height: 43px;
	background: no-repeat scroll left top;
}

ul#buttons li a{
	width: 172px;
	height: 43px;
	background: no-repeat scroll left top;
}

/*----- 各ボタン マウスオーバー時画像指定 -----*/
ul#buttons li#buttonAgree{
	background-image: url(../../registration/images/button_agree_ov.gif);
}

ul#buttons li#buttonDisagree{
	background-image: url(../../registration/images/button_disagree_ov.gif);
}

/*----- 各ボタン 通常時時画像指定 -----*/
ul#buttons li#buttonAgree a{
	background-image: url(../../registration/images/button_agree.gif);
}

ul#buttons li#buttonDisagree a{
	background-image: url(../../registration/images/button_disagree.gif);
}

/*----- 各ボタン マウスオーバー動作指定 -----*/
ul#buttons li a:hover{
	background-image: none!important;
}