/*----------------------------------------
  default killer
----------------------------------------*/

* {
margin: 0;
padding: 0;
font-weight: normal;
font-style: normal;
text-decoration: none;
background: transparent;
letter-spacing: 0;
}
img {
vertical-align: bottom;
border: 0;
}
li {
list-style: none;
}
table {
　font-size: inherit;
　font: 100%;
}
select,
input,
textarea {
　font-size: 99%;
}

/*----------------------------------------
  Basic Setting
----------------------------------------*/

body {
font-size: 75%;
color: #666;
background: #fff;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
a:link {
color: #39c;
}
a:visited {
color: #63c;
}
a:hover {
color: #6cf;
}
em {
color: #c00;
}
strong {
color: #c00;
font-weight: bold;
}
sub, sup {
font-size: 75%;
}
table, td, th {
border: 1px solid #333;
border-collapse: collapse;
}

/*----------------------------------------
  Common Class
----------------------------------------*/

/* CLEARFIX */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* except Mac IE5 \*/
*html .clearfix { height: 1%; }
.clearfix {display: block;}
/* end of Holly Hack */

/* ALTERNATE IMG */
.pix {
display: block;
font-size: 5px;
line-height: 1em;
text-indent: -9999px;
}

