@charset "utf-8";
/* CSS Document */

/* ----------------------------
 == Common
---------------------------- */
body{
	margin:0;
	border:0;
	padding:0;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	background:#DBDBE7;
	height:100%;
	color:#3c2c25;
	font-size: 12px;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form{
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

textarea{ font-size: 100%; }

img{
	border: none;
	vertical-align: bottom;
}

a{
	color: #2f1e16;
	text-decoration: underline;
}

a:hover{
	color: #a57c69;
	text-decoration: underline;
}

#list a{
	color: #2f1e16;
	text-decoration: underline;
}
#list a:hover{
	color: #a57c69;
	text-decoration: underline;
}
#list span{ font-weight: bold;}

hr{ display: none; }

.pageTop{
	width: 80px;
	margin: 10px 0;
	float: right;
}

p.clear{
	font-size: 0% !important;
	margin: 0px !important;
	padding: 0px !important;
	clear: both !important;
	line-height: 0% !important;
	height: 0px !important;
	width: 0px !important;
	float: none;
}