@charset "UTF-8";
/* CSS Information ==========

ファイル名	: reset.css
最終更新	: 2009.00.00
内容		: デフォルトスタイルの初期化

=========================== */

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

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

body {  
	font-size: 75%;  
}  

html>/**/body{  
	font-size: 12px;  
}

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

img{  
    border: 0;  
}

li{  
    list-style-type: none;  
}

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