@charset "Shift_JIS";
body {
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-attachment: fixed;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 13px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	vertical-align: super;
}

a:link {
	text-decoration: none;
	color: #336699;
}

a:visited {
	text-decoration: none;
  color: #333333;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
	text-decoration: underline;
}




