@charset "UTF-8";

/* ログインタイトル */
.loginTtl {
	text-indent: -9999px;
	width: 180px;
	height: 45px;
	background-image: url(../../img/loginTitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* ログインエリア */
#loginAre {
	width: 180px;
	float: left;;
}
#loginAre ul {
	margin: 8px 0 0 15px;
}

#loginAre li {
	padding-left: 14px;
	padding-bottom: 12px;
	line-height:120%;
	background: url(../../../images/img_arrow.gif) 0% 15% no-repeat;
}

/*-- Safari --*/
#loginAre li a { display: inline; }
html* #loginAre li a { display:block; }
* html #loginAre li a { display: inline; }


#loginAre p {
	margin-right:5px;
	padding-left: 10px;
	font-size: 10px;
	background: url(../../../images/img_arrow.gif) left center no-repeat;
	float:right;
}

#loginAre p a {
	display:block;
}

#loginAre H4 {
	font-size: 12px;
	padding: 5px;
	font-weight: normal;
}

#loginAre H5 {
	font-size: 12px;
	padding: 5px;
	color: #FF0000;
}

#loginAre form {
	padding: 5px;
	text-align: center;
}

.loginTfield {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	width: 80%;
	line-height: 16px;
	height: 16px;
	ime-mode: inactive;
	padding: 1px;
	margin-bottom: 5px;
}

.loginTfield2 {
	font-size: 16px;
	_font-size: 12px;
	width: 80%;
	line-height: 16px;
	height: 16px;
	ime-mode: inactive;
	padding: 1px;
	margin-bottom: 5px;
}
html>body .loginTfield2 {
	font-size: 12px;
	width: 80%;
	line-height: 16px;
	height: 16px;
	ime-mode: inactive;
	padding: 1px;
	margin-bottom: 5px;
}


/*-----IE7用ここから
------------------------------

*:first-child+html .loginTfield {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	width: 80%;
	line-height: 16px;
	height: 16px;
	ime-mode: inactive;
	padding: 1px;
	margin-bottom: 5px;
}

*:first-child+html .loginTfield2 {
	font-size: 12px;
	width: 80%;
	line-height: 16px;
	height: 16px;
	ime-mode: inactive;
	padding: 1px;
	margin-bottom: 5px;
}

-----IE7用ここまで
------------------------------*/



.loginSubmit {
	font-size: 12px;
	width: 60px;
	height: 20px;
	ime-mode: inactive;
}

.loginSubmit00 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
