@charset "shift_jis";

html { overflow-y: scroll;}

body {
	background: #62C3A1;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	text-align: center;
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
}

fieldset,img { border: 0px;}

ul, ol { list-style-type: none;}



/*-----------------------------------------------------------
					フォント初期設定
-----------------------------------------------------------*/
h4, h5, h6, th { font-weight:normal;}

address, em {
	font-style:normal;
}

h1, h2, h3, h4, h5, h6, p, address, table, dl, ul, ol {
	font-size: 12px;
}


caption, th { text-align:left;}

a:link { color: #494949;}
a:visited { color: #494949;}
a:hover { color: #090;}
a:active { color: #090;}



/*-----------------------------------------------------------
						余白初期設定
-----------------------------------------------------------*/
p, dd, h1, h2, h3, h4, h5, h6,
html, body, div,
dl, dt, ul, ol, li,
pre, blockquote,
form, fieldset, input, textarea, 
table, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

