@charset "utf-8";
/* Reset
---------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th{
	margin: 0;
	padding: 0;
	text-align: left;
}

address,em,strong,th {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing:3;
	color: #000;
}

th {
	text-align: left;
}

hr,legend {
	display: none;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

form{
	margin: 0;
	}

		
/* Fonts
---------------------------------------------------------------------------*/
body {
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	_font-family: Verdana,'ＭＳ Ｐゴシック',Arial, Helvetica, sans-serif;
	font-size:75%;/* IE*/
	background-color:#fff;
}
html>/**/body{ font-size:12px;} /* ExceptIE*/


br.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

		
/* 
---------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	}
.clearfix{ /zoom:1; } /*IE6 7に対応*/
