@charset "utf-8";

/* reset */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","sans-serif";
	line-height: 1.5;
	font-size: 12px;
	color:#333;
	margin:0;
	padding:0;
}

* html body { /* for IE6 */
  font-size: 75%;
}
  
*:first-child+html body { /* for IE7 */
  font-size: 75%;
  font-family:'メイリオ'; 
}


h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

h1, h2, h3, h4, h5, h6 { line-height:1; }

textarea { font-size: 100%; }

img { border:none; vertical-align: bottom; }

a img { border:none; }

a:link, a:visited { color: #333; text-decoration: none;  }
a:hover, a:active { color: #333; text-decoration: underline; }

strong { font-weight: bold; }

hr { display: none; }

table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after {
  content: ".";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


