﻿@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 721px;
}
.LogoB {
	background-image: url(images/logo-B.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 71px;
	width: 306px;
	text-indent: -9999px;
	margin-left: 10px;
	margin-top: 10px;
}
.SigninPanel-T {
	background-image: url(images/SigninPanel-T_En.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 721px;
	margin-top: 15px;
}
.SigninPanel-T-Sp {
	background-image: url(images/SigninPanel-T_Sp.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 721px;
	margin-top: 15px;
}

.SigninPanel-M {
	background-image: url(images/SigninPanel-M.gif);
	width: 721px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	/*height: 330px;*/
}
.SigninPanel-B {
	background-image: url(images/SigninPanel-B.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 5px;
	width: 721px;
}
.SigninPanel-M table {
	margin-left: 105px;
	margin-top: 30px;
	display: inline-block;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #406618;
	font-size: 12px;
	height: 25px;
	width: 230px;
	background-color: #f7feee;
	border: 1px solid #b3c992;
	margin-top: 3px;
	margin-bottom: 15px;
	padding-left: 5px;
	line-height: 22px;
}
input[type="text"]:focus {
	background-color: #c4df9b;
}
.jumpMenu {
	height: 25px;
	width: 240px;
	background-color: #f7feee;
	border: 1px solid #b3c992;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #406618;
	margin-top: 3px;
	padding-left: 5px;
}
.div {
	height: 1px;
	width: 600px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	text-indent: -9999px;
	margin-left: 70px;
	/*margin-top: 60px;*/
}
.note {
	height: 50px;
	width: 350px;
	margin-left: 70px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 14px;
}
.btn-Signin {
	background-image: url(images/btn-Signin_En.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 112px;
	margin-left: 435px;
	margin-top: -40px;
	text-indent: -9999px;	
}
.btn-Signin a, .btn-Clear a {
	display: block;
	height: 100%;
	width: 100%;
}
.btn-Signin a:hover{
	background-image: url(images/btn-Signin_En.gif);
	background-repeat: no-repeat;
	background-position: 0px -36px;
}
.btn-Clear {
	background-image: url(images/btn-SigninClear_En.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 112px;
	margin-left: 555px;
	margin-top: -36px;
	text-indent: -9999px;
}
.btn-Clear a:hover{
	background-image: url(images/btn-SigninClear_En.gif);
	background-repeat: no-repeat;
	background-position: 0px -36px;
}
.btn-Signin-Sp {
	background-image: url(images/btn-Signin_Sp1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 112px;
	margin-left: 435px;
	margin-top: -40px;
	text-indent: -9999px;	
}
.btn-Signin-Sp a, .btn-Clear-Sp a {
	display: block;
	height: 100%;
	width: 100%;
}
.btn-Signin-Sp a:hover{
	background-image: url(images/btn-Signin_Sp1.gif);
	background-repeat: no-repeat;
	background-position: 0px -36px;
}
.btn-Clear-Sp {
	background-image: url(images/btn-SigninClear_Sp.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 112px;
	margin-left: 555px;
	margin-top: -36px;
	text-indent: -9999px;
}
.btn-Clear-Sp a:hover{
	background-image: url(images/btn-SigninClear_Sp.gif);
	background-repeat: no-repeat;
	background-position: 0px -36px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #598527;
	margin-left: 265px;
	margin-top: 5px;
}
