/* CSS Document */

a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}.rsvTitle {
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #445578;
	border-bottom-color: #445578;
	background-position: center;
	white-space: nowrap;
}
.toForm {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 10px;
	border: 1px solid #B0B0B0;
}
#navSsl {
	margin: 0;
}
#navNml {
	margin: 0;
}
/*
#navSsl a {
	display: block;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #0033CC;
	background: #F0F0F0 url(../../reservation/img/login_ssl.gif) no-repeat center center;
	vertical-align: middle;
	border: 1px solid #1B5288;
	width: 190px;
}
#navNml a {
	display: block;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #0033CC;
	background: #F0F0F0 url(../../reservation/img/login_nml.gif) no-repeat center center;
	vertical-align: middle;
	border: 1px solid #1B5288;
	width: 190px;
}
#navSsl a:hover {
	color: #CC0000;
	background: #E5E5E5 url(../../reservation/img/login_ssl.gif) no-repeat center center;
	border: 1px solid #CC0000;
}
#navNml a:hover {
	color: #CC0000;
	background: #E5E5E5 url(../../reservation/img/login_nml.gif) no-repeat center center;
	border: 1px solid #CC0000;
}
*/
.ja10 {
	font-size: 10px;
	line-height: 180%;
	color: #333333;
}
.errTxt {
	font-size: 12px;
	color: #CC0000;
	text-align: center;
}
body {
	margin-top: 50px;
}

