@charset "utf-8";

/*
Contact CSS
*/

#header {
	background: url(/img/bg_contactheader.jpg) left top no-repeat;
}
h2 {
	width: 615px;
	height: 41px;
	background: url(/img/h2_contact.gif) left top no-repeat;
	border-bottom: 1px dotted #666;
}
h3 {
	font-size: 100%;
	margin: 12px 0;
	padding: 12px 0;
	border-bottom: 3px double #FFF;
}

#contact01 {
	padding: 15px 0 12px 12px;
}
table {
	width: 595px;
	margin: 5px 0 10px;
}
th {
	width: 25%;
	vertical-align: middle;
}

div.tel {
	width: 350px;
	text-align: center;
	border: 1px solid #FFF;
	margin: 10px 125px 25px;
	padding: 10px 0;
}
div.tel p {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}