﻿@charset "utf-8";
@import url("./header.css");
@import url("./footer.css");
@import url("./input.css");


* {
	margin: 0px;
	padding: 0px;
	font-family: ＭＳ Ｐゴシック;
}
input {
	font-family: ＭＳ Ｐゴシック;
}

html , body {
    overflow: hidden;
    height: 100%;
}
body {
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}
*:first-child+html body {
	letter-spacing: 0; /* forIE7 zoom対策 */
}

a:hover {
	color: red;
	position:relative;
	top: 2px;
	left:2px;
}

#container {
	height : 100%;
	width: 950px;
	margin : 0 auto;
	background-color: #ffffff;
	position:relative;
}

#wrapper {
	height : 100%;
	width: 642px; /*  #bar.width + #content.width + border*/
	margin : 0 auto;
}

div#headerArea {
	width: 950px;
	height : 80px;
	top : 0;
	left : 0;
	position:absolute;
	_overflow: hidden; /* for IE6*/
	text-align: left;

	/*background-color: #113475;*/
	background-color: #ffffff;
	background-position: top;
	background-image: url("../image/header_background.png");
	background-repeat: repeat-x;


}
div#headerArea * {

}

#contentWrapper {
	text-align: center;
	height :100%;
}

#bar {
	background-color: #8080A0;
	float : left;
	height :100%;
	width : 60px;
}

#content {
	background-color: #A0A0C0;
	float:right;
	height :100%;
	width : 580px;
}

#content img {
	top: 150px;
	position:absolute;
	width: 580px;
	height: 240px;
}

#mainte {
	top: 84px;
	position:absolute;
	width: 563px;
	height:52px;
	left: 219px;
	border: 2px solid #8b0000;
	background-color: #FDF5E6;
	text-align: left;
	padding: 3px;
	font-size: 10pt;
	line-height:1.0;
}

#mainte2 {
	top: 84px;
	position:absolute;
	width: 563px;
	height:52px;
	left: 219px;
	border: 2px solid #ffffff;
	background-color: #d0d0e0;
	text-align: left;
	padding: 3px;
	font-size: 10pt;
	line-height:1.0;
}

#content img,
#loginInfo {
	left: 215px;
	border: 1px solid #ffffff;
}
#content {
	border-left: 1px solid #ffffff;
}



#loginInfo {
	top: 390px;
	position: absolute;
	background-color: #d0d0e0;
	width: 560px; /* #content.width - (padding * 2) */
	height : 200px;
	padding : 10px;
	text-align: center;
}

#loginInfo  table {
	margin: 15px auto;
}

#loginInfo  table td {
	text-align: left;
	padding: 2px 0px;
}

input.loginInput {
	width: 120px;
	height : 14px;
}
.pw {
	font-family:Verdana;
	padding-bottom: 2px;
}

/* エラー表示 */
.err_message {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	width: 100%;
}

/* == clearfix ==*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/