@charset "UTF-8";

/* ****************************************************************** 

	COPYRIGHT(C) CYBRiDGE CORPORATION.
	URL: http://www.cybridge.jp/

****************************************************************** */

/*-------------------------------------------------------------------
	common
-------------------------------------------------------------------*/
#main{
	float:none;
	margin:0 auto;
	}
#main h3{
	background: #EEE;
	padding-left:5px;
	line-height:25px;
	font-weight:bold;
	margin-bottom:5px;
	}
.pmark{
	padding:10px;
	text-align:center;
	}
.submit{
	clear:both;
	margin-bottom:8px;
	*margin-bottom:20px;
	}

/*==================================================================
	register styles
===================================================================*/
#main{
	float:none;
	width:930px;
	}
#main #registerForm{
	background:#FFF url("/img/register/bg_registerform.gif") 0 100% no-repeat;
	}
#main #registerForm .inner{
	background:#FFF url("/img/register/bg_registerform.gif") no-repeat;
	padding-top:15px;
	}


/* 会員登録の遷移
------------------------------------------------------------------*/
#registerFlow{
	display:block;
	margin:0 auto 10px;
	}


/* 会員登録フォーム
-----------------------------------------------------------------*/
#inputBlk {
	float:right;
	background:url(/img/regist/bg_box02_btm.gif) no-repeat scroll 0 100%;
	width:632px;
	margin:0 13px 10px 0px;
	_margin-right:7px;
	*margin-bottom:0px;
	}
#inputBlk .formBox{
	border:1px solid #CCC;
	background:#FFF;
	padding:10px;
	height: 550px;
	}
#inputBlk table {
	width:100%;
	margin-bottom:10px;
	}

#inputBlk p {
	margin-bottom:10px;
	}
#inputBlk th,
#inputBlk td {
	padding:5px 0;
	color:#333;
	font-weight:normal;
	background: #FFF url("/img/common/line_dot.gif") repeat-x 0% 100%;
	padding-bottom:8px;
	margin-bottom:8px;
	}
#inputBlk th {
	width:130px;
	font-weight:bold;
	}
#inputBlk td {
	padding-left:5px;
	}
#inputBlk td label {
	margin:0 3px;
	}


/* 利用規約文
-----------------------------------------------------------------*/
#ruleBlk {
	float:left;
	width:262px;
	margin:0px 0px 10px 13px;
	_margin-left:7px;
	*margin-bottom:0px;
	}
#ruleBlk .termsBox{
	height:610px;
	_height:613x;
	padding:10px;
	overflow:scroll;
	overflow-x:hidden;
	background:#EFFADE;
	border:1px solid #CCC;
	font-size:x-small;
	overflow:auto;
	height: 550px;
	}

#ruleBlk .termsBox h3{
	background:#75A720;
	color:#FFF;
	}
