@charset "utf-8";
/* CSS Document */

/*styleSET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td{
	margin: 0;
	padding: 0;
}

body{
	color: #333333;
	margin: 0;
	padding: 0;
	font: 13px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  *font-size: small;
  *font: x-small;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6,strong{
	font-size: 100%;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* for IE 5.5 */
}

img{
	border: 0;
}

li{
	list-style:none;	
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	zoom:1;	
}