@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
}
body {
	background-color: #d4f4bd;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top;
}
a {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
h1 {
	color: #006;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.img-l {
	float: left;
	margin-right: 15px;
}
.img-r {
	float: right;
	margin-left: 15px;
}

.side {
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 15px;
}
.smenu-tit {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #000;
	padding-right: 4px;
	padding-left: 4px;
}
.smenu {
	font-size: 11px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}
.smenu a {
	color: #D5F3BD;
	text-decoration: none;
}
.smenu a:hover {
	color: #FFF;
	text-decoration: none;
}
.content {
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.btmenu {
	color: #FFF;
}
.btmenu a {
	color: #D4F4BD;
	text-decoration: underline;
}
.btmenu a:hover {
	color: #FFF;
	text-decoration: underline;
}
