body {
	background-color: white;
	background-image : url("image/topback.gif");
	background-repeat : repeat-x;
	/*background-attachment : fixed;*/
	background-position : top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration:none
}
a:link {
	color:#333333;
}
a:visited {
	color:#333333;
}
a:hover {
	color:white;
	background-color:#222222;
	/*text-decoration:underline;*/
}
a:active {
	color:gray;
}

* {
	font-family: "小塚ゴシック Pro","メイリオ","Meiryo","MS UI Gothic","Osaka","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
}
