/*============================================================
	1: -print
============================================================*/

/* -Adjust Size for IE6, fit for A4 size
--------------------------------------------------*/

	* html body {
		zoom:65%;
	}


/* -Fix for IE6
--------------------------------------------------*/

	* html .importantMessage,
	* html .headingLv2 ul li a {
		zoom:1;
	}

	* html .innerbox,
	* html .innerbox *,
		zoom:1;
	}

	* html .textListNavi ul li {
		background:url(/common/images/shared/arrow01.gif) 2px 0.5em no-repeat;
	}
		* html .textListNavi ul li a {
			background:none !important;
		}


/* -common adjustment
--------------------------------------------------*/


	.withoutLocalNavigation .leftContent {
		display:block !important;
		float:none !important;
		width:100% !important;
	}
	.withoutLocalNavigation .contentDivide2-light .devidedArea,
	.withoutLocalNavigation .contentDivide2-dark .devidedArea {
		width:49.8%;
	}
	.withoutLocalNavigation .leftContent {
		border-bottom:solid 1px #959595;
	}
	.withoutLocalNavigation ..contentDivide2-light,
	.withoutLocalNavigation ..contentDivide2-dark {
		background-position:49.5% 0;
	}

	body.top #mainVisual {
		height:180px !important;
		overflow:hidden;
	}
		body.top #mainVisual #topCategoryLink {
			display:none;
		}

	#utilities,
	#footer ul,
	#globalNavigation,
	#categoryNavigation,
	#topicPath,
	.leftContent,
	.rightContent
	{ display:none; }

	#mainVisual {
		background:#fff;
		width:auto;
		margin-right:1px;
		float:none;
	}

	.centerContent {
		background:#fff;
		width:auto !important;
		float:none;
	}
	#header,
	#mainVisual {
		border-top:solid 1px #959595;
	}
