@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6em;
	color: #666666;
	background-color: #999999;
	background-image: url(../topic/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style
--------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: 1px;
	top: 1px;
}
/* basic layout
--------------------------*/#wrapper {
	width: 852px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #999999;
	border-left-color: #999999;
}
#main {
	width: 852px;
	margin-bottom: 20px;
	padding-top: 15px;
	background-color: #FFFFFF;
}
#footer {
	padding: 10px 0px 15px 30px;
	clear: both;
	background-color: #333333;
}
#footer p {
	float: right;
	margin-right: 25px;
}
#footer p a {
	color: #FFFFFF;
}
#header {
	background-image: url(ecospa_bgimage01.jpg);
	background-repeat: no-repeat;
	height: 240px;
}
#main table tr td p {
	padding: 10px 20px 10px 30px;
}
