#contact{
	background-image: url(img/contact_bg03.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#contact div.top{
	width: 653px;
	height: 26px;
	background-image: url(img/contact_bg01.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#contact div.bottm{
	width: 653px;
	height: 26px;
	background-image: url(img/contact_bg02.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom;
}
#contact div.form{
	padding-right: 50px;
	padding-left: 50px;
}
#contact p.comment{
	color: #660000;
	font-weight: bolder;
	text-align: left;
	
}
#contact table.tb01{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d8d8d8;
	border-left-color: #d8d8d8;
	
}
#contact table.tb01 td,th{
	padding: 12px;
	text-align: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	color: #333333;
	font-weight: normal;
}
#contact table.tb01 th{
	background-color: #eeeeee;
}
#contact table.tb01 div.sp{
	margin-bottom: 5px;
}
#contact table.tb01 td.input input{
	margin-right: 10px;
	margin-left: 10px;
}
#contact table.tb01 td.input{
	text-align: center;
}
#contact span.red{
	color: #FF0000;
}
#contact p.note{
	text-indent: -1em;
	margin-left: 1em;
}