@charset "utf-8";
/* CSS Document */

/* ----------------------------------
	基本値設定
---------------------------------- */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	
}
body {
	color: #76572F;
	line-height: 1;
	background-color: #FFF9E6;
}
p {
	line-height: 160%;
}


a img, fieldset, img {
	border: 0;
	vertical-align: top;
}
blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size:100%;
}
input, select, textarea {
	font-size:100%;
}
ol, ul, li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
hr {
	display: none;
}
em {
	font-style: normal;
	font-weight: bold;
}

/*----- [font scheme] -----*/
body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	font-weight: bold;
	color: #8AB51E;
	text-decoration: underline;
}


/*----- [links color scheme] -----*/
a:link, a:visited, a:hover, a:active {	text-decoration: underline;}
a:link {

}
a:visited {
	font-weight: bold;
	color: #8AB51E;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #8AB51E;
	text-decoration: none;
}
