@charset "utf-8";

/*-----defult-----*/
body {
	min-width: 1000px;
	margin:0;
	padding:0;
	background:url(../img/galback.jpg) center top #000000;
	font-family: "Century Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"STHeitiJ-Light";
	font-size:12px;
	line-height:1.3em;
	color:#FFFFFF;
	text-align:center;
}
h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
table,tr,th,td,address,form,
pre, code {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	font-size:100%;
}
h1, h2, h3, h4, h5, h6{ font-size:100%;}
h1{ font-weight:normal;}
img {
	border: none;
	vertical-align: middle;
}
hr{
	position:absolute;
	left:-9999em;
	width:10px;
	height:0;
}

/*-----link-----*/
a{
	color:#FFBB99;
	text-decoration:none;
}
a:hover,
a:active{ text-decoration:underline;}

/*-----strong/em-----*/
strong{ font-weight:bold;}
em{ font-style:normal;}

/*-----dl-----*/
dl dt{ margin-bottom:0px;}
dl dd{ margin-bottom:0px;}

/*-----table-----*/
table{ border-collapse:collapse;}
table th,
table td{
	padding:5px;
}
table td{ font-weight:normal;}

/*-----form???-----*/
input,
textarea{
	font-size:100%;
	line-height:1.25;
}

/*-----other-----*/
.clear{
	clear:both;
}

/*--IEscrollbar--*/
html,body {
	scrollbar-face-color: #000000;/* スクロールバー&矢印の四角*/
	scrollbar-track-color: #111111;/* スクロールバー背景 */
	scrollbar-arrow-color: #000000;/* 矢印 */
	scrollbar-highlight-color: #000000;/* 左・上のボーダー */
	scrollbar-shadow-color: #000000;/* 右・下のボーダー */
	scrollbar-3dlight-color: #977559;/* 一番外枠の左・上ボーダー */
	scrollbar-darkshadow-color: #977559;/* 一番外枠の右・下ボーダー */
}
