@charset "utf-8";
body {
	margin: 0px;
	background-color: #798376;
}
select {
    font-size:12px;
    color:#4c4c4c;
}

.input {
	background-color: #f4f4f4;
	border: 1px solid #849963;
}
.white {
	color: #FFFFFF;
}
.green {
	color: #628f10;
}

.p12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.p14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.green_l:link {
	color: #358d00;
	text-decoration: underline;
}
.green_l:visited {
	color: #358d00;
	text-decoration: underline;
}
.green_l:hover {
	color: #85FF3C;
	text-decoration: none;
}
.white_l:link {
	color: #ffffff;
	text-decoration: none;
}
.white_l:visited {
	color: #ffffff;
	text-decoration: none;
}
.white_l:hover {
	color: #85FF3C;
	text-decoration: underline;
}
.orange_l:link {
	color: #e15500;
	text-decoration: underline;
}
.orange_l:visited {
	color: #e15500;
	text-decoration: underline;
}
.orange_l:hover {
	color: #FF9453;
	text-decoration: none;
}
.bg_gywm {
	background-image: url(images/bg_gywm.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
