@charset "utf-8";

/************************************************

	reset.css

		0.common
		1.html
		2.heading
		3.table
		4.list
		5.img
		6.sup,sub
		7.form
		8.hr

	Copyright 2009 Image Co., Ltd. All Rights Reserved.
	URL http://www.img.co.jp/

*************************************************/

/*==============================================*/
/* 0.common
/*==============================================*/
html,
body,
div,p,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,
th,td{
	margin:0;
	padding:0;
}

address,code,
em,strong{
	font-style:normal;
	font-weight:normal;
}

/*==============================================*/
/* 1.html
/*==============================================*/
html{overflow-y:scroll;}

/*==============================================*/
/* 2.heading
/*==============================================*/
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

/*==============================================*/
/* 3.table
/*==============================================*/
table{
	border-collapse:collapse;
	border-spacing:0;
}

caption,th{
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

/*==============================================*/
/* 4.list
/*==============================================*/
li{list-style:none;}

/*==============================================*/
/* 5.img
/*==============================================*/
img{border:0 none;}

/*==============================================*/
/* 6.sup,sub
/*==============================================*/
sup,sub{font-size:77%;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

/*==============================================*/
/* 7.form
/*==============================================*/
fieldset{border:0;}

input,
textarea,
select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/* IE5 IE6 */
*html input,
*html textarea,
*html select{font-size:100%;}
/* IE7 IE8 */
*+html input,
*+html textarea,
*+html select{font-size:100%;}

legend{color:#000;}

/*==============================================*/
/* 8.hr
/*==============================================*/
hr{
	display:none;
	visibility:hidden;
}


