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



/*初期設定==============================*/

body,h1,h2,h3,h4,p,ul,li,dl,dt,dd,div,td,th,caption{
	padding:0;
	margin:0;
}
/*文字サイズ*/
body {
	font-size: 75%;   /* 約12px */ }
h1,h2,h3,h4,h5,h6 {
	font-size: 1.2em; /* 約14px */ line-height: 1.0; }
div,p,li,dt,dd {
	font-size: 1.0em; /* 約12px */ line-height: 1.6; }
table,caption,th,td {
	font-size: 1.0em; /* 約12px */ line-height: 1.6; }

/*文字の種類-----------------*/
body {
	font-family:
	"メイリオ",Meiryo,
	"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,
	"ＭＳ Ｐゴシック","MS P Gothic",
	sans-serif;
}
h1,h2,h3,h4,dt,th{
	/*font-family:
	"ＭＳ Ｐ明朝", "MS PMincho",
	"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
	serif;*/
	font-size:1em;/*基準に対してのサイズ指定*/
	font-weight:normal;/*文字の太さ*/
}
table{/*IEに対しての対策*/
	font-size:1em;
}
/*行間*/
p,dd{
	line-height:1.6;
}

/*リストスタイル*/

ul {
	list-style: none;
}

/*画像の枠線を非表示*/
img {
	border: none;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; }  IE6 
*:first-child+html .clearfix { zoom: 1; }  IE7 


