@charset "shift_jis";
/*@charset "euc-jp";*/
/*@charset "iso-2022-jp";*/

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


/*　import css　*/
/* -----------------------------------------------*/
@import url("layout.css");
@import url("font/font_per.css");
@import url("spacer.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;
}

/*　Base Set　*/
/* -----------------------------------------------*/
body {
margin:0;
padding:0;
font-family:'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',osaka, sans-serif;
}
img {
border:none;
vertical-align:top;
}
a { color:#206413; }
a:hover { color:#206413; }

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

.ancher_top {
display:none;
}

.form_error {
color:red;
margin-left:1em;
font-size:12px;
}