@charset "utf-8";
@import url(./common.css);

*{
	padding:0;
	margin:0;
	font-size:100%;
}
body{
	width:100%;
	height:100%;
	font:12px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic",Arial,Osaka,Sans-Serif;
	line-height:1.4;
}

h1,
h2,
h3,
h4,
h5,
h6{
	padding:0;
	margin:0;
	line-height:1.0;
	font-size:100%;
	font-weight:100;
}

table{
	border-collapse:separate;
	*border-collapse:collapse; /* IE6,7 */
	border-spacing:0;
	padding:0;
	margin:0;
}
	caption{
		width:inherit;
		text-align:left;
	}
	th,
	td{
		text-align:left;
		vertical-align:top;
	}
ol,
ul,
dl{
	padding:0;
	margin:0;
}
	li,
	dt,
	dd{
		list-style-type:none;
		padding:0;
		margin:0;
	}
a img{
	border:none;
}

em{
	font-style:normal;
}

.txt_left{
	text-align:left;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}

.fl_left{
	float:left;
}
.fl_right{
	float:right;
}
.clear{
	height:0;
	line-height:0;
	font-size:0;
	margin:0;
	pading:0;
	clear:both;
	display:block;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

* a{
	text-decoration:underline;
}
* a:hover{
	text-decoration:none;
}