@charset "UTF-8";
/* CSS Document */
*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.minHeight
{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
BODY, FORM
{
	padding: 0;
	margin: 0;
}
BODY, DIV, SPAN, OL, UL, LI, TABLE, TD, TH, IMG, BR, TEXTAREA, INPUT, LABEL, SELECT, A, A:link, A:hover, A:visited, A:active, H1, H2, H3, H4, H5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	letter-spacing: normal;
	position: relative;
	$text-align: left;
	color: #7e7e7e;
}
TD, TH, BODY
{
	position: static;
	text-align: left;
}
A:link, A:hover, A:visited, A:active
{
	font-size: 11px;
	line-height: 12px;
	color: #b06b5b;
}
A:hover
{
	text-decoration: underline;
}
H5
{
	color: #000000;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
DIV
{
	$height: 0;	
}
DIV:after
{
	display:block;
	content: "";
	clear:both;
	height:0;
	visibility:hidden;
}
.content
{
	$text-align: center;
	padding-top: 26px;
	overflow: scroll;
	overflow-x: auto;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	background: #d7e0db url(../img/common/bg.gif);
}
.dialog
{
	width: 860px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	padding: 9px 9px 8px 9px;
}
/*area*/
.areaMain
{
	padding-bottom: 1px;
	margin-bottom: -1px;
}
.areaLeft
{
	float: left;
	width: 606px;
}
.areaRight
{
	float: right;
	width: 227px;
}
/*logo*/
A.logo, A.logo:link, A.logo:hover, A.logo:visited, A.logo:active
{
	background-image: url(../img/common/logo.jpg);
	height: 185px;
	display: block;
	border-right: 1px solid #c4d5cd;
	text-decoration: none;
	margin-bottom: 9px;
}
/*menuRight*/
.menuRight DIV, .menuRight A, .menuRight A:link, .menuRight A:hover, .menuRight A:visited, .menuRight A:active
{
	display: block;
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
	color: #396453;
	font-weight: bold;
	line-height: 22px;
	padding: 0 21px;
	text-align: right;
	text-decoration: none;
	width: 100%;
	margin-bottom: 3px;
	height: 24px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
.menuRight0, A.menuRight0:link, A.menuRight0:hover, A.menuRight0:visited, A.menuRight0:active
{
	background-image: url(../img/menuRight/0.gif);
	background-color: #a1b7ae;
	border-color: #d1dad5 #c9ded5 #c9ded5 #ccddd5;
}
.menuRight1, A.menuRight1:link, A.menuRight1:hover, A.menuRight1:visited, A.menuRight1:active
{
	background-image: url(../img/menuRight/1.gif);
	background-color: #aabdb5;
	border-color: #d1e1d7 #d7ded7 #d1e1d7 #d1e1d7;
}
.menuRight2, A.menuRight2:link, A.menuRight2:hover, A.menuRight2:visited, A.menuRight2:active
{
	background-image: url(../img/menuRight/2.gif);
	background-color: #b5c5bf;
	border-color: #d7e4dd #d9e2dd #d7e4dd #d7e4dd;
}
.menuRight3, A.menuRight3:link, A.menuRight3:hover, A.menuRight3:visited, A.menuRight3:active
{
	background-image: url(../img/menuRight/3.gif);
	background-color: #c3cfca;
	border-color: #cfdcd5 #f1f3f0 #cedbd4 #edf3ef;
}
.menuRight4, A.menuRight4:link, A.menuRight4:hover, A.menuRight4:visited, A.menuRight4:active
{
	background-image: url(../img/menuRight/4.gif);
	background-color: #cfd9d5;
	border-color: #d7e2dc #f6f5f3 #d5e0da #f0f6f2;
}
.menuRight5, A.menuRight5:link, A.menuRight5:hover, A.menuRight5:visited, A.menuRight5:active
{
	background-color: #dbe1df;
	border-color: #e0e9e4 #f3f9f5 #e0e9e4 #f4f9f5;
}
.menuRight6, A.menuRight6:link, A.menuRight6:hover, A.menuRight6:visited, A.menuRight6:active
{

	color: #396453;
	font-weight: bold;
	line-height: 22px;
	padding: 2 11px 0 0;
	text-align: right;
	text-decoration: none;
	width: 100%;
	margin-bottom: 3px;
	height: 24px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;

	background-image: url(../img/menuRight/6.gif);
	background-color: #e3e7e6;
	border-color: #e9efed #f4faf8 #f9fbfa #f9fbfa;
}
/*footer*/
.footer
{
	text-align: center;
	letter-spacing: 8px;
	$letter-spacing: 16px;
	color: #ffffff;
	padding-top: 10px;
}
.footer SPAN
{
	line-height: 15px;
	color: #6b897f;
}
/*H1, ..., H5*/
H1
{
	color: #3e6254;
	margin: 0;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 20px;
	padding: 1px;
}
/*UL, LI*/
UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
LI
{
	background-image: url(../img/common/ul.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	color: #3c6054;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
}

li.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	letter-spacing: normal;
	position: relative;
	text-align: left;
	color: #7e7e7e;
}
.bolding {
	font-weight: bold;
}

P
{
	padding: 6px 0;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
}
