﻿@charset "utf-8";
/* CSS Document */

#head1Bgr {
	height:135px;
	background:url(/images/design/head1Bgr.jpg) no-repeat center top;
	}
#head1 {
	position:relative;
	height:100%;
	}
#head1Left {
	padding:15px 0;
	}
#head1Right {
	padding:15px 0;
	margin-right:260px;
	text-align:right;
	}
#head1Menu {
	position:absolute;
	left:0;
	bottom:0;	
	}
#head2Bgr {
	height:239px;
	background:url(/images/design/head2Bgr.jpg) no-repeat center top;
	}
#head2 {
	position:relative;
	height:100%;
	}
#head2Left {
	padding:20px;
	line-height:1.4em;
	color:#FFF;	
	}	
#head2Img {
	display:none;
	position:absolute;
	right:0;
	bottom:0;
	}
/*------------- login --------------------------------*/
#login {
	}
#login span {
	display:block;
	margin-bottom:10px;
	}
#login label,
#login input {
	}	
#login input[type=text],
#login input[type=password] {
	width:145px;
	}
#loginError {
	font-size:0.9em;
	font-weight:bold;
	color:#A00;
	}
#login a {
	font-size:0.9em;
	text-decoration:none;
	color:#36589a;
	}











