@charset "utf-8";

/*------------------------------------------------*/
/*  _template ver1.0  */
/*------------------------------------------------*/
/*  templatename [common]  */
/*  update [-]  */
/*  ID [NT]  */
/*------------------------------------------------*/


/*　import css　*/
/* -----------------------------------------------*/
@import url("layout.css");
@import url("font_px.css");
@import url("spacer.css");

/*　All Reset　*/
/* -----------------------------------------------*/
* {
color:#000000;
line-height:1.0;
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd {
margin:0;
padding:0;
font-weight:normal;
}
ul,li {
list-style:none;
}

/*　Base Set　*/
/* -----------------------------------------------*/
body {
margin:0;
padding:0;
min-width:1000px;
font-family: "Lucida Grande","Meiryo UI","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Verdana","sans-serif";
background:#ffffff;
}
img {
border:none;
vertical-align:top;
}
a { color:#00548d; }
a:hover { color:#10a6ea; }

/*　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%;
}

.clear {
	clear:both;
}

/*　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;
}

/*　position　*/
/* -----------------------------------------------*/



/*　table　*/
/* -----------------------------------------------*/
table.wwwtable tr th {
	background:#dedede;
	text-align:left;
	padding:15px;
}

table.wwwtable tr td {
	background:#f2f2f2;
	padding:10px;
}