footer {
	min-width: 1200px;
}
.contents-body {
	width: 1120px;
	margin: 0 auto;
	padding: 30px 0;
}
#sitemap {
	position: relative;
	width: 600px;
	float: left;
}
footer .home {
	width: 130px;
	height: 23px;
	margin-bottom: 15px;
}
footer .home img {width: 100%;}
#sitemap nav {margin: 20px 0 0;}
#sitemap ul {
	margin: 0;
	padding: 0 40px 0 0;
}
#sitemap li {
	margin: 0;
	padding: 8px 0 7px 10px;
	list-style-type: none;
	font-size: 18px;
	line-height: 1.5em;
	background: url("../../images/common/icon1.png") no-repeat left center;
}
#sitemap li.sitemapIcon {
	margin-bottom: 10px;
	padding-left: 0;
	background:none;
}
#sitemap li.sitemapIcon img {
	width: 30px;
	height: 24px;
	margin-right: 5px;
	vertical-align: top;
}

#sitemap .sitemapBlock {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
#sitemap ul#sitemapSub {
	margin: 0 0 0 50px;
	padding: 0 0 0 30px;
	background: none;
	background: url("../../images/common/border.png") repeat-y left top;
}

#sitemap li a {
	color: #ffffff;
	text-decoration: none;
}
#sitemap li a:hover {
	color: #8dc500;
}
#sitemap ul#sitemap-discover {margin: 0 0 10px 40px;}
#sitemap ul#sitemap-discover li,
#sitemap ul#sitemapSub li {
	font-size: 13px;
}


/* sns */
#sns {
	float: right;
	width: 450px;
	vertical-align: top;
	margin: -38px 0 20px;
	padding-left: 40px;
	background: url("../../images/common/border.png") repeat-y left top;
}
#sns h3 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
#tw {
	width: 446px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto;
	background-color: #67aadd;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
}
#tw img {
	width: 50px;
	height: 50px;
	vertical-align: middle;
}
#tw a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

#sns-thum div {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	height: 20px;
}

/* ====================================================== simple */
footer.simple .contents-body {
	padding: 15px 0 30px;
}
footer.simple #sitemap {
	width: auto;
	margin: 0 auto 20px;
	padding: 0;
}
footer.simple #sitemap nav {margin: 0;}
footer.simple #sitemap ul#sitemapSub {
	margin: 0;
	padding: 0 0 0 5px;
	vertical-align: top;
	background: url("../../images/common/border.png") repeat-y left top;
}
footer.simple #sitemap ul#sitemapSub li {
	display: inline-block;
	margin: 0;
	padding: 2px 15px 2px 5px;
	background: url("../../images/common/border.png") repeat-y right top;
}
footer address {
	margin-top: 20px;
	text-align: right;
}
footer.simple address {margin-top: 2px;}

/* ====================================================== simple */
footer.min {
	padding: 10px 0;
}
footer.min address {
	margin: 0;
	text-align: center;
}
