@charset "utf-8";

/* -----------------------------------------------------------------------------
 * システム名：券売機システムVMT120
 * ファイル名：login.css
 * Prefix    ：「lay-」
 * 概要　　　：loginレイアウトに対応するCSS
 * 作成　　　：2010/08/17 by k.kuroda@sancosmos
 * -------------------------------------------------------------------------- */

body{
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}

#lay-login-logo{
	background: url('../../img/login_logo.gif') center 20px no-repeat;
	height: 160px;
}

.lay-login-error{
	height: 20px;
	width: 250px;
	margin: 0 auto;
}

		.lay-login-error div{
			background: url('../../img/icon_error.gif') left center no-repeat;
			text-indent: 50px;
			font-weight: bold;
			color: #FF0000;
		}


#lay-login-bgimage{
	background: url('../../img/login_bgimage.jpg') center no-repeat;
	height: 450px;
}


		#lay-login-bgimage table{
			margin: 30px auto 0;
		}


		#lay-login-bgimage table tr th{
			color: #0066FF;
			font-weight: bold;
			text-align: right;
			padding: 3px;
			font-size: 12px;
		}

		#lay-login-bgimage table tr td{
			padding: 3px;
		}

#lay-button-login{
	width: 127px;
	height: 31px;
	background: url('../../img/button_login.gif') no-repeat;
	margin: 5px auto;
	font-size: 0;
	line-height: 0;
}

		#lay-button-login:hover{
			background: url('../../img/button_login_h.gif') no-repeat;
			cursor: pointer;
		}

#lay-footer{
	background: url('../../img/login_co_logo.gif') top center no-repeat;
	width: 500px;
	height: 10px;
	padding: 35px;
	text-align: center;
	font-size: 12px;
	margin: 10px auto;
}