/*-------------------------------------------------------------------------

reset.css

--------------------------------------------------------------------------*/

*{ margin: 0; padding:0; }
body,input,button {
line-height:normal;
font-family:"ＭＳ ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

textarea {
line-height:normal;
font-family:"ＭＳ ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
html, body,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
div, p, blockquote,
th, td,
form, fieldset, input, textarea,
pre { 
	margin: 0;
	padding: 0;
	line-height:normal;
	font-family:"ＭＳ ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

body { line-height: 1; background-color: #FFF; color: #000;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address,
caption, th
cite,
code, var,
dfn,
em, strong { font-style: normal; font-weight: normal;}

table { border-collapse: collapse; border-spacing: 0;}
caption,th { text-align: left;}
fieldset { border: 0;}
ol,ul {list-style: none;}
img { border:0; }
a{ color:#306FB4; outline: 0; text-decoration:underline;}
a:hover{ color:#306FB4; text-decoration: none;}


