@charset "utf-8";
/*==========================================================
File name: reset.css
Description: ブラウザスタイルの初期化
Author:　
Editor:　
Date:　
Update:　
Table of contents:
・ブラウザスタイルの初期化
==========================================================*/

/*--------------------------------------------------------------
ブラウザスタイルの初期化
---------------------------------------------------------------*/
body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	padding:0;
	z-index:1;
	font-size:12px;
	line-height: 1.4;
	color: #444444;
}
h1,h2,h3,h4,h5,h6,{
	margin:0;
	padding:0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	letter-spacing:0.05em;
}
table,th,td{
	margin:0;
	padding:0;
	line-height: 1.6;
}
img{
	vertical-align:top;
	border:0;
	margin:0;
	padding:0;
	
}
ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height: 1.6;
}
p{
	margin:0;
	padding:0;
	line-height: 1.6;
}


