@charset "UTF-8";

/*--------------------------------------------------------------------
FileName				:reset.css
文字コード				:UTF-8
--------------------------------------------------------------------*/

/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { IE6はtable関係が未対応
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin				:0;				/* 全マージンリセット */
	padding				:0;				/* 全パディングリセット */
}

table {
	border-collapse		:collapse;		/* 表の罫線を1本にする */
	border-spacing		:0;				/* 表のセルとセルの間隔を0にする */
	border				:0;
}

fieldset,img {
	border				:0;				/* フォームと画像の罫線を0にする */
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style			:normal;		/* 強調文字のスタイルをリセット */
	font-weight			:normal;		/* 強調文字のスタイルをリセット */
}

ol,ul {
	list-style			:none;			/* リストのスタイルをリセット */
}

caption,th {
	text-align			:left;			/* キャプションとhtの文字位置を左寄せにする */
}

h1,h2,h3,h4,h5,h6 {
	font-size			:100%;			/* 見出し文字の大きさをリセット */
	font-weight			:normal;		/* 見出し文字の太さをリセット */
}

q:before,q:after {
	content				:'';			/*  */
}

abbr,acronym {
	border				:0;				/*  */
}

