@charset "Shift_JIS";

/* Elements
--------------------------------------------------------------------------------- */
html, body {
	background:#e6e6e6;
}
body {
	color:#333;
	text-align:center;
	margin:25px auto;
	/*font-family:'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;*/
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size:1.0em;
	line-height:1.6;
}
img { 
	vertical-align:middle;
}

a {
	color:#0099ff;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}


/* Login
--------------------------------------------------------------------------------- */
#main {
	position:relative;
	width:610px;
	text-align:center;
	margin:0 auto;
	min-height:585px;
	height:auto !important;
	height:585px;
	background:url(../image/bg.gif) no-repeat center top;
	margin-bottom:15px;
}
#main .logo {
	padding:180px 0 0 0;
	margin:0 0 20px 0;
}
#main p {
	font-size:16px;
	margin:10px 0;
}
#main p.link {
	font-size:20px;
	padding:10px 0;
}
#main p.link img {
	margin-right:8px;
}

