/*基本レイアウト
=====================================================*/
body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height:140%;
	background-image: url(../img/gra.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #cccccc;
	}

h1,h2,h3,h4,h5,h6,p,ul{
	margin-top: 0px;
	margin-bottom: 0px;
	}

hr {
	clear:both;
	}
	
a img {
	border: none;
	}
	
img {
	border-width: 0;
	}
table,tabel tr,tabel tr td{
	margin:0;
	padding:0;
}
p,ul li{
	font-size: 12px;
	line-height:150%;
	text-align: left;
	}
table{border-collapse: collapse;
	}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
	}
ul{
	padding-left: 0px;
	}

/*ログイン画面レイアウト
=====================================================*/

#layoutbody{
	width: 520px;
	height: 340px;
	background-image: url(../img/login.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin:122px auto 10px auto;
	padding-top: 10px;
	background-color: #cccccc;
	}
#layoutbody h1{
	margin-top: 22px;
	margin-left: 9px;
	width: 498px;
	background-image: url(../img/login_h1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 55px;
	text-indent: -9999px;
	}
#layoutbody div#loginform{
	margin: 60px auto 10px auto;
	width: 240px;
	position: relative;
	}
#loginform input{
	width: 160px;
	height:16px;
	border:1px solid #ff9900;
	margin-bottom:15px;
	}
#loginform label{
	display:block;
	float:left;
	width: 70px;
	height:18px;
	margin-bottom:15px;
	line-height:20px;
	}
#loginform #loginbtn{
	background-image:url(../img/btn_login.jpg);
	background-repeat: no-repeat;
	width: 93px;
	height:22px;
	display: block;
	margin:18px auto;
	text-indent: -9999px;
	border:0px solid #ff9900;
	}
#loginform a:hover{
	background-position:0px -22px;
	}
p#bottomcopy{
	background-image:url(../img/foot_login.jpg);
	width: 520px;
	height: 40px;
	background-position:9px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
address{
	font-style: normal;
	text-align: center;
	color: #666666;
	}
.alertmsg{
	color:#ff0000;
	position: absolute;
	top:-35px;
	left:-120px;
	height:20px;
	width:470px;
	}
.alertmsgoff{
	color:#ff0000;
	position: absolute;
	top:-35px;
	left:-120px;
	height:20px;
	width:470px;
	text-indent: -9999px;
	}