@charset "shift-jis";

/* サイトマップ */
div#contents h1 {
	margin: 1px 0 0 0;
	padding-bottom: 13px;
	border-bottom: 5px solid #000000;
}

/* 共通 */
div#contents div#sitemap_upper,
div#contents div#sitemap_lower {
	clear: both;
	margin: 25px 0 25px 42px;
}

div#contents div#sitemap_upper ul,
div#contents div#sitemap_lower ul { list-style-type: none; }

div#contents div#sitemap_upper ul li,
div#contents div#sitemap_lower ul li {
	float: left;
	width: 215px;
	margin-left: 15px;
}

* html div#contents div#sitemap_upper ul li,
* html div#contents div#sitemap_lower ul li { display: inline; }

div#contents div#sitemap_upper ul li#thermclassic,
div#contents div#sitemap_lower ul li#news,
div#contents div#sitemap_lower ul li#contact,
div#contents div#sitemap_lower ul li#link { margin-left: 0; }

div#contents div#sitemap_upper ul li ul,
div#contents div#sitemap_lower ul li ul {
	margin: 5px 0 0 5px;
	padding: 0;
	background-image: none;
}

div#contents div#sitemap_upper ul li ul li,
div#contents div#sitemap_lower ul li ul li {
	display: block;
	float: none;
	width: 210px;
	margin-left: 0;
}


/* 上段 */
div#contents div#sitemap_upper {
	padding-bottom: 15px;
	background: url(../images/bottom_border.gif) 0 bottom no-repeat;
}

/* 下段 */
div#contents div#sitemap_lower {
	position: relative;
	background: url(../images/bottom_border02.gif) 0 bottom no-repeat;
}

* html div#contents div#sitemap_lower ul { position: relative; }

div#contents div#sitemap_lower ul { padding-bottom: 15px; }

div#contents div#sitemap_lower ul li#news,
div#contents div#sitemap_lower ul li#catalog,
div#contents div#sitemap_lower ul li#contact,
div#contents div#sitemap_lower ul li#link {
	padding-bottom: 3px;
	border-bottom: 2px solid #000000;
}

div#contents div#sitemap_lower ul li#contact {
	position: absolute;
	left: 0;
	bottom: 0;
}

div#contents div#sitemap_lower ul li#link {
	position: absolute;
	right: 43px;
	bottom: 0;
}

div#contents p.scc { margin: 20px 0 30px 42px; }


/* clearfix */
div#contents div#sitemap_upper ul,
div#contents div#sitemap_lower ul { display:inline-block; }

div#contents div#sitemap_upper ul:after,
div#contents div#sitemap_lower ul:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
