@CHARSET "UTF-8";
#top{
	background-color: white;
	min-width:1024px;
	width:100%;
	margin: 0 auto;
	position: absolute;
	top: 0px;
}
#menubar{
	background-image: url("../image/bar_menu.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #12819D;
	margin-bottom: 15px;
	min-width:1024px;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	position: absolute;
	top: 50px;
/* 	margin-top:20px; */
}
#menubar img{
	height: 50px;
	margin-left: 50px;
}
#menubar span{
	margin: 0px 40px;
	line-height: 50px;
	font-size: 1.5em;
	font-family: "Meiryo UI","メイリオ","ＭＳ ゴシック";
	color: white;
}

/* ログインページ */
body{
	width:auto;
	height: initial;
	min-width:inherit;
}

#content{
	width: auto;
	background-color: inherit;
}

#login_title_text{
	font-size:20px;
	font-weight:bold;
}

#login_title{
	margin:0px auto;
}
#login_title img{
	width: 100%;
}

#logo_title{
	margin:0px auto 0px;
}

#login_title_text{
	font-size:30px;
	font-weight:bold;
	margin:0px auto;
	text-align:center;
	margin-left:20px;
}

#login_form{
/*	width:254px; */
/*	margin:0px auto; */
	padding-left: 50px;
	padding-right: 50px;
}

#login_button{
	margin:0px auto;
	width:90px;
}
