/* CSS Document */
* {
	padding	: 0px;
	margin	: 0px;
}

/* センタリング */
body { text-align : center; padding-bottom : 60px; }
div#centering {
	width : 800px;
	text-align : left;
	margin : 0 auto;
	padding-bottom : 60px;
}

/* リンクｖ次2・*/
a {	text-decoration : none; }
a:link		{ color : #3366CC; }
a:visited	{ color : #3366CC; }
a:hover		{	color : #6699CC; text-decoration : underline; }

div#head {
	position:relative;
	height:120px;
	background:url("header.gif") left bottom repeat-x;
}
div#login {
	position:absolute;
	width:380px;
	height:50px;
	top:0;
	right:100px;
	border:solid 1px #CCC;
/*	background:url("login_bg.gif") #FFF;*/

}
div#head img#title {
	position:absolute;
	left:10px;
	top:10px;
}
div#login p {
	font-size:12px;
	position:absolute;
}
div#login p.msg {
	left:10px;
	color:#666;
}
div#login p.login_err {
	bottom:0px;
	left:15px;
	color:#C00;
	font-size:12px;
}
div#login p.id {
	top:15px;
	left:10px;
	color:#666;
}
input.id {
	background:none;
	border:solid 1px #999;
	padding-left:2px;
	height:18px;
	width:100px;
}
div#login p.pass {
	top:15px;
	left:140px;
	color:#666;
}
input.pass {
	background:none;
	border:solid 1px #999;
	padding-left:2px;
	height:18px;
	width:100px;
}
div#login p.submit {
	top:14px;
	left:320px;
}
div#login p.submit button {
	width:40px;
	height:20px;
	margin:0;
	padding:0;
	border:none;
	background:none;
}
table {
	border-collapse : collapse;
}

h2 {
	margin-top : 10px;
	font-size : 16px;
	padding : 2px 10px;
}
p {
	font-size : 14px;
	padding : 0 5px 10px 5px;
}