@charset "utf-8";

body {
	font-size:12px;
	color:#333333;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	/*text-align:center;/*IE6用左右中央寄せ*/*/
}

/** reset
/**************************************/
html {
	color:#000;
	background:#faf8f5
}
body,html,div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select,blockquote, th, td {
	margin:0;
	padding:0
}
p {
	margin:0 0 20px 0;
	padding:0;
}
fieldset, img {
	border:0
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select,textarea, th, var {
	font:inherit
}
del, ins {
	text-decoration:none
}
li {
	list-style:none
}
caption, th {
	text-align:left
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0;
	font-variant:normal
}
sup {
	vertical-align:baseline
}
sub {
	vertical-align:baseline
}
legend {
	color:#000
}
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
	border:0;
}

