﻿@charset "UTF-8";

body {
	background-color: #CBCBCB;
	text-align: center;
	margin-top: 25px;
	background-image: url(../images/login_bg.png);
	background-repeat: repeat-x;
        font-family: "Arial", "Helvetica","MS UI Gothic"，"simsun",  "MS SimHei", "SimHei", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif!important;
        font-family: "Arial", "Helvetica","simsun","MS UI Gothic"， "MS SimHei", "SimHei", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" sans-serif;
}

img{
	border:none;
}

form{
	display:inline;
}

input{
	vertical-align:middle;
}

.base {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/login_02_04_bg.png);
	background-repeat: repeat-y;
}

.base-top {
	height: 73px;
	width: 630px;
}

.base-l {
	height: 212px;
	width: 34px;
	float: left;
	vertical-align: top;
}

.base-c {
	width: 562px;
	float: left;
	text-align: center;
	background-color: #E3E3E3;
	background-image: url(../images/login_03_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 90%;
}

.base-c-er {
	width: 562px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
}

.base-r {
	height: 212px;
	width: 34px;
	float: left;
	vertical-align: top;
}

.base-bm {
	height: 35px;
	width: 630px;
	clear: both;
}

.name {
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	width: 562px;
}

.login-tx {
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 10px;
}

.advice-tx-login {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	font-weight: bold;
	color: #333333;
}

.advice-tx2-login {
	color: #0000FF;
	font-size: 120%;
	line-height: 120%;
}

.advice-tx3-login {
	color: #CC0000;
	font-size: 120%;
	line-height: 120%;
}

.login-ft {
	text-align: center;
        font-family: "Arial", "Helvetica","MS UI Gothic"， "simsun",  "MS SimHei", "SimHei", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif!important;
        font-family: "Arial", "Helvetica","MS UI Gothic"，"simsun", "MS SimHei", "SimHei", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" sans-serif;
	font-size: 10px;
	color: #666666;
}

