
/* ■サイトマップレイアウト */

.sitemap-left {
	float: left;
	width: 220px;
	height: auto;
}

.sitemap-right {
	float: right;
	width: 280px;
	height: auto;
}

.sitemap-center {
	float: right;
	width: 200px;
	height: auto;
}

.smap_b {
	color: #663300;
	font-size:14px;
	text-align:left;
	list-style:none;
	letter-spacing: 1px;
	padding: 0 0px 30px 0;
}

/* ■ミルメルレイアウト */

table.box_m {
	width: 690px;
	border: none;
	margin: 5px 5px 15px 5px;
}

.box_m_1{
	width: 230px;
	color: #333333;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 20px 0 20px 0;
	background-color: #fff1e9;
}

/* ■グループレイアウト */

table.box_g {
	width: 970px;
	text-align: left;
	border: none;
	margin: 0 0 20px 0;
}

.box_g_1{
	width: 400px;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	padding: 6px 0 4px 0;
}

.box_g_2{
	width: 190px;
	padding: 5px;
	background-color: #f0f0f0;
}

.box_g_3{
	width: 190px;
	padding: 5px;
	background-color: #f0f0f0;

}

.box_g_4{
	width: 450px;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0 10px 20px;
	background-color: #fafafa;
}
.box_g_5{
	width: 90px;
	padding: 5px;
	background-color: #f0f0f0;
}


/* ■お問い合わせレイアウト */

.contact {
	width: 700px;
	height: auto;
	font-size: 12px;
}

table.box_contact {
	width: 700px;
	text-align: left;
	border: none;
	margin: 0 0 20px 0;
}

.box_contact_1{
	width: 280px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
	padding: 10px 0 10px 20px;
	background-color: #f0f0f0;
}

.box_contact_2{
	width: 380px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
	padding: 10px 0 10px 20px;
	background-color: #fafafa;
}





