@charset "utf-8";

/*
------------------------------*/
* html * {
	zoom: 1;
}  /* debug:IE6 */
html { /*overflow-y: hidden;*/
	
}

body,div,p,blockquote,ol,ul,li,dl,dt,dd,table,tr,th,td,h1,h2,h3,h4,h5,h6,form,textarea,label
	{
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
}

li {
	list-style-type: none;
}

label {
	cursor: pointer;
}

img {
	border: 0px;
	vertical-align: bottom;
}

a:active,a:focus {
	outline: none;
}

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

caption,th {
	text-align: left;
}

