body {
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.font_red {
	color: #CC0000;
}
.font_blue {
	color: #0066CC;
}
.font12 {
	font-size: 12px;
	line-height: 18px;
}
.font10 {
	font-size: 10px;
	line-height: 16px;
}




h2 {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0px;
}
h3 {
	font-size: 14px;
	line-height: 20px;
	color: #009999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669966;
}


p {
	margin-top: 0px;
	margin-bottom: 4px;
}
ul {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 26px;
}
li {
	list-style-image: url(ecopoint/img/icon_li.jpg);
}
a {
	color: #006600;
}
a:hover {
	color: #FF0000;
}


table.basictable{
	border-collapse:separate;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
.basictable th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #E8FFE8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-left-color: #FFFFFF;
	color: #009900;
}
.basictable tr{
	background-color: #F3F3F3;
}
.basictable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-left-color: #FFFFFF;
	margin: 0px;
}
#menubar {
	margin-bottom: 10px;
}

#menubar a {
	font-size: 12px;
	line-height: 20px;
	color: #009966;
	background-image: url(img_top/menu_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-right: 34px;
	font-weight: bold;
}
#menubar a:hover {
	color: #CC0000;
	background-image: url(img_top/menu_icon_over.jpg);
}
#top_menu {
	margin-top: 16px;
	text-align: left;
}
#top_menu p {
	margin-bottom: 10px;
}
#top_menu a {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	background-image: url(img_top/btn_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	height: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#top_menu a:hover {
	color: #FF0000;
	background-image: url(img_top/btn_r.gif);
}
