@charset "iso-8859-1";

/*
 * print.css
 *
 */
 

/* header
-----------------------------------*/
	div.dNonVisual,
	p.pNonVisual,
	ul#uHeadNaviUpper,
	div#dHeadNaviLower,
	div#dGlobalNavi ul {
		display: none;
	}
	img#iSiteID {
		float: none;
		margin-top: 0px;
	}
	div#dGlobalNavi {
		background: none;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}

/* body
-----------------------------------*/
	div#dBody {
		border-bottom: 1px solid #ccc;
	}
	div#dBodyL {
		display: none;
	}
	div#dBodyR {
		float: none;
	}
	
	div.dContactInfoBox {
		width: 100%;
		background: none;
		border-top: 1px solid #cccccc;
		padding-top: 15px;
	}
			div#dBodyR div.dContactInfoBox h3,
			body#utility div#dBody div.dContactInfoBox h3 {
				background: none;
				border: none;
				padding: 0px;
				text-align: left;
				font-size: 14px;
			}
			div#dBodyR div.dContactInfoBox h3 a,
			body#utility div#dBody div.dContactInfoBox h3 a {
				background: none;
				padding: 0px;
			}
			div.dContactInfoBox ul {
				background: none;
				text-align: left;
			}
			div.dContactInfoBox ul li {
				margin-bottom: 3px;
				margin-left: 15px;
				padding-left: 8px;
				list-style-type: disc;
				line-height: 1.4;
			}
	
	div#dProTab,
	div#dContentsEnd {
		display: none;
	}
	
/* footer
-----------------------------------*/
	ul#uFootNavi {
		display: none;
	}
	div#dFooter {
		background: none;
	}
			div#dFooter div {
				width: 100%;
			}
			img#iCopyright,
			img#iLogoName {
				float: none;
				padding-top: 10px;
			}
