@charset "UTF-8";

@import "/common/css/base.css";
@import "/common/css/font.css";

h1 {
	background-color: #ebe4d7;
	font-size: 100%;
	color: #4f4f4f;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
#freearea {
	padding: 5px;
	line-height: 160%;
	}
.menuarea .category {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #7abcd0;
}
.menuarea .category a {
	background-image: url(/common/img/categorybullet.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	font-size: 85%;
	line-height: 130%;
	text-decoration: none;
	background-color: #addee6;
	color: #00779e;
}

.menuarea .fqmenu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #B8D7DE;
}
.menuarea .fqmenu a {
	background-image: url(/common/img/leftbullet.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	font-size: 85%;
	line-height: 130%;
	text-decoration: none;
	color: #00779e;
}
