@charset "utf-8";
/* --------------------------------------------------------------
	base.css    基本＆共通スタイル
--------------------------------------------------------------
	=header
	=contents
	=main
	=sub
	=footer
-------------------------------------------------------------- */

/* Reset & Default
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,dl, dt, dd, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font-style: normal; vertical-align: baseline;}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {display: block;}

html{height: 100%; overflow-y: scroll;}

body,textarea,input {font: 12px/1 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;}/**/

h1,h2,h3,h4,h5,h6 {font-weight: bold;}
ul{list-style: none;}
li img {vertical-align: bottom;}

/*table {border-collapse: separate; border-spacing: 0; border: solid #a4903c; border-width: 1px 0 0 1px; font-size: inherit; font-size: 100%;}
th,td {border: solid #a4903c; border-width: 0 1px 1px 0; text-align: left; font-weight: normal;}*/

textarea{resize: vertical;}
optgroup {font-style: normal;}

/* 
-------------------------------------------------------------- */
body{
	color: #000000;
	font-size:0.8em;
	line-height:145%;
}

