#menu {
	background-image: url(../img/contents-bg.gif);
	width: 747px;
	text-align: left;
	margin: 1px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #6777AF;
	border-left: 1px solid #CCCCCC;

}
#menu a {
	color: #333333;
	text-decoration: none;
	height: 25px;
	font-size: 10pt;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 5px;
	border-right: 1px solid #CCCCCC;
	border-left-width: 1px solid #FFFFFF;


}
#menu a:active {
	border-top: 1px solid #FFCC00;
}
#menu a:hover {
	border-top: 1px solid #FFCC00;
}

#menu a.on {
	background-image: url(../img/contents-on.gif);
	font-weight: bold;

}
a.home {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	float: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	height: 20px;

}
#tel {
	float: right;
	width: 338px;
	height: 41px;
	text-align: right;
}
#tel a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.title {
	font-size: 9pt;
	color: #999999;
	padding: 10px 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;


}

#copyright {
	clear: both;
	width: 750px;
	font-size: 9pt;
	color: #333333;
	padding: 10px;
	line-height: 150%;
	text-align: center;
}