@charset "utf-8";

/* ================================
プリント用CSS
================================ */

/* === リンク === */
/* IE6 only */
* html #contents li.link-indent {
	padding-left: 0;
	text-indent: 0;
}

* html #contents a.normal-link {
	zoom: 1;
}

* html #contents li.pdf-indent {
	padding-left: 0;
	text-indent: 0;
}

* html #contents a.pdf-link {
	zoom: 1;
}

* html #contents a.out-link {
	zoom: 1;
}
/* end */

/*----------------------------------------------0514*/
/* === 左ナビ 点線 === */
#leftnavi-box .side-dotline {
	zoom: 1;
}

/* IE6 only */
* html #leftnavi-box .side-dotline02 {
	zoom: 1;
}
/* end */

/* IE7 only */
*:first-child+html #leftnavi-box .side-dotline02 {
	zoom: 1;
}
/* end */
/*----------------------------------------------/0514*/

/*----------------------------------------------0526*/
/* IE6 only */
* html #leftnavi-box .sidelink-box ul li a {
	padding: 0 0 0 26px;
	background: url(../images/common_ic03.gif) no-repeat 0 0.3em;
}
/* end */
/*----------------------------------------------/0526*/

/* 印刷レイアウト設定 */
body {
	background-image:none;
}

div#contents div#leftnavi-box,
div#footupbox {
	display: none;
}

#maincontents {
	float: left;
	padding-bottom: 20px;
}


