@charset "shift_jis";

/*■スクロールバーの設定
━━━━━━━━━━━━━━━━━━━━━━━━━━*/
html {
	scrollbar-base-color: #cc99cc;
	scrollbar-face-color: #ff99cc;
	scrollbar-track-color: #ffccff;
	scrollbar-arrow-color: #cc0000;
	scrollbar-3dlight-color: #ff99cc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #333333;
	scrollbar-highlight-color: #ffffff;
	}

/*■基本的な設定
━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
	height:100%;
	min-height:100%;
	text-align:center;
	background: #ff99ff url("../img/b.jpg") repeat;
	font-family:"メイリオ", "Meiryo",'ＭＳ Ｐゴシック', 'MS PGothic','ＭＳ ゴシック', 'MS Gothic',sans-serif;
	font-size:14px;
	color:#999999;
	}
hr {
	border-width:1px 0px 0px 0px;
	border:solid 1px #ff6666;
	height:1px;
	margin-bottom:6px;
	}
