body {
	width: 700px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	vertical-align: baseline;
	font-family:
		HiraMaruPro-W4,
		HiraKakuPro-W3,
		Osaka,
		"MS UI Gothic",
		"\004D\0053\0020\0055\0049\0020\0047\006F\0074\0068\0069\0063",
		"MS PGothic",
		"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
		"Lucida Grande",
		Helvetica,
		Arial,
		Tahoma,
		sans-serif;
	}

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

a:hover {
	color: #ffaa00;
	text-decoration: none;
	}

img {
	border: 0px;
	}

/* foot
----------------------------------------- */
#foot {
	font-family: "Arial","Helvetica";
	color: #ccc;
	font-size: 10px;
	text-align: center;
	width: 700px;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px dotted #ccc;
	}





