/* ---clear--- */
html,body{text-align: center;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;font-size:100%;font-style:normal;font-weight:normal;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}


/* ---基本リンク色--- */
a{overflow:hidden;}
a:link{
	text-decoration: underline;
	color:#2172ff;
}
a:visited{
	text-decoration: underline;
	color:#214eff;
}
a:hover{
	text-decoration: none;
	color: #ffa200;
}
a:active{
	text-decoration: none;
	color: #ffa200;
}
a:hover img{-ms-filter:"alpha(opacity=80)";filter:alpha(opacity=80);opacity:0.8;}

/* ---テーブル--- */
table {
  margin: 0 0 15px 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  border-collapse:collapse;
}
th {
  margin: 0;
  border:1px solid #e5e5e5;
  padding: 7px;
  text-align:left;
  font-style: normal;
  font-weight: bold;
  background:#c3d9ff;
  color:#404040;
  font-size: 12px;
  white-space:nowrap;
}
td {
  margin: 0;
  padding: 5px 7px;
  border:1px solid #e5e5e5;
  background:#fff;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align:left;
}

/* clearfix */
/* For modern browsers */
.cf:before,
.cf:after,
.txt_block:before,
.txt_block:after {content:"";display:table;}
.cf:after,
.txt_block:after {clear:both;}
 
/* For IE 6/7 (trigger hasLayout) */
.cf,
.txt_block {zoom:1;}