
div.tel{
		margin:25px 0px 10px 5px;
		font-size: 30px;
		color: #006E36;
		font-weight: bold;
		letter-spacing: +2px;
}

div.title{
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 1px #006E36;
	color: #006E36;
}

span.red{
	color: #ff0000;
}

/**/

div.fm{
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: left;
}

table.form{
	margin-top: 10px;
	font-size: 14px;
	width: 560px;
	background-color: #999999;
	
}

table.form th{
	font-weight: normal;
	background-color: #DDE78E;
	width: 140px;
	padding: 10px;
	font-size: 14px;
	color: #56474C;
}

table.form td{
	background-color: #ffffff;
	padding: 10px;
}

.no_ime{ 
	ime-mode: disabled;
} 

input, select{
	border: 1px solid #7f9db9;
}

input.text1{
	font-size: 18px;
	height: 24px;
}

input.text{
	font-size: 13px;
	height: 20px;
}

textarea{
	font-size: 18px;
}

input.button1{
	border: 1px solid #000000;
	background-color: #dddddd;
	font-size: 15px;
	height: 25px;
}

input.button{
	background-color: #dddddd;
}

table.message{
	margin-top: 0px;
	margin-bottom: 20px;
}

table.message td{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 160%;
	color: red;
	font-weight: bold;
}