@charset "UTF-8";
@import url(./base.css);

/*-------------------------------------------
サイトマップ
-------------------------------------------*/
.sitemap #h2_sitemap strong {
	background-image	: url(../sitemap/images/h2_sitemap.png);
}

.sitemap #contents_area #contents_container div {
	display				: inline;
	width				: 250px;
	text-align			: center;
	margin				: auto;
}

.sitemap #contents_area #contents_container div#left_box {
	float				: left;
	margin				: 0;
}

.sitemap #contents_area #contents_container div#center_box {
	float				: left;
	margin				: 0 10px;
}

.sitemap #contents_area #contents_container div#right_box {
	float				: right;
	margin				: 0;
}

.sitemap #contents_area h3 {
	position			: relative;
	z-index				: 1;
	width				: 244px;
	height				: 33px;
	margin				: 0 auto 15px auto;
}

.sitemap #contents_area h3 strong {
	display				: block;
	width				: 244px;
	height				: 33px;
	margin				: 0;
	background-repeat	: no-repeat;
}

.sitemap #contents_area h3 strong a {
	display				: block;
	width				: 244px;
	height				: 33px;
}

.sitemap #contents_area h3 strong span {
	display				: block;
	width				: 244px;
	height				: 33px;
	position			: relative;
	z-index				: -1;
	overflow			: hidden;
}

.sitemap #contents_area #h3_top strong {
	background-image	: url(../sitemap/images/h3_top.png);
}

.sitemap #contents_area #h3_company strong {
	background-image	: url(../sitemap/images/h3_company.png);
}

.sitemap #contents_area #h3_link strong {
	background-image	: url(../sitemap/images/h3_link.png);
}

.sitemap #contents_area #h3_products strong {
	background-image	: url(../sitemap/images/h3_products.png);
}

.sitemap #contents_area #h3_production strong {
	background-image	: url(../sitemap/images/h3_production.png);
}

.sitemap #contents_area #h3_recruit strong {
	background-image	: url(../sitemap/images/h3_recruit.png);
}

.sitemap #contents_area #h3_netshop strong {
	background-image	: url(../sitemap/images/h3_netshop.png);
}

.sitemap #contents_area #h3_contact strong {
	background-image	: url(../sitemap/images/h3_contact.png);
}

.sitemap #contents_area #h3_introduction strong {
	background-image	: url(../sitemap/images/h3_introduction.png);
}

.sitemap #contents_area #h3_health-information strong {
	background-image	: url(../sitemap/images/h3_health-information.png);
}

.sitemap #contents_area ul {
	margin				: 6px auto 6px auto;
	width				: 220px;
}

.sitemap #contents_area li {
	margin				: 0 auto 15px auto;
	width				: 220px;
	text-align			: left;
}

.sitemap #contents_area a {
	color				: #000000;
	text-decoration		: underline;
}