@charset "utf-8";

/*------------------------------------------------*/
/*  NEIGEtemplate ver1.0  */
/*------------------------------------------------*/
/*  templatename [common]  */
/*  update []  */
/*  ID [NT]  */
/*------------------------------------------------*/


/*　import css　*/
/* -----------------------------------------------*/
@import url("layout.css");
@import url("font/font_px.css");
@import url("spacer.css");

/*　All Reset　*/
/* -----------------------------------------------*/
* {
color:#000000;
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;
min-width:1024px;
font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana","ＭＳ Ｐゴシック","sans-serif";
background-color:#ffffff;
background-repeat:repeat-x;
background-position:top left;
}

body#ctop,
body#cayumi {
background-color:#f3f3f3;
background-image:url(../images/common_back00.jpg);
}
body#ctop a,
body#cayumi a { color:#0159a3; }
body#ctop a:hover,
body#cayumi a:hover { color:#0159a3; }

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 */

.clear_br {
overflow: hidden;
}  
* html .clear_br {  
height: 1%;
}

/*　font_reset　*/
/* -----------------------------------------------*/
.freset { font-size:1px; }

/*　pos_set　*/
/* -----------------------------------------------*/
.pos_set { position:relative; }

/*　magicsp　*/
/* -----------------------------------------------*/
.magicsp {
zoom:1; /* for IE */
display:table-cell; /* for modern browser */
}

/*　display　*/
/* -----------------------------------------------*/
.df_none {
display:none;
}
.clear {
font-size:1px;
}