@charset 'utf-8';

html, body {
	height: 100%;
}

#container {
	height: 100%;
}
#mailform #container {
	height: auto;
	padding-bottom: 240px;
}


#footer {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -360px;
	width: 720px;
	
	
}

#banner-urban {
	
}
#copyright {
	position: absolute;
	right: 0;
	
}

#contact {
	display: block;
	position: relative;
	margin: 0 auto;
	width : 720px;
}
section.cnt.sec-contact {
	margin-top: 60px;
}

#contact h1 {
	margin: 36px 0 0;
}
#contact p.caption {
	margin: 6px 0 0 0;
	line-height: 1.6;
}
#contact #telfax {
	padding: 24px 0 12px 12px;
	list-style: none;
}
#contact #telfax li {
	float: left;
}
#contact #telfax li span {
	display: block;
	float: left;
	margin: 0;
	padding: 1px 4px 3px 5px;
	background: #3d7ec3;
	color: #FFF;
	font-size: 71%;
	line-height: 1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#contact #telfax li p {
	float: left;
	margin: -9px 48px 0 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 231%;
	line-height: 1;
	font-style: italic;
}

#contact .box {
	margin-top: 24px;
	padding: 12px 36px;
	width: 644px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background: #FFF;
}


#contact .box h2 {
	margin: 18px 0 12px;
	color: #0d5595;
	font-size: 133%;
	font-weight: bold;
}
#contact .box .caution {
	font-size: 100%;
	color: #ef0d38;
	font-weight: normal;
}
#contact .box form {
	margin: 0;
	padding: 0;
}
#contact .box ul {
	list-style: none;
	margin: 36px 0 0;
	padding: 0;
}
#contact .box ul li {
	margin: 9px 0 0;
	padding: 0 0 9px 0;
	background: url(../img/mf_bdr.gif) repeat-x 0 bottom;
}
#contact .box ul li.lr {
	background: none;
}
#contact .box ul li h3 {
	float: left;
	margin-right: 6px;
	width: 132px;
	color: #000;
	font-weight: bold;
	font-size: 93%;
	text-align: left;
	line-height: 25px;
}

#contact .box ul li .text {
	float: left;
	width: 504px;
}
#contact .box ul li .text input,
#contact .box ul li .text textarea {
	border: none;
	background: #ededed;
	font-size: 93%;
	padding: 4px;
	border: solid 1px #ededed;
	width: 492px;
}
#contact .box ul li .text input:focus,
#contact .box ul li .text textarea:focus {
	background: #f1f6fb;
	border-color: #d7e4f1;
}
#contact .box ul li .text textarea {
	resize: vertical;
	height: 16em;
}

#contact .box .buttonbox {
	margin: 0;
	padding: 18px 0 36px;
	text-align: center;
}
#contact .buttonbox input {
	margin-left: 6px;
	padding: 3px;
	height: 24px;
}


#contact #sec-result p {
	margin-top: 36px;
	text-align: center;
}

#contact #errormsg {
	border: solid 3px #F00;
}
#contact ul#errormsg {
	margin-top: 12px;
	margin-bottom: 24px;
	padding: 0 0 18px;
	list-style: disc;
	list-style-position: inside;
}
#contact #errormsg li {
	background: none;
	color: #F00;
	margin: 18px 9px 0 24px;
	padding: 0;
	line-height: 1;
}

