@charset "utf-8";
* { margin:0; padding:0;}
body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-size:12px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック",sans-serif;
	line-height:1.7;
	background-image:url(../img2/img_background.gif);
	background-repeat:repeat-x;
}
body, td, th {
	color: #333;
}
a:link {
	text-decoration: underline;
	color: #008DE4;
}
a:visited {
	text-decoration: underline;
	color: #008DE4;
}
a:hover {
	text-decoration: underline;
	color: #0069aa;
}
a:active {
	text-decoration: underline;
	color: #0069aa;
}

table{
	border-collapse:collapse;
}

.clr { clear:both; font:0; line-height:0;}

.font0 { font-size:0; line-height:0;}
.rel { position:relative;}

h1, h2, h3, h4, h5, h6, p, address,
ol, dl, dt, dd,
caption, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 0.9em;
}

textarea { font-size: 100%; }

img { vertical-align: bottom; border:0px; }

hr { display: none; }

/* 固定オプション */
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
}
li {margin:0;padding:0;list-style-type:none;}
/*li {margin:0;padding:0;float:left;list-style-type:none;}*/

/*CLEARFIX*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  zoom: 1; /* for IE5.5 - IE7 */
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
span.clear {
    display : block ;
    visibility : hidden ;
    height : 0px ;
    font-size : 0px ;
    line-height : 1 ;
    clear : both ;
}
