@charset "UTF-8";

* {
	font-family: ArialMT, "Myriad", "Myriad Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","Osaka";;
	position: static;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: none;
}
body {
	background-image: none;
	background-repeat: repeat;
	overflow: auto;
}
div#wrapper {
	position: relative;
	width: 320px;
	overflow: hidden;
	background-color: #FFF;
	margin: 0px;
}
div#wrapper header {
	height: 60px;
	overflow: hidden;
	width: 320px;
	position: fixed;
	box-shadow: 0px 0px 10px #000;
	padding: 0px;
	z-index: 25;
	border: none;
	display: block;
}
div#wrapper header h1 {
	border-top: solid 1px #9FB1D5;
	background: -moz-linear-gradient(top, #6E85B7, #2B4681);
	background: -webkit-gradient(linear, center top, center bottom, from(#6E85B7), to(#2B4681));
	background: -ms-linear-gradient(top, #6E85B7 0%, #2B4681 100%);
	background-color: #2B4681;
	text-align: center;
	padding: 0px;
}
div#wrapper header h1 a {
	line-height: 1em;
	display: block;
	padding: 20px 0px 20px 0px;
	text-decoration: none;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 0px 1px 3px #2B457A;
}
div#wrapper div#container {
	padding: 65px 0px 0px 0px;
}
img#logo {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	display: block;
	margin: 10px auto;
}
form#login {
	box-shadow: none;
	padding: 20px;
	border: none;
}
input#loginid,input#loginpassword,
button#loginbutton {
	font-size: 16px;
}