@charset "utf-8";
/*---------------------------------------------
Reset Style
---------------------------------------------*/
*			{ margin: 0; padding: 0; font-size: 100%; }
html		{ color: #000; overflow-y: scroll; }
body		{ font-family:"ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Osaka",sans-serif; font-size: 12px; line-height: 1.7; height: 100%; text-align: center;  /font-family: "ＭＳ Ｐゴシック","Osaka", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; }

hr,legend	{ display: none; }
img			{ border: none; vertical-align: bottom; }

div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td { margin: 0; padding: 0; }
address, th, caption, em, strong	{ font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6				{ font-size: 100%; font-weight: normal; margin: 0; padding: 0; }
input, select, textarea				{ font-size: 100%; font-family: inherit; font-weight: inherit; }
sup			{ vertical-align: text-top; font-size: 72%; }
sub			{ vertical-align: text-bottom; font-size: 72%; }
ol, ul		{ list-style: none; }
table		{ border-collapse: collapse; border-spacing: 0; font-size: 100%; font-size: inherit; }
caption		{ text-align: left; }
fieldset	{ border: 0; }

a			{ overflow: hidden; outline: none; }
a:link		{ color: #003399;}
a:visited	{ color: #003399;}
a:hover, 
a:active	{ color: #3333cb; }

input, textarea	{ font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif; }

