
/*******************************
*Reset Css
 -------------------------------
 Last modify : 2008/01/22
 Author : IAJ
*******************************/

body{
  font-size: small; /* IE 7Œü‚¯ */
  font-family:'‚l‚r ‚oƒSƒVƒbƒN','ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','ƒƒCƒŠƒI',Meiryo,sans-serif;
}

* html body,
* html body * {
  font-size: x-small; /* IE 6ˆÈ‰º */
}

html>/**/body{
  font-size: 12px; /* ƒ‚ƒ_ƒ“ƒuƒ‰ƒEƒUŒü‚¯ */
}

body,div { 
  margin:0;
  padding:0;
}

dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,blockquote,pre,
th,td { 
  margin:0;
  padding:0;
  text-align: left;
}

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

fieldset,img { 
  border:0;
}

address,caption,cite,
code,dfn,
em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}

ol,ul {
  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;
}

/*clearfix------*/
.clearfix:after {
  content:".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }
 .clearfix {
   zoom: 1;
 }
 
 .clear {
  clear: both;
}

/* IE—phack---------------------*/

/* 1px‚¸‚ê‚é‰æ‘œ‘Î‰ž------*/

 /* 7.0—p */
*:first-child+html img.hack1 {
 position: relative;
 left: 1px;
}

