/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f3f3f3;
	background-image: url(../images/c_bg.png);
	background-repeat: repeat-y;
	background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.menu{
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
}

a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #749B12;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.footer{
	font-size: 11px;
	color: #999999;
	padding-right: 20px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.fist_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #749b12;
	font-weight: bold;
}

p {
	padding-left: 10px;
	color:#666666;
	padding-right: 20px;
}
div #sp {
	padding-left: 10px;
	color:#666666;
	padding-right: 20px;
}
.d_par{
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 20px;
}

.green{
	color: #749b12;
}

.d_green{
	color: #749b12;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.whitee{
	display: block;
	width: 565px;
	margin-bottom: 5px;
	height: 25px;
	margin-top: 2px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.bg_green{
	display: block;
	width: 548px;
	margin-bottom: 5px;
	margin-top: 2px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #eff5e9;
	height: 25px;
	color: #666666;
}

.bg_white{
	display: block;
	width: 548px;
	margin-bottom: 5px;
	margin-top: 2px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	height: 25px;
	color: #666666;
}

.txt_green{
	display: block;
	width: 548px;
	margin-bottom: 5px;
	margin-top: 2px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #eff5e9;
	height: 60px;
	color: #666666;
}

.txt_white{
	display: block;
	width: 548px;
	margin-bottom: 5px;
	margin-top: 2px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	height: 60px;
	color: #666666;
}

label {
	float:left;
	text-align:left;
	width:200px;
	padding-top: 3px;
}

.between{
	width: 100px;
	display: block;
	float: left;
}

textarea{
	height: 50px;
    width: 200px;
	font-size: 10px;
	color: #666666;

}

legend{
	color: #749b12;
	font-size: 12px;
	font-weight: bold; 
	letter-spacing: 1px;
}

.left{
	font-size: 12px;
	font-family: Tahoma;
	padding-left: 30px;
	padding-top: 60px;
	color: #666666;
	line-height: 18px;
}

input{
	font-size: 10px;
	color:#666666;
}

