@charset "UTF-8";
/* --------------------------------------------------
**
** print
**
** -------------------------------------------------- */
p.goToTop,
#SS_searchForm { display: none; }

h1.logo a {
	overflow: hidden;
	display: block;
	width: 264px;
	height: 47px;
	background: url(/common2/images/bg-logo-avio-01.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}


div.logo a {
	overflow: hidden;
	display: block;
	width: 264px;
	height: 47px;
	background: url(/common2/images/bg-logo-avio-01.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}

.colL {
	width: 270px;
	float: left;
}
.colR {
	width: 610px;
	float: right;
	overflow: hidden;
}
.topicPathArea {
	border-top: 1px solid #e9e9e9;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0 30px;
}
p.sitemap { display: none; }
.sitemapArea {
	background-color: #6d6d6d;
	overflow: hidden;
	padding: 40px 20px;
}
.sitemapArea .col {
	width: 25%;
	float: left;
}
.sitemapArea .col a { color: #fff; }
.copyrightArea {
	clear: both;
	background-color: #333;
	overflow: hidden;
	padding: 15px 20px;
}
.copyrightArea ul li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #BCBCBC;
	line-height: 1.7;
	font-size: 10px;
}
.copyrightArea ul li:first-child {
	border: none;
	margin-left: 0;
}
.copyrightArea ul li a { color: #bcbcbc; }
.copyrightArea small {
	float: right;
	font-size: 12px;
	line-height: 1.7;
	color: #bcbcbc;
}
.printPT100 { padding-top: 100px; }