@charset "utf-8";
/* CSS Document */
html,body { height:100%; }
body {
	margin: 0;
	padding: 0;
	line-height:1.4;
	color:#333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size:0.9em;
}

#header{
	background-color:#cccccc;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
#header h1{
	margin:0px;
	padding:0px;
	margin-left:20px;
}

#container {
	width:100%;
	height:100%;
	margin:0px;
	padding: 0px;
	text-align:left;
	
}

#mainContent{
	position:absolute;
	width:500px;
	height:300px;
	left:50%;
	top:30%;
	margin-left:-250px;
	margin-top:-50px;
	background:#fff;
	color:#999;
	border:1px solid;
}


/*--------------------------------
ログイン用テーブル
----------------------------------*/
#logintable{
	width:450px;
	margin:0 auto;
	margin-top:80px;
}
#logintable td{
	font-size:18px;
	width:200px;
	font-weight:bold;
	
}
#logintable td input.text{
	background-image:url(../image/text.jpg);
	border:none;
	width:250px;
	height:40px;
	background-repeat:no-repeat;
	outline: none;
	font-size:24px;
	padding-left:5px;
	padding-top:3px;
}
#loginbutton{
	background-image:url(../image/loginbutton.jpg);
	display:block;
	width:170px;
	height:30px;
	text-indent:-9999px;
	border:none;
	margin:0 auto;
	margin-top:10px;
}
#loginbutton:hover{
	background-image:url(../image/loginbutton.jpg);
	background-position:0 30px;
}


#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100xp;
	font-size:12px;
	text-align:right;
	border-top:1px solid #999999;
}


#logout{
	text-decoration:none;
}
#logout:hover{
	color:#00c000;
	text-decoration:underline;
}

/*----------------------------
//基本ｃｓｓ
//-----------------------------*/
.left{
	float:left;
}
.right{
	float:right;
}
.c{
	text-align:center;
}
.l{
	text-align:left;
}
.r{
	text-align:right;
}

.mg10{
	margin:10px;
}
.err{
	color:red;
	font-weight:bold;
	text-align:center;
}
.w100{
	width:100px;
}
.w80{
	width:80px;
}
.w150{
	width:150px;
}


