@charset "utf-8";

/*------------------------------------------------*/
/*  NEIGEtemplate ver1.0  */
/*------------------------------------------------*/
/*  templatename [common]  */
/*  update [20091026]  */
/*  ID [NT]  */
/*------------------------------------------------*/


/*　import css　*/
/* -----------------------------------------------*/
@import url("layout.css");
@import url("font/font_px.css");
@import url("spacer.css");

/*　All Reset　*/
/* -----------------------------------------------*/
* {
color:#FFFFFF;
line-height:1.0;
}
h1,h2,h3,h4,h5,h6,p,ul,li {
margin:0;
padding:0;
font-weight:normal;
}
ul,li {
list-style:none;
}

/*　Base Set　*/
/* -----------------------------------------------*/
body {
margin:0;
padding:0;
font-family:'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',osaka, sans-serif;
background:#000000;
}
img {
border:none;
vertical-align:top;
}
a { color:#FFFFFF; }
a:hover { color:#FFFFFF; }

/*　Clearfix　*/
/* -----------------------------------------------*/
.clearfix:after {
content:".";
height:0;
clear:both;
display:block;
visibility:hidden;
line-height: 0;
}
.clearfix {
display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
/* End hide from IE-mac */

.clear_br {
overflow: hidden;
}  
* html .clear_br {  
height: 1%;
}

/*　font_reset　*/
/* -----------------------------------------------*/
.freset { font-size:1px; }

/*　magicsp　*/
/* -----------------------------------------------*/
.magicsp {
zoom:1; /* for IE */
display:table-cell; /* for modern browser */
}