@charset "UTF-8";

body {
	background: #ffffff;
	color: #000000;
	font-size: 11pt;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	vertical-align: baseline;
}

a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; }
a:hover { color: #0000ee; }
a:active { color: #eeee00; }

/* layout
-------------------------------------------------------------- */

.container {
	clear: both;
	height: auto;
	margin-left: 24px;
}

#contents {
}

/* login
-------------------------------------------------------------- */

#login {
	background-color: #B48018;
	background-repeat: no-repeat;
	width: 500px;
	height: 120px;
	margin-top: 12px;
	margin-bottom: 24px;
	margin-left: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	/* 角丸 */
	border-spacing: 0;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 1px 1px #CCC;
	
	behavior: url(/css/ie-css3.htc);
}

#login_table {
	width: 100%;
}

#login_text {
	color: #eeeeee;
	text-align: right;
}

#login_input{
	text-align: left;
}

#login_submit{
	height: 60px;
}

#header_nologin {
	background-color: #B48018;
	color: #eeeeee;
	padding: 8px 4px;
	height: auto;
}

/* common
-------------------------------------------------------------- */

#header_bar{
	background-color: #B48018;
	color: #eeeeee;
	padding: 8px 4px;
	width: 100%;
	height: auto;
	margin-bottom: 32px;
}

#header_indicater {
	float: left;
}
#header_indicater a:link { color: #eeeeee; text-decoration: none; }
#header_indicater a:visited { color: #eeeeee; }
#header_indicater a:hover { color: #0000ee; }
#header_indicater a:active { color: #eeee00; }

#header_username {
	float: left;
	font-size: 10pt;
	margin-left: 80px;
}

#logout {
	text-align: right;
	font-size: 9pt;
}

.title_line {
	 border-bottom: 2px solid #B48018;
	 width: 800px;
}

.title_line_s {
	 border-bottom: 1px solid #B48018;
	 width: 700px;
}

#back_page {
	margin-top: 32px;
	text-align: center;
	font-size: 12pt;
}
#back_page a{
	padding: 8px;
	border: 1px solid #B48018;
	text-decoration: none;
}