@charset "utf-8";

*{
   margin: 0;
   padding:0;
   font-size: 100%;
}

a{
   color:#000;
   display:block;
   text-decoration:none;
   outline: none;
}

a:hover {
	color: #635D3C;
	text-decoration: none;
	cursor:pointer;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
}

a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity:0.9;
    background: #fff;
}

ul {
	margin: 0px;
	padding: 0px;
}

li{
   	list-style: none;
}

hr {
	display: none;
}

img{
	margin: 0;
	padding: 0;
   	border:none;
   	vertical-align:middle;
   	/*max-width:100%;*/
}

body{
    font-family: "ＭＳ Ｐゴシック", Verdana, sans-serif;
    line-height:1.22;
    font-size:14px;
    width:100%;
    /*margin:0 auto;*/
    padding: 0;
	text-align: left;
	color: #999;
	background:url(../img/stech.jpg) top center;
}

table{
	border-collapse: collapse;
}

/* **************** */
/*     clearfix     */
/* **************** */
/*一般ブラウザ*/
.clearfix:after{
  content: ".";
  display:block;
  height:0px;
  clear:both;
  visibility:hidden;
}

/*IE7 MacIE*/
.clearfix{
  display:inline-block;
  min-height:1%;
}

/*MAC　IE非適用*/
* html .clearfix{ 　 height:1%;}
.clearfix{  		display:block;}