/* reset */
@charset"utf-8";

/* --------------------------------------
リセットCSS
-------------------------------------- */

/* --HTML-- */
html {
background:#EEEEEE;
color:#333;
overflow-y:scroll;
}

/* --BODY-- */
body {
font:13px/1.5 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
margin:0;
overflow:visible;
padding:0;
background:#EEEEEE;
}

/* for IE7 */
	*+html body {
font-family:'メイリオ', 'ＭＳ Ｐゴシック';
font-size:90%;
!important
}

/* for IE6 */
	* html body {
font-family:"ＭＳ Ｐゴシック";
font-size:90%;
!important
}

/* --OTHER TAGS-- */
a img, img {
border:0;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

/* for IE7 */
	*+html code, kbd, pre, samp, tt {
font-size:108%;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
font-family:'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

br {
letter-spacing:0;
white-space:normal;
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}

/*link conf*/

a:link {
color:#047391;
text-decoration:underline;
}

a:visited {
color:#3768B7;
text-decoration:underline;
}

a:hover {
color:#FF6600;
text-decoration:underline;
}

a:active {
color:#3768B7;
text-decoration:underline;
}

/* --------------------------------------
ここからログイン画面のCSS
-------------------------------------- */
body {
text-align:center;
}

#login {
margin:100px auto 0;
text-align:center;
max-width:350px;
min-height:250px;
max-height:350px;
padding:10px;
border:solid 1px #81C0C9;
background:#EEF9FF;
}

* html #login {
width:350px;
height:250px;
}

#login h1 {
font-size:1.1em;
font-weight:bold;
background:#086484;
color:#FFF;
padding:2px;
margin-bottom:15px;
}

#login h2 {
font-size:1.2em;
font-weight:bold;
margin-bottom:15px;
}

#login form {
width:220px;
margin:0 auto;
}

#login input {
margin-bottom:10px;
}

#login .id, #login .pw {
width:220px;
}

#footer {
padding-top:5px;
color:#666;
}

#login label {
display:block;
text-align:left;
}

#login p {
padding-top:10px;
}

#login p.err {
color:#FF3300;
margin-top:0;
}
