@charset "UTF-8";
/* reset browser settings
------------------------------------------------------------------- */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px; /* default font-size :12px */
	letter-spacing: 0.1em;
	line-height: 1;
	color: #ffffff;
	font-family:"ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", sans-serif;
}
div, p {
	line-height: 1.5;
}
div, p, h1, h2, h3, h4, h5, h6, tr, th, td, dl, dt, dd, a {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}
em {
	font-weight: bold;
	font-style: normal;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* --------------------------------------
		default font-size: 12px
-----------------------------------------
6px     50%
7px     58.3%
8px     66.7%
9px     75%
10px    83.3%
11px    91.7%
12px    100%
13px    108.3%
14px    116.7%
15px    125%
16px    133.3%
17px    141.7%
18px    150%
19px    158.3%
20px    166.7%
21px    175%
22px    183.3%
23px    191.7%
24px    200%
-----------------------------------------
*/

/* 共通設定：リンク色設定
--------------------------------------------------------------------*/
a:link {
	color: #816d5c;
	text-decoration: underline;
	outline: none;
}
a:active {
	color: #816d5c;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #816d5c;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #816d5c;
	text-decoration: underline;
	outline: none;
}

/* common class
------------------------------------------------------------------- */
/* cfx
-------------------------------- */
.cfx:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cfx {
	zoom: 1;
}
/* swfarea
-------------------------------- */
object, .swfarea:focus {
	outline: none;
}
