
#contents{
	background:url(img/contents_bg3.jpg) repeat-y;
}

table.contacttable{
	width:80%;
	margin:0 auto;
	background-color:#999999;
}

table.contacttable tr th{
	text-align:right;
	font-weight:normal;
	padding:3px 15px;
	background-color:#ffffff;
	width:25%;
}

table.contacttable tr td{
	text-align:left;
	padding:3px 15px;
	background-color:#ffffff;
	width:75%;
}