@charset "Shift_JIS";

/* ----------------------------------------
	reset
---------------------------------------- */

html, body,
div, p,
table, tr, th, td,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
img, a, address {
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}


/* ----------------------------------------
	setting
---------------------------------------- */

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	background: #FFF;
	font-size: 12px;
	line-height: 24px;
	color: #787878;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}

a {
	color: #b48246;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}

a:hover {
	color: #e1cdb4;
	text-decoration: none;
}


/* ----------------------------------------
	clearfix
---------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

