﻿@charset "utf-8";
/*===========================================
title:reset.css
create:2010-08-09
update:2010-08-09
---------------------------------------------
INDEX
---------------------------------------------
1.All Reset
===========================================*/


/* 1.All Reset
********************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}

html {
	background:#FFFFFF;
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
}

ol,ul,dl {
	text-indent: 0;
}

li {
	list-style: none;
}

fieldset,img {
	border: 0;
}

img{
	vertical-align:bottom;
}

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

caption,th {
	text-align: left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

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

abbr,acronym {
	border: 0;
}