@charset "utf-8";

/* ----------------------------------------------------
   全ページのスタイルをリセット
------------------------------------------------------- */

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

body {
	font-size: 75%; /*基本フォントを12pt相当にする*/
	}

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

ul/*,ol*/ {
	list-style: none;
	}

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

img {
	vertical-align:top;
	}

img , fieldset , abbr , acronym/* , a img*/ {
	border: 0;
	}

table {
	border-collapse: collapse;
	}

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

abbr , acronym {
	border: 0;
}