@charset "utf-8";
/*																			*/
/*	**********************************************************************	*/
/*																			*/
/* 	login CSS																*/
/*	最終更新： 2013-03-05													*/
/*																			*/
/*　**********************************************************************	*/
/*																			*/
/*　タイトル01　*/
h1 {
	height: 53px;
	width: 590px;
	float: right;
	background-image: url(../../image/login/h1_title_login.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	white-space: normal;
	padding-right: 130px;
}
/*　タイトル02　*/
h2 {
	background-image: url(../../image/login/h2_title_login.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 666px;
	text-indent: -9999px;
	margin-top: 69px;
}
/*　操作説明01　*/
#description_login01 {
	margin-top: 10px;
	height: 138px;
	width: 666px;
	background-image: url(../../image/login/description_login01.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/*　ログインIDエリア（フォーム枠）　*/
#login_name {
	border: 1px solid #D3D3BE;
	font-size: 14px;
	color: #663333;
	width: 300px;
	line-height: 1.4;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	margin-left: 15px;
	margin-top: 14px;
	letter-spacing: 1pt;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
}
/*　パスワードエリア（フォーム枠）　*/
#password {
	border: 1px solid #D3D3BE;
	font-size: 14px;
	color: #663333;
	width: 300px;
	line-height: 1.4;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	margin-left: 15px;
	margin-top: 14px;
	letter-spacing: 1pt;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
}
/*　ログインボタン　*/
#bt_login {
	width: 209px;
	height: 60px;
	margin-top: 30px;
	margin-left: 457px;
	margin-bottom: 220px;
}
