@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.png);
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content {
	width: 1000px;
	margin: 0 auto;
	height: auto;
	padding: 60px 0 20px 0;
	text-align: center;
}
#head {
	width: 100%;
	height: 15px;
	background: #093C62;
	margin: 0;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}
#logo {
	width: 315px;
	height: 0;
	padding-top: 80px;
	overflow: hidden;
	display: block;
	background: url(../img/logo.png) no-repeat 0 0;
	margin: 0 auto 60px auto;
}
#loginbox {
	width: 500px;
	height: auto;
	background: url(../img/box_bg.png);
	margin: 0 auto;
	border: 20px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(204,204,204,1);
	box-shadow: 0px 0px 10px 1px rgba(204,204,204,1);
	font-size: 16px;
	font-weight: bold;
}
img {
	vertical-align: middle;
}
input {
	background: #fff;
	border: 1px solid #aaa;
	height: 20px;
}
#login {
	width: 125px;
	height: 0;
	padding-top: 40px;
	background: url(../img/login.png) no-repeat 0 0;
	overflow: hidden;
	display: block;
	border: 0;
	cursor: pointer;
}
#login {
	width: 123px;
	height: 0;
	padding-top: 40px;
	background: url(../img/login.png) no-repeat 0 0;
	overflow: hidden;
	display: block;
	border: 0;
	cursor: pointer;
}
#login:hover {
	background-position: 0 -40px;
}
