body {
    margin: 40px 0 40px 0;
    padding: 0 0 0 0;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, monospace;
	font-size:11px;
    color:#555;
	letter-spacing: 1px;
	background-color:#c1be9e;
}

#wrapper {
	width: 680px;
	height: 1250px;
	margin:0 0 0 0;
	background-image:url(../shayukai/image/back.jpg);
	background-repeat:no-repeat;
}

/* anchor */
a:link { color: #996633; text-decoration: none; }
a:visited { color: #996633; text-decoration: none; }
a:hover { color: #CC9933; text-decoration: underline;}

/* image anchor */
a img { border: none; }

