@charset "utf-8";
/* CSS Document */

.txt10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.txt11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txt12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.txt13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.txt14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.txt15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.txt_lh {
	line-height: 148%;
}

.txt_lh2 {
	line-height: 20px;
}

.txt_brown {
    color:#6a6052;
}

.txt_brown2 {
    color:#b3a88e;
}

.txt_brown3 {
    color:#81775e;
}

.txt_brown4 {
    color:#ffd7ba;
}

.txt_loc {
    color:b3a88e;
}	
	
.txt_bold {
    font-weight: bold;
}

.pic_border {
	border: 1px solid #b2b2b2;
}

.link {
	color: #515151;
}

.link A:link {
	text-decoration: none;
	color: #515151;
}
.link A:visited {
	text-decoration: none;
	color: #515151;
}
.link A:hover {
	color: #848383;
}
.link A:active {
	text-decoration: none;
	color: #848383;
}


/* Form */
.t01, select ,textarea {
	font-size:12px;
	color:#342b14;
	margin: 1px;
	padding: 1px;
	background-color: #827c6d;
	border: 1px solid #4e4c45;
	font-family: Arial, Helvetica, sans-serif;
}

/*news link*/
.news A:link {
	text-decoration: none;
	color: #0e61a0;
}
.news A:visited {
	text-decoration: none;
	color: #0e61a0;
}
.news A:hover {
	color: #1783d6;
	position:relative;
	top:1px;
	left:1px;
}
.news A:active {
	text-decoration: none;
	color: #b3a88e;
}


.newslist {
	color: #b3a88e;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/news/bg1-menu.gif);
	font-size: 12px;
	line-height: 25px;
	width: 230px;
	height: 25px;
	float: left;
}
.newslist A:link {
	text-decoration: none;
	color: #b3a88e;
	background-image: url(img/news/bg1-menu.gif);
}
.newslist A:visited {
	text-decoration: none;
	color: #b3a88e;
	background-image: url(img/news/bg1-menu.gif);
}
.newslist A:hover {
	color: #ffffff;
	background-image: url(img/news/bg-menu.gif);
}
.newslist A:active {
	text-decoration: none;
	color: #ffffff;
	background-image: url(img/news/bg-menu.gif);
}


/* location link */
.loc {
	color: #b3a88e;
}

.loc A:link {
	text-decoration: none;
	color: #b3a88e;
}
.loc A:visited {
	text-decoration: none;
	color: #b3a88e;
}
.loc A:hover {
	color: #9c927a;
}

.loc A:active {
	text-decoration: none;
	color: #9c927a;
}


/* cr link */
.cr {
	color: #4e4539;
}

.cr A:link {
	text-decoration: underline;
	color: #4e4539;
}
.cr A:visited {
	text-decoration: underline;
	color: #4e4539;
}
.cr A:hover {
	text-decoration: none;
	color: #776a59;
	position: relative;
	left: 1px;
	top: 1px;
}
.cr A:active {
	text-decoration: underline;
	color: #776a59;
}

.cr2 {
	color: #81775e;
}

.cr2 A:link {
	text-decoration: none;
	color: #81775e;
}
.cr2 A:visited {
	text-decoration: none;
	color: #81775e;
}
.cr2 A:hover {
	color: #998d70;
	position: relative;
	left: 1px;
	top: 1px;
}
.cr2 A:active {
	text-decoration: none;
	color: #998d70;
}
.cr3 {
	color: #81775e;
}

.cr3 A:link {
	text-decoration: underline;
	color: #81775e;
}
.cr3 A:visited {
	text-decoration: underline;
	color: #81775e;
}
.cr3 A:hover {
	text-decoration: none;
	color: #998d70;
	position: relative;
	left: 1px;
	top: 1px;
}
.cr3 A:active {
	text-decoration: underline;
	color: #998d70;
}
/* index link */

.index A:link {
	text-decoration: none;
	color: #0e61a0;
}
.index A:visited {
	text-decoration: none;
	color: #0e61a0;
}
.index A:hover {
	color: #1386dd;
	position: relative;
	left: 1px;
	top: 1px;
}
.index A:active {
	text-decoration: none;
	color: #1386dd;
}

/* page link */

.page {
	color: white;
	font-weight: bold;
}
.page A:link {
	text-decoration: none;
	color: #81775e;
}
.page A:visited {
	text-decoration: none;
	color: #81775e;
}
.page A:hover {
	color: white;
}
.page A:active {
	text-decoration: none;
	color: white;
}

#status {
	width: 400px;
	z-index: auto;
	position: relative;
	text-align: left;
	padding-right: 0px;
	padding-top: 80px;
	left: 0px;
	height: 20px;
	overflow: auto;
}
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 581px;
}

