@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////

sfGuardAuth.css

--------------------------------------------------------------------------------
Page styles

//////////////////////////////////////////////////////////////////////////////*/

/*
 * ログインエリア
 */
#login {
	position : relative;
	width    : 420px;
	height   : 220px;
	margin   : 50px auto;
	}
	#login .head {
		position   : relative;
		width      : 420px;
		height     : 70px;
		background : url(../../images/kanri/login/login.head.background.gif) no-repeat 0 0;
		}
		#login .head h2 {
			position       : absolute;
			top            : 25px;
			left           : 20px;
			color          : #ffffff;
			font-size      : 24px;
			font-family    : Helvetica, Arial, sans-serif;
			letter-spacing : 0.1em;
			text-shadow    : rgba(0, 0, 0, 0.4) 0 -1px 0;
			}
		
	#login .body {
		position   : relative;
		width      : 420px;
		height     : 130px;
		padding    : 20px 0 0 0;
		background : url(../../images/kanri/login/login.body.background.gif) no-repeat 0 0;
		}
		#login .body dl {
			width  : 300px;
			margin : 0 auto 5px auto;
			}
			#login .body dl dt {
				float       : left;
				width       : 110px;
				font-size   : 123.1%;
				text-align  : right;
				line-height : 26px;
				font-weight : bold;
				}
			#login .body dl dd {
				float      : left;
				width      : 190px;
				}
				#login .body dl dd .text {
					width        : 170px;
					border-width : 2px;
					font-size    : 123.1%;
					}
		#login .body .btn_login {
			display     : block;
			position    : relative;
			width       : 150px;
			height      : 35px;
			margin      : 15px auto 0 auto;
			border      : none;
			cursor      : pointer;
			font-size   : 0;
			line-height : 0;
			text-indent : -9999px;
			overflow    : hidden;
			background  : url(../../images/kanri/common/buttons/login.gif) no-repeat 0 0;
			}
		#login .body .btn_login:hover {
			background : url(../../images/kanri/common/buttons/login_on.gif) no-repeat 0 0;
			}