<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

#entry #title {
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 146px;
	width: 740px;
	margin-bottom: 20px;
}
#entry #title h3 {
	display: none;
}
#entry #title p {
	display: none;
}


#side_sub_menu {
	background-image: url(images/side_sub_menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
#side_sub_menu #side_sub_menu_title {
	background-image: url(images/side_sub_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 53px;
	width: 200px;
}
#side_sub_menu #side_sub_menu_title h4 {
	display: none;
}

#side_sub_menu ul {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
#side_sub_menu ul li {
	font-size: 12px;
	line-height: 14px;
	background-image: url(../images/footer_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#side_sub_menu ul li a {
	padding-left: 18px;
	color: #333333;
	text-decoration: underline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#side_sub_menu ul li a:hover {
	color: #0087C9;
}






.flyer {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 20px;
}
.flyer p {
	font-size: 14px;
	line-height: 24px;
}
.flyer p a {
	color: #669900;
	text-decoration: underline;
	font-weight: bold;
}
.flyer p a:hover {
	color: #99CC00;
}
</pre></body></html>