body{
	background-color: #f5f5f5;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#error_msg{position: fixed;top:50px;color: #F00;text-align: center;}
#main_content{width: 768px;margin: 0 auto;}
#login_block{
    background-image: url(../image/login_logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    width:500px;
    min-height: 400px;
    padding: 0 20px 0 220px;
    margin: 100px auto 50px auto;
}
#login_block #login_box{
    background-image: url(../image/login_logo.gif);
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    width: 460px;
    height: 280px;
    padding: 99px 19px 19px 19px;
    border: 1px solid #EEE;
    box-shadow: 1px 1px 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: left;
    font-size: 1em;
}

#login_block #login_box h1{display: none;}
.login_item{font-size:1.2em;margin: 0 10px 10px 0;}

.login_item input[type="text"],
.login_item input[type="password"]{
    font-size:1.2em;height: 30px;width: 450px;padding: 5px;
}
.login_keep input[type="checkbox"]{font-size:1.5em;padding: 10px;margin: 10px 0 20px 0;}
#login_btn button[type="submit"]{
    background-color: #EDEDED;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 440px;}

#id_pw_forget{
    background-image: url(../image/login_logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    width:500px;
    padding: 0 20px 0 220px;
    margin: 100px auto;
    min-height: 400px;
    text-align: left;
}
a#btn_forget_close{
    display: block;
    background-image: url(../image/icon_arrow_l.png);
    background-repeat: no-repeat;
	background-position: 10px center;
    background-color: #666;
    color: #FFF;
    padding: 10px 30px;
    text-shadow: none;
    text-decoration: none;
    width: 200px;
    font-size: 1.2em;}
#id_pw_forget h2{color: #B20000;padding: 0;margin: 30px 0 0 0;}
#id_pw_forget h3{padding: 0 0 5px 0;margin: 20px 0 5px 0; border-bottom: 1px dotted #333;}
#id_pw_forget p{font-size: 1.2em;}
#id_pw_forget input{font-size: 1.2em;height:30px;}




/*以下 削除予定*/
/*#main_content{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}*/
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
  margin:0 auto;
  width:400px;
  padding:2px 2px 14px 2px;
  font-size: 1em;
}

/* ----------- stylized ----------- */
/*#stylized{*/
	/* border:solid 2px #b7ddf2;
    background:#ebf4fb; */
	/*    top: 50%; */
/*	left:50%;
    position: absolute;
	margin-left: -250px;
	margin-top: 5%;
	background-image: url(../image/login_logo.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	padding: 10px;
	border-radius: 5px;		
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;*/	
/*    margin-top: -180px; */
/*}*/
#stylized{
	margin-left: auto;
	margin-top: 50px;
	background-image: url(../image/login_logo.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background-color: #FFFFFF;
	width: 360px;
	margin-right: auto;/*    margin-top: -180px; */
	text-align: center;
}
#stylized h1 {
	font-weight:bold;
	margin-bottom:8px;
	padding-top: 8px;
	padding-left: 3px;
	/*border-bottom:solid 1px #b7ddf2;*/
	visibility: hidden;
}

#stylized input{
	/* float:left; */
  
	padding:4px 2px;
	border:1px solid #999999;
	width:200px;
  /* margin:2px 0 20px 10px; */
}
#login_btn .login_button{
	/*padding: 20px 0;*/
	width:125px;
	margin-left:auto;
	height: 50px;
	font-size: 18px;
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
}
/* #login_btn .login_button{
	border: gray 1px solid;
	width: 150px;
	height: 30px;
	background-color: red;
} */
  
#login_btn .login_button:hover{
	cursor: pointer;
}
.login_ime_mode {
    ime-mode: inactive;
}

table.table_login_form {
	border-spacing: 0.8em;
	background-color: inherit;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

tr {
}
th.nowrap {
  white-space: nowrap;
    border-bottom: 1em transparent;
}
th {
  background:none ;
  border: none;
  text-align: right;
}

td {
    border: none;
}

#stylized .error_list li {
    font-size: 0.8em;
}

.ui-widget-header {
	/*	border: 1px solid #4297d7;
	background: #5c9ccc url(images/ui-bg_flat_55_5c9ccc_40x100.png) 50% 50% repeat-x;
*/	color: #ffffff;
	font-weight: bold;
	padding: 10px;
}

.ui-widget-content {
	box-shadow: 1px 1px 1px 1px rgba(50,50,50,0.4);
	/*border: 1px solid #a6c9e2;
	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;*/
	color: #222222;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	
	border: 1px solid #c5dbec;
	background: #dfeffc url(images/ui-bg_flat_85_dfeffc_40x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
	
}
*/

  /* 赤太字 使用：TOP報告、TOP稟議申請、ログイン時のエラーメッセージ */
 .important_high { font-weight: bold; color: #FF0000; }

  /* 青太字 */
 .important_middle { font-weight: bold; color: #0033CC; }


 /*ログイン画面ではデモの固定枠を表示しない 不要かもしれないが一応*/
 #demo_footer{display: none;}

 /*期限切れユーザへのメッセージ*/
p.expiration{
    margin: 20px 0 0 0;
    padding: 20px;
    border: 1px solid red;
    background-color: #FFF;
    color: red;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;}