@charset "shift_jis";


body {
	color: #000000;
	body {
 background-image: url("genji_back_b.jpg");
 background-repeat: repeat-y;
 background-attachment: fixed;
 background-position: right bottom
 }

	margin: 0px;
	padding: 0px;
	font: 14px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

html,body {
scrollbar-arrow-color:#D7A5A5;
scrollbar-face-color:333333;
scrollbar-3dlight-color:D99709;
scrollbar-darkshadow-color:999999;
scrollbar-highlight-color:333333;
scrollbar-shadow-color:333333;
scrollbar-track-color:333333;
}



/*リンク設定*/
a {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

