@charset "UTF-8";
div.login_main {
	margin: 30px auto;
    width: 730px;
    /*height: 420px;*/
}
div.form_header {
    font-size: 120%;
	height: 42px;
    background-image: url("../img/bg_login_t.gif");
    background-repeat: no-repeat;
}
div.login_form {
    padding: 0 0 10px 90px;
    font-size: 120%;
    background-image: url("../img/bg_login_m.gif");
    background-repeat: repeat-y;
}
div.form_footer {
    padding: 20px 0;
    background-image: url("../img/bg_login_b.gif");
    background-repeat: no-repeat;
}
table.login_tab input{
	line-height: 16px;
}
table.login_tab th {
	background-color: #D7F4BE;
	border: 1px solid #5c5c5c;
	line-height: 16px;
	text-align:left;
	padding: 0 4px;
}
table.login_tab td {
	border: 1px solid #5c5c5c;
	line-height: 16px;
}
div.login_main {
	line-height: 30px;
    padding: 5px;
}

input.login_input {
	width: 230px;
	line-height: 20px;
}
input.login_btn {
	width: 80px;
	height: 40px;
}

#notice_box_t {
    background-image: url("../img/bg_login_info_t.gif");
    background-repeat: no-repeat;
    height: 8px;
}
#notice_box_m {
    background-image: url("../img/bg_login_info_m.gif");
    background-repeat: repeat-y;
}
#notice_box {
	height: 80px;
	padding: 0 0 10px 95px;
	overflow-y: scroll;
    width: 500px;
}
#notice_box_b {
    background-image: url("../img/bg_login_info_b.gif");
    background-repeat: no-repeat;
    height: 8px;
}
#notice_box table.login_notice {
    background-color: #fff;
    border: 0 none;
    border-collapse: collapse;
    margin-bottom: 2px;
    width: 470px;
}
#notice_box table.login_notice th{
	width: 80px;
	font-weight: normal;
    border: 0 none;
    text-align:left;
    padding-left: 6px;
    vertical-align: top;
}
#notice_box table.login_notice td{
	width: 390px;
    border: 0 none;
    text-align:left;
    vertical-align: top;
}


#move_area {
	text-align: center;
}

#move_area img:hover{
	cursor: pointer;
}

#move_area .chap1_3 {
	display: inline-block;
	margin: 0 30px;

}
#move_area p {
	text-align: center;
	margin-top: 3px;
}