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

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(bg.gif);
	font-size: 12px;
}
.map area:hover {
	background-color: #3399FF;
}
.hightlight {
	color:#FF0000;
}
#menu {
width: 120px;
}
.menu.li {
	list-style-type: none;
	border-bottom: 1px #CCCCCC solid;
}
.page_title {
	padding: 4px;
	background-color: #999999;
}
.top_menu {
	color: #FFFFFF;
	font-size: 12px;
}
.top_menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.top_menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.top_menu a:hover {
	text-decoration: underline;
}

a:link, a:visited {
	color: #993300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.content {
	margin-left: 12px;
	margin-right: 12px;
	font-size: 12px;
	line-height: 140%;
}
.pic {
	border: 1px #3399FF solid;
	padding: 5px;
	background-color: #FFFFFF;
}
.r_pic {
	border: 1px #3399FF solid;
	padding: 6px;
	margin-left: 8px;
	background-color: #FFFFFF;
}
.l_pic {
	border: 1px #3399FF solid;
	padding: 6px;
	margin-right: 8px;
	background-color: #FFFFFF;
}
h3 {
	margin-left: 12px;
	margin-right: 12px;
	font-size: 20px;
	color: #006699;
	border-bottom: 1px #006699 solid;
}

.right_menu {
	border: 1px #FC9F81 solid;
	padding: 12px 0px 12px 0px;
	background:#FEDDC5;
	margin-bottom: 4px;
	font-size: 12px;
}
.promotion {
	border-bottom: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	background-color: #FFCC99;
	padding: 3px;
	width: 97%;
	font-weight: bold;
	font-size: 14px;
	color:#993300;
	margin-bottom: 6px;
}
