* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 70%;
	margin-right: auto;
	margin-left: auto;
	background-image :url("http://hs-navi.net/images/bg.gif");
	background-repeat:repeat;
	background-attachment: fixed;
	background-position:top left
}
a:hover{
	background-color:aqua;
	text-decoration: underline;
}
a:link,a:visited{
	text-decoration: none;
}
/* ƒ^ƒCƒgƒ‹ */
h1 {
	font-weight: bold;
	color: #393939;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-size: 60%;
}


	h1 a:link,
	h1 a:visited,
	h1 a:hover,
	h1 a:active {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;	
}
