@charset "shift_jis";
/*---------------------------- 初期化、クリア持E ----------------------------*/

/* body要素 margin padding font 初期匁E*/
body {
 margin: 0;
 padding: 0;
 font-size:12px;
 line-height:16px;
 color:#656565;
 background-color:#ffffff;
}

/* ブロチEル margin padding 初期匁E*/
p, h1, h2, h3, h4, h5, h6, ul, ol, pre, dl, div, noscript, blockquote, form, hr, table, fieldset, address {
 margin: 0;
 padding: 0;
}

/* img要素 border-style 初期匁E*/
img{
 border-style: none;
 font-size:0px;
 line-height:0px;
}

/* リスト要素 ul dl ol 初期匁E*/
ul,dl,ol{
 list-style: none;
}


.link_acrobat {
 color:#ff0000;
}

.link_acrobat a {
 text-decoration:none;
}
.link_acrobat a:link {
 color: #ff0000;
}
.link_acrobat a:visited {
 color: #ff0000;
}
.link_acrobat a:hover {
 color: #ff0000;
}
.link_acrobat a:active {
 color: #ff0000;
}


/* リンク基本 */
a {
 text-decoration:none;
}
a:link {
 color: #656565;
}
a:visited {
 color: #656565;
}
a:hover {
 color: #656565;
}
a:active {
 color: #656565;
}



/* ====================
 クリア
==================== */
.cl {
clear:both;
}

/*---------- clearfix ----------*/
.clearfix{
    min-height:1%;
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
    /*\*/height:1%;/*for WinIE*/
    display:inline-table;/*for MacIE*/
}




/*---------- layout ----------*/

#container {
	width:800px;
	margin:0;
}

#header {
	text-align:right;
	padding:20px 20px 0 0;
}

#login {
	margin:20px auto;
	width:390px;
}

#login .left_area {
	float:left;
	width:185px;
}

#login .right_area {
	float:right;
	width:205px;
	text-align:left;
}

#logintab {
	margin:0 0 0 0;
	padding-top:20px;
	width:383px;
}

#login_info {
	margin:25px auto;
}

.formarea00 {
	background:#ffffff;
	width:368px;
	border-right:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	margin:0 auto;
	text-align:left;
}

.formarea01 {
	background:#f3f3fb;
	width:368px;
	border:solid 1px #c9d5e5;
	margin:0 auto;
	text-align:left;
}

.formarea02 {
	background:#fff9d9;
	width:368px;
	border:solid 1px #f6deb0;
	margin:0 auto;
	text-align:left;
}

.index_btn {
	background:url("../images/login/index_btn_01.gif") no-repeat;
	line-height:20px;
	text-align:center;
}

.index_btn a {
	display:block;
	width:150px;
	height:20px;
}

#footernavi {
	width:400px;
	margin:0 auto;
	font-size:11px;
	line-height:16px;
	height:16px;
	color:#656565;
}

#footernavi li {
	display:inline;
	border-left:solid 1px #656565;
	color:#656565;
	line-height:16px;
	padding:0 5px 0 5px;
}

#footernavi .last {
	border-right:solid 1px #656565;
}

#footernavi li a:link {
 color: #656565;
}
#footernavi li a:visited {
 color: #656565;
}
#footernavi li a:hover {
 color: #656565;
}
#footernavi li a:active {
 color: #656565;
}

#footer {
	text-align:right;
	border-top:solid 1px #656565;
	color: #656565;
	padding:5px 5px 0 0;
	margin-top:12px;
}

#bg_shadow {
	background:url("../images/login/bg_shadow.gif") repeat-y;
	width:383px;
	margin:0 auto;
}

#bg_shadow_n {
	width:383px;
	margin:0 auto;
}

#bg_shadow_b {
	background:url("../images/login/bg_shadow_b.gif") no-repeat;
	width:383px;
	height:3px;
	margin:0 auto;
	font-size:0;
	line-height:0;
}