@charset "UTF-8";

/*
** ブラウザスタイル初期化
** Date: 2007-06-26
** Author: snd
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size:100%;
	line-height:1.0;
	zoom: 1;
}

html{
	height:100%;
}

/* for IE6 hack */
* html body {
	padding-bottom:0px;
}

ul,ol,dl{
	list-style:none;
}

dfn,em,address{
	font-style:normal;
}

img,a img{
	border:none;
	background:transparent;
	vertical-align:bottom;
}

embed,object{
	vertical-align: top;
}

table{
	border:none;
	border-spacing:0;
}

th,td{
	border:none;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

fieldset{
	border:none;
}

hr{
	display:none;
}
