/* CSS Document */
@charset "utf-8";
body{
	background-color:#D2C3B0;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	color:#471D16;
	font-family:"ＭＳ Ｐゴシック", "Osaka,"serif;
}

.main{
	background:#F2E0DA;
	margin:0 auto;
	width:800px;
}

.common_main{
	background:#F2E0DA;
	margin:0 auto;
	width:800px;
}


.futter{
	width:738px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

.under_line2 {
	text-decoration: underline;
	font-weight: bold;
}

.under_line2 a{
	text-decoration: underline;
	font-weight: bold;
	color:#471D16;
}

.under_line2 a:hover{
	text-decoration: underline;
	font-weight: bold;
	color:#471D16;
}