/*
=Contact
*/
#main h2 {
	background:url(../images/contact/contact_title.gif) no-repeat 0px 0px;
	width:300px;
	height:20px;
	text-indent:-5000px;
}
.bt {
	text-align:center;
	margin:10px auto 0px;
}
#main ul {
	margin-left:30px;
}
#main li {
	list-style:disc;
	margin-bottom:5px;
}
.tablewrap {
	clear:both;
	width:520px;
	padding:0px;
	margin:0px auto 15px;
}
.tablewrap .serial {
	border-collapse: collapse;
	width:520px;
	margin:10px 0px;
}
.tablewrap .serial td {
	padding:4px;
}
.tablewrap .serial .item {
	width:130px;
}
.tablewrap dl {
	margin:10px 0px;
}
.tablewrap dt {
	float:left;
	clear:both;
	margin-left:0px;
	padding:4px;
	width:122px;
	text-align:left;
}
.tablewrap dd {
	margin-left:122px;
	padding:4px;
	text-align:left;
}
.tablewrap:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
} 
.tablewrap {
	display: inline-table;
}

/* back-slash hack ?*/
* html .tablewrap {
	height: 1%;
}
.tablewrap {
	display: block;
}
/* back-slash hack end */

.tel {
	margin:20px 0px 0px;
}