@charset "utf-8";

/* --- global --- */
* {
	zoom: 1;
}

html {
	overflow-y: auto;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
		Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 9pt;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	display: none;
}

a {
	color: #666666;
}

#container {
	width: 100%;
	margin-bottom: 30px;
}

/* --- header -- */
#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 100%;
	background-color: #FED764;
}

#header ol {
	float: right;
	margin: 0;
	padding: 2px 12px;
	height: 1.5em;
	font-size: 9pt;
	list-style: none;
}

#header li {
	float: left;
	color: #ff9900;
	padding-left: 0.3em;
	line-height: 2;
}

#header li a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 0 4px;
}

#header li a:hover {
	color: #ffffff;
	background-color: #F60;
}

/* --- main -- */
#main {
	position: absolute;
	left: 50%;
	top: 120px;
	width: 500px;
	margin-left: -250px;
	text-align: center;
	background-color: #fdfdfd;
	z-index: 1;
}

#main h1 {
	width: 350px;
	height: 60px;
	margin: 10px auto 20px;
}

#main dl {
	font-size: 10.5pt;
	width: 350px;
	margin: 0 auto 20px;
	text-align: left;
}

#main dd {
	margin: 0 0 10px;
}

#main dd input {
	width: 100%;
}

#main dd input[type="text"] {
	font-family: 'Courier New', Courier, monospace;
}

#main div.error {
	font-size: 9pt;
	color: #ff0000;
	margin: 0 30px 8px;
	line-height: 1.6;
}

#main ul.conflict_warning {
	color: #0066ff;
	text-align: left;
	padding: 0 0 0 50px;
	margin: 0;
}

#main ul.conflict_warning li {
	vertical-align: top;
}

#main #login_form {
	padding: 10px 0 20px;
	border: 1px solid #999999;
}

#main #application {
	padding: 15px 0px;
	text-align: left;
}

/* --- footer -- */
#footer {
	position: absolute;
	color: #999999;
	height: 60px;
	width: 500px;
	bottom: 10px;
	left: 50%;
	margin-left: -250px;
	margin-top: -40px;
	text-align: center;
	z-index: 0;
}

#footer ul {
	display: block;
	margin: 10px 0;
	padding: 0;
}

#footer ul li {
	list-style-type: none;
	display: inline;
}

/* --- common --- */
div.action input {
	font-weight: bold;
	width: 120px;
	height: 30px;
	border: none;
	margin: 0 .5em;
	color: #ffffff;
	background: url(/img/splite/button.gif) 0 -120px no-repeat;
	cursor: pointer;
}

div.action input:hover {
	color: #ffffff;
	background: url(/img/splite/button.gif) 0 -150px no-repeat;
}

input[type="text"]:focus,input[type="password"]:focus {
	background-color: #ffffdd;
	border: 1px #9999cd solid;
	padding: 2px;
}