@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../okinawa/images/background.gif);
	background-color: #FAF8ED;
	background-repeat: repeat-x;
	line-height: 150%;
	color: #444444;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

a {
	text-decoration: none;
}

a:link		{ color: #4682B4; }
a:visited	{ color: #4682B4; }
a:hover		{ color: #D14747; text-decoration: underline; }
a:active	{ color: #D14747; text-decoration: underline; }
