@charset "Shift_JIS";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,textarea,p,blockquote,th,td{
   margin:0;
   padding:0;
   }
body{
   text-align:center;
   }   
table{
     border-collapse:collapse;
	 border-spacing:0;
	 }
img{
    border:0;
	}
a { outline: none; }
address,caption,em,strong,th{
    font-style:normal;
	font-weight:normal;
	}
li{
   list-style:none;
   }
caption,th{
   text-align:left;
   }
h1,h2,h3,h4,h5,h6{
   font-size:100%;
   font-weight:normal;
   }
q:before,q:after{
   content:'';
   }
abbr,acronym {
   border:0;
   font-variant:normal;
   }
sup {
   vertical-align:text-top;
   }
sub {
   vertical-align:text-bottom;
   }
input,textarea,select{
   font-family:inherit;
   font-size:inherit;
   font-weight:inherit;
   }
input,textarea,select{
   *font-size:100%;
}
html.body{
 overflow-x:hidden;
 }
 body{
	/*スクロールバー*/
	scrollbar-arrow-color:      #e1c78d; /*矢印　　　*/
	scrollbar-3dlight-color:    #29373a; /*外側┌　　*/
	scrollbar-darkshadow-color: #29373a; /*外側　┘　*/
	scrollbar-face-color:       #172124; /*キーカラー*/
	scrollbar-highlight-color:  #0a0e0f; /*内側┌　　*/
	scrollbar-shadow-color:     #0a0e0f; /*内側　┘　*/
	margin: 0px;
}
a:link {
	color: #dcc578;
	text-decoration: underline;
}
a:visited{
 	color: #dcc578;
	text-decoration: underline;
}
a:hover{
 	color: #43362b;
	text-decoration: none;
}
a:active{
 	color: #dcc578;
	text-decoration: underline;
}

 
 
/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	background-color:#000000;
	}

body {
  font-family:sans-serif; /* == safari firefox...etc == */
  font-family/**/:/**/"MS Pゴシック"; /* == ie6 & 7 == */
}
table {
　font-size:inherit;
　font:100%;
}
