@charset "Shift_JIS";

/*
========================================
ホテルパークアベニュー　お問い合わせ　スタイルシート
========================================*/

/*■ Main
---------------------------------------------------------- */
.PageTitle {
	background: url(../img/pagetitle.gif) no-repeat top;
	text-indent: -9999px;
}

#Formmail{
	width: 708px;
}

#Formmail span{
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}

#Formmail table{
	width: 708px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#Formmail tr{
	width: 708px;
	border-top: 1px solid #FFF;
}

#Formmail th{
	width: 200px;
	padding: 9px;
	background: #F3F3F3;
	font-weight: normal;
}

#Formmail td{
	width: 508px;
	padding: 4px;
}

