@charset "utf-8";
/* CSS Document */

/*=== reset ===*/
*{ zoom: 1;}
html{ height: 100%;}
body{
	background: #ffffff;
	color: #000000;
}
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,table,tr,th,tt,img{
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: none;
}
img{ vertical-align: bottom; line-height:1;}
a{ text-decoration: underline; }
a:hover{ text-decoration: underline;}
ol,ul{ list-style: none;}
li{ display:list-item;zoom:normal;}
table{ border-collapse: collapse;}
th,td,tt{ padding: 5px 15px;	}
th{ white-space: nowrap;}
/*=== fontReset ===*/
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6,p,dt,dd,li,th,td,tt{ font-size: 100%; /*-- 100%/10px --*/ }
h1,h2,h3,h4,h5,h6{ font-size: 1.6em; /*-- 16px --*/}
p,dt,dd,li,th,td,tt{ font-size: 1.2em; /*-- 12px --*/ }
/* ----------------------------------------
*	Section: Clearing
---------------------------------------- */
.clearfix:after {	visibility: hidden;	display: block;	content: " ";	clear: both;	height: 0;	}
* html .clearfix{ zoom: 1; } /* IE6 */  
*:first-child+html .clearfix{ zoom: 1; } /* IE7 */
