@charset "Shift_JIS";

/*------------------[ ログイン等 ]--------------------------*/

* {
	font: 12px/18px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', "MS P Gothic", Osaka, Arial, Verdana, sans-serif;
}

body {
	text-align: center;
}

body {
	text-align: center;
}

strong {
	font-weight: 600;
}

#rogin div,#errerpage div,#renewpage div {
	margin: 0px auto;
	width: 800px;
	background: url(images/luluhp3.jpg) no-repeat 0px 80px;
	text-align: center;
}

.coryrightpart {
	font: 12px/200px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', "MS P Gothic", Osaka, Arial, Verdana, sans-serif;
	text-align: center;
	background: url(images/bottom.png) repeat-x;
	behavior: expression(IEPNGFIX.fix(this));
	height: 200px;
}

#rogin form {
	text-align: center;
	width: 250px;
	margin: 50px auto 50px;
}

#rogin table {
	width: 250px;
	margin-bottom: 15px;
}

#rogin table th {
	text-align: right;
	width: 100px;
}

#rogin table td,
#rogin table td input {
	width: 150px;
}

/*------------------[ エラー・ログインエラー・ログアウトページ　]--------------------------*/
.errerarea {
	color: #FF0000;
	text-align: center;
	margin-top: 50px;
}

/*------------------[ 登録更新　]--------------------------*/
#renewpage table {
	margin: 50px auto 0px;
	width: 500px;
}

#renewpage table th {
	padding-bottom: 1em;
	font-weight: 600;
}

#renewpage table td.textcell {
	background: #fff;
	text-align: left;
}

#renewpage form {
	text-align: center;
	margin: 0px;
}

#renewpage table.formtable {
	margin: 10px auto;
	width: 500px;
}

#renewpage table.formtable td {
	font: 12px/18px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', "MS P Gothic", Osaka, Arial, Verdana, sans-serif;
	text-align: left;
	background: #FFFFFF;
	padding: 3px;
}


/*------------------[ 新規登録　]--------------------------*/
#renewpage .formtable div {
	margin: 0px;
	width: 36em;
	background: url(none);
	text-align: left;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	height: 8em;
	overflow-y:scroll;
}

#renewpage .formtable div p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#renewpage .formtable div ul {
	margin: 0px;
	padding: 0px;
}

#renewpage .formtable div ul li {
	font-size: 10px;
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
	list-style: circle;
}


