@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

a:link, a:visited { color: #4e4e4e; }
a:active, a:hover { color: #26A8E6; }

body {
	background-color:#ffe5f6;
}

h1#login_ttl {
	width:720px;
	height:74px;
	background:url(../img/login_head.gif) no-repeat;
	text-indent:-9999px;
}

form#login_mainForm {
	width:720px;
	height:355px;
	position:relative;
	background:url(../img/login_bgImg.jpg) no-repeat;
	border-top-width: 2px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

form#login_mainForm input#username {
	position:absolute;
	width:175px;
	left: 485px;
	top: 106px;
}

form#login_mainForm input#password {
	position:absolute;
	width:175px;
	left: 485px;
	top: 144px;
}

form#login_mainForm div#login_auto {
	position:absolute;
	left: 486px;
	top: 168px;
	vertical-align:baseline;
}

form#login_mainForm div#login_auto input#is_save {
	display:block;
	float:left;
}

form#login_mainForm div#login_auto span#login_auto_t {
	display:block;
	float:left;
	width:150px;
	font-size:10px;
	padding-left:3px;
	line-height:12px;
	color:#666666;
}

form#login_mainForm input#login_btn_login {
	position:absolute;
	left: 485px;
	top: 191px;
}

form#login_mainForm a#login_memo {
	display:block;
	position:absolute;
	left: 485px;
	top: 219px;
	width:175px;
	font-size:10px;
	text-align:right;
}

form#login_mainForm a#login_btn_signup {
	display:block;
	width:177px;
	height:27px;
	position:absolute;
	left:485px;
	top:276px;
	background:url(../img/login_btn_signup.gif) no-repeat;
	text-indent:-9999px;
}

form#login_mainForm a#login_btn_service {
	display:block;
	width:177px;
	height:27px;
	position:absolute;
	left:485px;
	top:305px;
	background:url(../img/login_btn_service.gif) no-repeat;
	text-indent:-9999px;
}


/*  footerはL-Style本体からコピーして改造  */
.login_footer {
	width: 720px;
	height: 82px;
	background-image: url(../img/login_footer.gif);
	background-repeat: no-repeat;
}

.login_footer a, .login_footer a:visited, login_footer a:active {
	color: #fff;
}

.login_footer a:hover {
	color: #ffbbe3;
}

.login_footer ul {
	display:block;
	color: #fff;
	font-size: 12px;
	float: left;
	width: 440px;
	list-style:none;
	padding-left: 30px;
}

.login_footer ul li {
	line-height: 2;
	float: left;
}

.login_footer_accordia a {
	width: 49px;
	height: 42px;
	background: url(../img/login_icon_accordia.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	outline:none;
	margin:10px 8px 0 8px;
}

.login_footer_menu01 {
	padding-right: 8px;
	margin-top: 17px;
}

.login_footer_menu02 {
	background: url(../img/login_footer_line.jpg) no-repeat 0 6px;
	padding: 0 8px;
	margin-top: 17px;
}

.login_footer_memo {
	color: #fff;
	float: right;
	padding-right: 10px;
	margin-top: 25px;
	font-size: 10px;
}
