body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #333333;
}
p, li {
	line-height: 1.2;
	color: #666666;
	font-size: 90%;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 30px;
}
#list {
	line-height: 1.2;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.spec {
	color: #666666;
	border: 1px solid #CCCCCC;
	font-size: 90%;
	width: 450px;
}
.spec th {
	background-color: #F0F0F0;
	width: 130px;
	font-weight: normal;
	text-align: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #006600; 
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #00CC33;
}
#side_l {
	background-image: url(../img/bg_l.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
	width: 5px;
}
#side_r {
	background-image: url(../img/bg_r.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	width: 5px;
}
ul {
	margin-left: 20px;
	margin-right: 20px;
}
li {
	margin-top: 5px;
}
h1 {
	font-size: 110%;
	font-weight: bold;
	color: #009900;
	border: 1px solid #009900;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #009900;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pagetop {
	font-size: 90%;
	float: right;
	line-height: normal;
}
