@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../img/contact/contact_top.png);
	background-repeat:repeat-x;
}
header{
	background-color:#6b0090;
}

#contents form{
	margin-bottom: 3em;
}
#contents h3{
	margin-bottom:1em;
}

#contents {
margin-bottom: 5em;	
}

table {
	border-collapse:collapse;
}
td {
	padding:1em 1em 1em 0;
	font-size:110%;
}
.red{
	color:red;
	font-size:0.8em;
	margin-left:0.5em;
}