@charset "Shift-JIS";
/*************************************
　デフォルトのスタイルのリセット
*************************************/
/***********
    RESET
************/
* {
	margin: 0;
}

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;
}

h1,h2,h3,h4,h5,h6,em,strong,address,th {
	font-style:normal;
	font-weight:normal;
	font-size:1em;
}

ul,li{
	list-style-type:none;
}

img,a img {
	border:none;
	vertical-align:top;
}
/*
table {
	border-collapse:collapse;
	border-spacing:0;
}
*/
table,td,th,fieldset {
	border:none;
}

hr{
	display:none;
}
.clear{
	clear:both;
}
