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

/********************************************************************************/
/********************************************************************************/
/* 中央コンテナ																	*/
/********************************************************************************/
/********************************************************************************/
/*----------------------------------------------------------*/
/* 中央全体													*/
/*----------------------------------------------------------*/
#center_container {
	float:left;
	width:790px;
	margin:5px 0px 0px 0px;
	/*	高さはココで決める(最低indexstyleと同じ)	*/
	height:1800px;
	vertical-align:top;
	text-align:center;
	line-height:1.4;
}

/*----------------------------------------------------------*/
/* 各ページ　タイトル										*/
/*----------------------------------------------------------*/
#content_tit {
	/* 長さ以外の設定はmainstyle.css	*/
	width:780px;
}
/*----------------------------------------------------------*/
/* （中央−左）ログイン										*/
/*----------------------------------------------------------*/
#center_left {
	float:left;
	width:490px;
}
.login_mfm {
	width:370px;
	height:900px;
	background:url(img/login_bg.jpg) no-repeat;
}
.lgn_mg {
	padding-top:150px;
}
.lgn_tit {
	float:left;
	padding-left:40px;
	width:40px;
	line-height:23px;
	font-size:14px;
	color:#0066ff;
	font-weight:bold;
	text-align:right;
}
.lgn_inp {
	float:left;
	padding-left:10px;
	width:215px;
	line-height:23px;
	text-align:left;
}
.lgn_err {
	height:23px;
	line-height:23px;
	color:#ff0000;
}
.lgn_frog {
	line-height:1.4;
}
.lgn_wait {
	color:#0066ff;
}
/*----------------------------------------------------------*/
/* （中央−左）ID・パスワード再発行							*/
/*----------------------------------------------------------*/
#fg_tbl {
	background-color:#999999;
	color:#333333;
}
.fg_tdt {
	padding:3px;
	width:120px;
	background-color:#efefef;
	text-align:center;
}
.fg_td {
	padding:3px;
	width:320px;
	background-color:#ffffff;
	font-size:12px;
	text-align:left;
}
.fg_td_btn {
	padding:3px;
	background-color:#cccccc;
	text-align:center;
}
/* 注意書き */
.fg_ab {
	color:#0066ff;
}
/* 再発行完了	*/
.fg_end_mes {
	font-size:16px;
	color:#405795;
	font-weight:bold;
}

/*----------------------------------------------------------*/
/* （中央−右）案内											*/
/*----------------------------------------------------------*/
#center_right {
	float:left;
	width:300px;
	height:900px;
	vertical-align:top;
	line-height:1.4;
}
#right_ck_fm {
	height:80px;
}
#right_300_fm {
	height:330px;
}
