@charset "utf-8";

/* ****************************************************

印刷対応用CSS

***************************************************** */

/*1: basic setting
=========================================*/
* html body {
}
div#contents { /* for Fx hack */
	display: table;
}
* html div#contents { /* for IE6 hack */
	width: 931px;
}

/*2: background visible (for IE6)
=========================================*/
#contents .imgColumn .text h4,
#contents .imgColumn .text h3 span,
#contents .imgColumn .text h3,
#contents .wrap ul li span {
	height: 1%;
}


/*3: page ditail
=========================================*/

/* ==================================
sitemap
================================== */
* html .sitemap #contents .subSection {
	width: 280px;
}
div#contents {
	display: table;
	width: 931px;
}
