@charset "Shift_JIS";
@import "http://";

/********************************************************************************/
/********************************************************************************/
/* 中央コンテナ																	*/
/********************************************************************************/
/********************************************************************************/
/*----------------------------------------------------------*/
/* 左コンテナとのマージン									*/
/*----------------------------------------------------------*/
.center_margin {
	float:left;
	width:10px;
	height:800px;
}
/*----------------------------------------------------------*/
/* 中央全体													*/
/*----------------------------------------------------------*/
#center_container {
	float:left;
	width:780px;
	/*	高さはココで決める(最低indexstyleと同じ)	*/
	height:1300px;
	margin:5px 0px 0px 0px;
	vertical-align:top;
	text-align:center;
	line-height:1.4;
}
/*----------------------------------------------------------*/
/* 各ページ　タイトル										*/
/*----------------------------------------------------------*/
#content_tit {
	/* 長さ以外の設定はmainstyle.css	*/
	width:760px;
}
/*----------------------------------------------------------*/
/* 仮登録画面												*/
/*----------------------------------------------------------*/
#join_fm {
	width:400px;
	height:155px;
	border:solid 2pt #99ccff;
	line-height:1;
}

/* クッキー＆JavaScript設定説明 */
#join_cok_jav {
	width:325px;
	height:145px;
	background:url(./img/cookie_java.gif) no-repeat;
	line-height:1.3;
}
/* 仮登録完了メッセージ	*/
.join_end_mes {
	font-size:16px;
	font-weight:bold;
	color:#1d3994;
}