@charset "utf-8";
/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for 
   you to simply add your own. This is a basic template 
   after all.
   ---------------------------------------------------------*/

	
/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/

nav,
#font,
.sitemapBtn,
#sidebar,
#footerInner {
	display: none;
}

#wrapper,
.mainBg {
	background: none;
}

header#header {
	height: 102px;
}

header#header h1:before {
	/*content: url(../images/header_logo.gif);*/ /* <IE8 NG */
} 

header#header h1 {
	position: static;
}

#top .mainBg {
	background: none;
	height: auto;
}

#top .mainTitle {
	height: 0;
}

main {
	display: block;
	overflow: hidden;
}

#mainContent {
	width:960px;
	float: none;
	/*margin:0 auto;*/
	margin: 0;
	box-shadow: none;
	/*-moz-transform-origin: top left;
	-moz-transform: scale(1.4);
	zoom: 1.4;*/
	/*-webkit-transform-origin: top center;
	-webkit-transform: scale(1.4);
	transform-origin: top center;
	transform: scale(1.4);*/
}

#mainContentInner {
	width: 100%;
}

.mainTitle h2{
	text-shadow:none;
	color:#000000;
}

footer#footer {
	display: inline-block;
}

footer#footer .footerBox02 dt a:before {
	content: url(../images/footer_logo.gif);
}

.copy small{
	display:none;
}

footer#footer .footerBox02 dl{
	width: 580px;
	margin:0 auto;
	float:none;
}


