@charset "utf-8";

/* ---------- basic ---------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body,td,th,h1,h2,h3,h4,h5,h6,p,ul,ol,li {
	font-size: 100%;
	line-height: 100%;
	color: #666666;
}
body {
	text-align: center;
	background-color: #F9FCEB;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border: none;
}
/* */
a:link    {	color: #414EB1; text-decoration: none; }
a:visited {	color: #414EB1; text-decoration: none; }
a:hover   {	color: #414EB1; text-decoration: underline; }
a:active  {	color: #414EB1; text-decoration: none; }

.clearBoth {
	clear: both;
}

#lownavi {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}

/* ---------- WRAPPER ---------------------------------------- */
#wrapper {
	width: 602px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
/* ---------- BOX ---------------------------------------- */
#box {
	border: 1px solid #E8E8E8;
}
/* ----- IE6の配置バグ用 ----- */
/* Hides from IE5-mac \*/
* html #box { height: 1%; }
/* End hide from IE5-mac */

/* ---------- HEADER ---------------------------------------- */
#header {
	background: url(../img/login_head.gif) no-repeat;
	height: 60px;
}
#header #logo {
	padding-left: 22px;
	padding-top: 16px;
}
/* ---------- MAIN ---------------------------------------- */
#main {
	padding: 20px;
}

/* ---------- CONTENTS ---------------------------------------- */
#contents {
	text-align: center;
}

/* ---------- FOOTER ---------------------------------------- */
#footer {
	text-align: center;
}
#footer #copyright {
	padding: 10px;
}



/* ---------- basic ---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
}
h1 {
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	background: url(../img/tab_thema.gif) no-repeat;
	padding: 13px 10px 13px 35px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
	font-size: 82%;
	line-height: 150%;
	margin: 5px;
}
p.error {
	color: #FF0000;
}
p.comment {
	font-size: 70%;
	line-height: 150%;
	margin: 5px;
	padding-top: 15px;
	border-top: 1px dashed #CCCCCC;
}
p.errorcmnt {
	color: #333333;
}

/* ---------- login ---------------------------------------- */
#login {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 230px;
	
}
#login a {
	display: block;
	width: 100px;
	height: 24px;
}
#login a span {
  position: absolute;
	left: -10000px;
	display: block;
}
/**/
#login a          {	background-image: url(../img/btn_login.gif);	background-position: 0px 0px;} 
#login a:hover    {	background-position: 0px -25px;} 
