@charset "Shift_JIS";
body{
	/*スクロールバー*/
	scrollbar-arrow-color:      #754308; /*矢印　　　*/
	scrollbar-3dlight-color:    #754308; /*外側┌　　*/
	scrollbar-darkshadow-color: #754308; /*外側　┘　*/
	scrollbar-face-color:       #e6e0bd; /*キーカラー*/
	scrollbar-highlight-color:  #e6e0bd; /*内側┌　　*/
	scrollbar-shadow-color:     #754308; /*内側　┘　*/
	margin: 0px;
	background-color: #000000;
	color:#4c4c4c;
	font-size:12px;
	line-height:1.4em;
}
/*
html{
	color:#363636;
   }
*/
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;
   }
table{
     border-collapse:collapse;
	 border-spacing:0;
	 }
img{
    border:0;
	}
address,caption,em,strong,th{
    font-style:normal;
	font-weight:normal;
	}

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%;
}

 /*-----------------------
 リンクの色
 -----------------------*/
 a:link {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
	}
	
	a:visited {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
	}

	a:active {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
	}
	
	a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
 
/* ------------------------------------------------------
font size
------------------------------------------------------ */

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