body {
	background-color: #5f5f5f;
	background-image: url('../img/bg4.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;		
}


div#container {
	width: 900px; 
	margin: 0 auto; 
	background-image: url('../img/container2.png');
}

div#left {
	width: 225px;
	background-image: url('../img/leftbg.png');
	float: left;
}

div#right {
	width: 590px;
	float: right;
}

div#menu {
	width: 590px;
	height: 47px;
	min-height: 47px;
	line-height: 47px;
	background-color: #ebe6e6;
}

div#menu div.item {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

div#menu div.item a {
	text-decoration: none;
	font-weight: bold;
	color: #888;
	font-size: 11px;
	display: block;
}

div#menu div.item a:hover {
	color: #444;
}

div#menu div.separator {
	float: left;
	background-image: url('../img/separator.png');
	width: 6px;
	height: 47px;
	min-height: 47px;
}

div.menushadow {
	width: 590px;
	height: 10px;
	min-height: 10px;
	line-height: 47px;
	background-image: url('../img/shadow.png');
	margin-bottom: 15px;
}

div#left div.shadow {
	width: 193px;
	line-height: 20px;
	min-height: 320px;
	background-image: url('../img/leftbgshadow.png');
	background-repeat: no-repeat;
	padding: 10px;
    text-align: center;
}

div#left h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

div#content {
	width: 815px; 
	margin-left: 41px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #f7f7f7;
	background-image: url('../img/content.png');
}

div#top {
	width: 900px;
	height: 20px;
	min-height: 20px;
	background-image: url('../img/top2.png');
	background-position: 0px -20px;
}

div#red {
	width: 840px;
	height: 100px;
	min-height: 100px;
	background-image: url('../img/gray5.png');
	padding-right: 60px;
}

div#red div.item {
	float: right;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 100px;
}

div#red div.item a {
	color: #999;
	text-decoration: none;
}

div#red div.item a:hover {
	color: #aaa;
}

div#banner {
	width: 900px;
	height: 168px;
	min-height: 168px;
	background-image: url('../img/banner2.png');
}

div#footer {
	width: 900px;
	height: 50px;
	min-height: 50px;
	background-image: url('../img/footer4.png');
}

div#footerTxt p {
	width: 850px;
	background-color: #5f5f5f;
	color: #aaa;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 15px;
}

div#footerTxt p.center {
	width: 850px;
	background-color: #5f5f5f;
	color: #aaa;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 15px;
}

div#footerTxt p strong {
	font-weight: bold;
	color: #eee;
}

div#footer div#navi {
	height: 12px;
	min-height: 12px;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	padding-left: 45px;
	float: left;
}

div#footer div,naviDate {
	height: 12px;
	min-height: 12px;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	float: right;
	padding-right: 45px;
}

div#footer div#navi a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

div#footer div#navi a:hover {
	text-decoration: none;
	color: #000;
}

div#right p {
	font-size: 12px;
	color: #000;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 15px;
}

div#right p img {
	border: 5px solid #999;
	margin: 10px;
}

div#right table {
	width: 100%;
}

div#right table td {
	text-align: center;
}

div#right a.mail,
div#right a.http {
	text-decoration: none;
	color: #900;
}

div#right a.mail:hover,
div#right a.http:hover {
	text-decoration: none;
	color: #a00;
	border-bottom: 1px solid #900;
}

div#right p.center {
	font-size: 12px;
	color: #000;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 15px;
	text-align: center;
}

div#right p strong {
	font-weight: bold;
	color: #900;
}

div#right h1 {
	font-size: 17px;
	height: 35px;
	min-height: 35px;
	line-height: 20px;
	padding-left: 30px;
	background-image: url('../img/header.png');
	margin-bottom: 10px;
	font-weight: bold;
}

div#right ul {
	margin-left: 15px;
	list-style-type: circle;
	margin-bottom: 18px;
	color: #533;
	padding-right: 20px;
}

div#right li,
div#right ul li {
	line-height: 25px;
	text-align: justify;
}

div#right ul ul {
	margin-bottom: 0px;
	margin-left: 50px;
}

ul li a {
	text-decoration: none;
	color: #900;
	border-bottom: 1px dotted #900;
	font-weight: bold;
}

ul li a:hover {
	text-decoration: none;
	color: #c00;
	border-bottom: 1px solid #c00;
	font-weight: bold;
}

div.form {
	margin-bottom: 15px;
	width: 575px;
}

div.form form div.formField {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #f4f4f4;
}

div.form form div.badField {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #f4e0e0;
}

div.form form div.formField label {
	float: left;
	width: 170px;
	line-height: 23px;
	text-align: right;
	padding-right: 10px;
	color: #666;
}

div.form form div.formField img.help {
}

div.form form div.formField img.helpHide {
	display: none;
}

div.form form div.formField label.zero {
	display: inline;
	float: none;
}

div.form form div.formField span {
	display: block;
	padding-top: 10px;
	padding-left: 180px;
	color: #ea0000;
}

div.form form div.formField textarea,
div.form form div.formField select,
div.form form div.formField input {
	width: 200px;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 4px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

div.form form div.formField textarea {
	width: 340px;
	height: 100px;
}

div.form form div.formField select.w50 {
	width: 100px;
}

div.form form div.formField input.w70 {
	width: 140px;
}

div.form form div.formField input.w30 {
	width: 60px;
}

div.form form div.formField input.w0 {
	width: auto;
	border: none;
}
