@charset "Shift_JIS";
* { margin:0; padding:0;}
body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-size:12px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height:1.7;
	background-image:url(../img2/img_background2.gif);
	background-repeat:repeat-x;
}
a:link {
	text-decoration: none;
	color: #008DE4;
}
a:visited {
	text-decoration: none;
	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; z-index:1;}

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

textarea { font-size: 100%; }

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

hr { display: none; }

/* ŒÅ’èƒIƒvƒVƒ‡ƒ“ */
ul { margin:0; 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;
  /**/
}
