

section h2 {
	font-size:23px;
	font-weight:bold;
	line-height:40px;
	text-align:left;
	color:#429199;
	text-shadow: 0 0 0 8px #429199, 1px 1px 10px #000;
}


article section {
	margin:10px 10px;
	padding:20px;
	width:970x;
	line-height:22px;
	background-color:#fff;
	clear:both;
}

.tel {
	margin-top:10px;
	margin-right:30px;
	display:block;
	float:right;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	text-align:left;
	color:#fff;
	text-shadow: 0 0 0 8px #333, 1px 1px 10px #000;
}

.tel span {
	font-size:30px;
}


dt {
	margin-top:5px;
	margin-left:100px;
	float:left;
	padding:10px 0px;
}
dd{
	margin-left:200px;
	padding:10px 0px;
}

/*form*/
form input, form select, form textarea {
	margin:0px;
	padding:10px 5px;
	font-size:16px;
	width:80%;
	vertical-align:middle;
}
input[type="text"]:focus, textarea:focus,select:focus {
    border: solid 1px #1CA8DD;
    background-color: #DDF2FA;
}


.btn{
	display:block;
	width:250px;
	height:60px;
	margin:20px auto;
	text-align:center;
	border:solid 1px #122638;
	background-color:#fff;
	color: #122638;
	font-size:16px;
}
