.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #DB0000;
}
.center {
	text-align: center;
}

/* FAX */
#tbl_fa {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#tbl_fa td.uline {
	background-image: url(img/line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}


/* MAIL */
#tbl_ma {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#tbl_ma th {
	font-weight: normal;
	color: #CC0033;
	line-height: 160%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background-image: url(img/line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#tbl_ma td {
	line-height: 160%;
	padding: 10px;
	background-image: url(img/line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
