@charset "utf-8";

body {
	margin:0px;
	padding:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
form {
	margin:0px;
}
img {
	border:0;
}
input,textarea,select{
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#wrap {
	width:1024px;
	height:755px;
	background-image:url(../images/login/login_bg.gif);
	background-repeat:repeat-x;
	border-top:1px solid #CCC;
	border-bottom:5px solid #CCC;
}
#logoArea {
	text-align:right;
	margin: 50px 80px 0px 0px;
}
#panelArea {
	width:788px;
	height:195px;
	background-image:url(../images/login/login_panel.gif);
	background-repeat:no-repeat;
	margin:60px auto 0px;
}
#inputArea {
	float:left;
	margin:74px 0px 0px 90px;
	background-image:url(../images/login/inputArea.gif);
	background-repeat: no-repeat;
	width:392px;
	height:105px;
}
/* 情報表示部・土台部 */
#notifyArea{
	position:absolute;
	left:225px;
	/* top:380px; */
	top:362px;                                                      /*20140417*/
	width:352px;
	font-size:12px;
	color:#ee0000;
	font-weight:bold;
	border-bottom : 1px solid gray;
	
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;

}
/* 情報表示部・メッセージ部 */
#notifyArea_Message{
	margin:0px 0px 4px 10px;
}


#id_input {
	margin:23px 0px 0px 120px;
}
#pw_input {
	margin:17px 0px 0px 120px;
}
.ie8 #id_input { /* IE8 */
	margin:25px 0px 0px 120px;
}
.ie8 #pw_input { /* IE8 */
	margin:18px 0px 0px 120px;
}
#buttonArea {
	float:left;
	margin:90px 0px 0px 40px;
}
#login_bt_Area {
	width:181px;
	height:37px;
	background-image:url(../images/login/loginButton_n.gif);
	background-repeat:no-repeat;
}
#close_bt_Area {
	width:181px;
	height:37px;
	background-image:url(../images/login/closeButton_n.gif);
	background-repeat:no-repeat;
	margin-top:10px;
}
#tyui_Area {
	width:530px;
	height:90px;
	/*margin:120px auto 0px;*/
	margin:130px auto 0px; /* 20140417 */
	border-bottom:1px dotted #666;
}
#tyui_img {
	float:left;
	width:60px;
	margin:15px 0px 0px 5px;
}
#tyui_text {
	float:left;
	font-size:12px;
	color:#666;
	width:460px;
	line-height:16px;
}
#menteArea {
	width:250px;
	height:34px;
	font-size:10px;
	color:#666;
	line-height:14px;
	margin:50px auto 0px;
	border-bottom:1px dotted #666;
}
#menteArea div {
	float:left;
}
#footerArea {
	width:700px;
	height:50px;
	background-image:url(../images/login/login_footer.gif);
	background-repeat:no-repeat;
	padding:14px 0px 0px 52px;
	/* margin:60px auto 0px; */
	margin:50px auto 0px;                                           /* 20140417 */
	color:#666;
	font-size:10px;
	line-height:12px;
}
#footerArea div {
	float:left;
}
/* AP_エレメント CSS */
#login_dialogcover {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9998;
	background-color: black;
	width: 1024px;
	height: 768px;
	display:none;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}
#AP_js_non {
	position:absolute;
	left:210px;
	top:130px;
	padding:20px 30px;
	color:#ff0000;
	font-size:15px;
	line-height:18px;
}

/* CLASS */
.c {
	clear:both;
	height:0;
}
.fl {
	float:left;
}
.input150 {
	border:0;
	width:145px;
	background-color:transparent;
	ime-mode:disabled;
}
.button {
	width:181px;
	height:37px;
	background-color:transparent;
	border:0;
	cursor:pointer;
}