@charset "utf-8";

@import url("../../css/reset.css");
@import url("../../css/common.css");

/* ================================================

	member.css
	
	login.css
	
================================================ */
body {
	background: url(../images/login/back.jpg) top center no-repeat fixed;
}


/* 	main_backtop
================================================ */
div.main_backtop {
	position: relative;
	clear: both;
	width: 760px;
	min-height: 450px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: url(../images/login/main_backtop.gif) top left no-repeat;
}

* html div.main_backtop {
	height: 450px;/* ie6のみ適用（min-heightの代わり） */
}


div.main_backtop h2 {
	width: 576px;
	margin: 0 auto;
	padding: 45px 0 12px 114px;
	border-bottom: 1px #CCCCCC solid;
}

div.main_backtop p.btn_logout {
	position: absolute;
	top: 30px;
	right: 26px;
}


/* 	main_backbottom
================================================ */
div.main_backbottom {
	width: 760px;
	min-height: 370px;
	background: url(../images/login/main_backbottom.gif) bottom left no-repeat;
}

* html div.main_backbottom {
	height: 370px;/* ie6のみ適用（min-heightの代わり） */
}


/* 	login_contents
================================================ */
div.login_contents {
	width: 627px;
	margin: 0 auto;
}


/* login_menu */
div.login_contents ul.login_menu {
	height: 100px;
	padding-top: 30px;
	padding-bottom: 60px;
}

div.login_contents ul.login_menu li {
	float: left;
	width: 146px;
	height: 100px;
	margin-right: 14px;
}

div.login_contents ul.login_menu li.last {
	margin-right: 0;
}


/* シリアルナンバー */
div.login_contents h3.serno {
	padding-bottom: 10px;
}

div.login_contents table.serno tr td {
	padding: 6px;
	border: 1px #999999 solid;
	text-align: center;
}

div.login_contents table.serno tr td.serno {
	width: 170px;
}

div.login_contents table.serno tr td.date {
	width: 130px;
}

div.login_contents table.serno tr th {
	width: 40px;
	padding: 6px;
	border: 1px #999999 solid;
	text-align: right;
	background-color: #FFF6DF;
}

div.login_contents table.serno{
	margin-bottom:30px;
}

/* 	member_register
================================================ */
div.member_register {
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 40px;
}

h3.confirm {
	padding-top: 20px;
}


/* error_area */
div#container div.member_register div.error_area {
	padding-top: 10px;
	padding-bottom: 10px;
}

div#container div.member_register p.error {
	padding-bottom: 5px;
	color: #FF0000;
}


/* form */
div.member_register div.form {
	padding-top: 20px;
}

div.member_register table.form tr th {
	width: 120px;
/*	padding: 8px 10px;
	background: url(../images/login/input_back.gif) left no-repeat;
*/	
}

.tbl_st{
	width:137px;
	height:21px;
	padding:2px 0 0 5px;
	background:#637EAD url(../images/login/input_back.gif) no-repeat;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
}

div.member_register table.form tr td {
	padding: 8px 10px;
}

div.member_register table.form tr td input {
	width: 90px;
	border: 1px #7F9DB9 solid;
}

div.member_register table.form tr td input.error {
	border: 1px #FF0000 solid;
}


/* btn_area_back */
div.btn_area_back {
	width: 600px;
	margin: 15px auto 0 auto;
	padding-top: 25px;
	background: url(../images/login/border.gif) top left no-repeat;
}

div.btn_area {
	width: 310px;
	margin: 0 auto;
	text-align: center;
}

div.btn_area p.left {
	float: left;
	width: 150px;
	height: 32px;
}

div.btn_area p.right {
	float: right;
	width: 150px;
	height: 32px;
}


/* thanks */
div.thanks {
	padding-top: 55px;
}

div.thanks_backtop { 
	width: 300px;
	margin: 0 auto 55px auto;
	padding-top: 20px;
	background: url(../images/login/finish_backtop.gif) top no-repeat;
	text-align: center;
}

div.thanks_backbottom {
	width: 300px;
	background: url(../images/login/finish_backbottom.gif) bottom no-repeat;
}

div.thanks_backbottom h3 {
	padding-top: 8px;
	padding-bottom: 15px;
}

div#container div.thanks_backbottom p {
	padding-bottom: 35px;
	color: #FFFFFF;
}

div.thanks_backtop2 { 
	width: 530px;
	margin: 0 auto 55px auto;
	padding-top: 10px;
	background: url(../images/login/finish_backtop2.gif) top no-repeat;
	text-align: center;
}


div.thanks_backbottom2 {
	width: 530px;
	background: url(../images/login/finish_backbottom2.gif) bottom no-repeat;
}

div.thanks_backbottom2 h3 {
	padding-top: 8px;
	padding-bottom: 15px;
}

div#container div.thanks_backbottom2 p {
	padding-bottom: 15px;
	color: #FFFFFF;
}

div.banner {
	margin-top: 20px;
}

p.banner {
	margin-top: -25px;
}


/* 	form_text
================================================ */
p.form_text {
	padding-top: 80px;
	padding-bottom: 20px;
}



/* 	password_reminder
================================================ */
div.password_reminder {
	margin-top: 40px;
}

div.member_register table.form tr td input.mail {
	width: 320px;
}


/* 	serno_register
================================================ */
div.serno_register {
	padding-top: 70px;
}

div.serno_register_bottom {
	margin-top: 100px;
}


/* 	member_remove_text
================================================ */
p.member_remove_text {
	padding-top: 70px;
	padding-bottom: 100px;
	text-align: center;
}


/* 	member_edit
================================================ */
div.member_edit_form {
	padding-top: 40px;
}

div.member_edit {
	margin-top: 50px;
}


/* 	special
================================================ */
div.special {
	padding-top: 30px;
}

div.special div.left {
	float: left;
	width: 350px;
}

div.special div.left h3 {
	margin-bottom: 20px;
}

div.special div.left table tr td {
	vertical-align: top;
}

div.special div.left p.subcopy {
	padding-bottom: 3px;
}

div.special p.right {
	float: right;
	width: 246px;
}

div.special div.btn_area_back {
	clear: both;
	margin-top: 20px;
}



/* 	system_error
================================================ */
p.system_errortext {
	padding-top: 94px;
	padding-bottom: 37px;
	text-align: center;
}

p.system_error {
	text-align: center;
}


table tr td span.chusyaku {
	font-size: 90%;
	color: #CC0000;
}
