@charset "utf-8";
body {
	font-size: 12px;
	color: #666666;
}
h1 {
	overflow: hidden;
	padding-left: 10px;
	top: 5px;
	bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
}
h2 {

}

.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}

p {
	line-height: 150%;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}
#headerlink a:link,#menu a:link {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/linkback01_off.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#headerlink a:visited,#menu a:visited {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/linkback01_off.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#headerlink a:hover,#menu a:hover {
	color: #666666;
	text-decoration: underline;
	background-image: url(../images/linkback01_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

