@charset "UTF-8";
/* reset browser settings
------------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #f2f2f2;
	font-family:"ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", sans-serif;
}
div, p {
	line-height:1.4;
}
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;
}
/* 共通設定：リンク色設定
--------------------------------------------------------------------*/
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;
}

