@charset "utf-8";
/* ブラウザ設定リセット用CSS */

/*　---初期化部分---　*/

html {
	overflow-y:scroll;/*firefoxで縦スクロールバー部を常に表示させて中央揃えの位置がずれるのを防ぐ*/
}
body {
	margin:0;
	padding:0;
	color: #000000;
	font-family:Arial,"MS PGothic","Osaka",Arial,sans-serif;
	line-height:1.5;
	letter-spacing:0;/*IE7ページの拡大対策*/
}
* html body{/*IE hasLayoutをtrueに*/
	zoom:1;
}
ul, ol, dl, li, dt, dd { zoom: normal; }
br {/*IE7ページの拡大対策*/
	letter-spacing:0;
}	
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
th {
	font-weight:normal;
	text-align:left;
}
fieldset, img{
	border:0;
}
address{
	font-style:normal;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}
hr {
  	border: solid 1px #FFFFFF;
  	border-top: #FFFFFF;
	color:#FFFFFF;
}

* html .clearfix {
	overflow:hidden;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/*Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/* for IE7 */  
*+html .clearfix {   
	display:inline-block;   
}  

.leftfloat {
	float:left;
}