/* ========================================
	credit SAISON
	reset.css
======================================== */

* {	color:#333; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{ border-spacing:0; }
table th,
table td { table-layout:fixed; }
* html body table { border-collapse:collapse; }
*:first-child+html table { border-collapse:collapse; }
fieldset,img{ border:0; } 
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ol,ul{ list-style:none; }
caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0; }
body {
	margin:0 auto;
	width:100%;
	height:100%;
	background-color:#fff;
	font:12px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
html{ height:100%; }
html>/**/body { font-size: 12px; /* Except IE */ }
table {
	font-size:inherit;
	font:100%;
}
th,td {
	margin:0;
	padding:0;
	border:none;
}
ul,ol { list-style-type:none; }
img,
a img { border:none; }
a:link,
a:visited { text-decoration:none; }
a:hover,
a:active { text-decoration:underline; }
