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

body,td {
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-size: 12px;
	color: #000066;
	line-height: 14px;
}

a:link, a:visited, a:active {
	color: #000066;
	text-decoration: none;
}
 
a:hover {
	text-decoration: none;
	color: #0000CC;
}

a.reserve:link, a.reserve:visited, a.reserve:active {
	color: #990000;
	text-decoration: none;
	font-size: 13px;
}

a.reserve:hover {
	color: #CC9933;
	text-decoration: none;
	font-size: 13px;
}

.bold {
	font-weight: bold;
}

.line_space {
	line-height: 16px;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.subtitle {
	font-size: 13px;
	font-weight: bold;
}
