@charset "utf-8";
/*
 * For Reset
 * (C) 2012 Amuseweb Saito
 */
html,body{
	width: 100%;
}
body {
	/*font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style:normal;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.8;
	color: #21ac82;
	background-color: #fdf5db ;

}
html, span, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-weight:inherit;
	vertical-align: baseline;
	list-style:none;
}
ul,ol{
	list-style-type: none;
}
img {
	border: none;
}

.clear{
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
	display: block;
}