/*--------------予約フォーム----------------------------------------------------------------------*/


#fragment-03{
	margin-right: auto;
	width: 650px;
	margin-left: auto;
}
#fragment-03 h2{
	background-image: url(images/title03.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 78px;
	width: 162px;
	margin-left: 10px;
	margin-top: 10px;
}

/*予約フォーム　table*/


#fragment-03 table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 650px;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
}

#fragment-03 th {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
	padding: 4px;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=60);
	background-color: #585858;
}
#fragment-03 td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
	padding: 4px;
}
#fragment-03 table .message{
	width: 100px;
}

#fragment-03 .box01 {
	width: 180px;
	height: 30px;
}
#fragment-03 .box02 {
	width: 460px;
}
#fragment-03 .box03 {
	width: 550px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#fragment-03 .box04 {
	width: 90px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#fragment-03 .box05 {
	width: 620px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#fragment-03 a{
	color: #CC0000;
	text-decoration: underline;
}
#fragment-03 p {
	padding-left: 60px;
}
