@charset "utf-8";

/*------------------------------------------------*/
/*  NEIGEtemplate ver1.0  */
/*------------------------------------------------*/
/*  templatename [common]  */
/*  update [20100201]  */
/*  ID [NT]  */
/*------------------------------------------------*/


/*　import css　*/
/* -----------------------------------------------*/
@import url("/common_css/layout.css");
@import url("/common_css/font/font_px.css");
@import url("/common_css/spacer.css");
@import url("/common_css/colorset.css");

/*　All Reset　*/
/* -----------------------------------------------*/
* {
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;
}
a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

/*　Base Set　*/
/* -----------------------------------------------*/
body {
margin:0;
padding:0;
font-family:'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',osaka, sans-serif;
}
img {
border:none;
vertical-align:top;
}

/*　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 */

/*　font_reset　*/
/* -----------------------------------------------*/
.freset { font-size:1px; }