@charset "utf-8";

/* ****************************************************

1: basic setting
2: background visible (for IE6)
3: page ditail

***************************************************** */

/*1: basic setting
=========================================*/
/* html body {
	zoom: 72%;
}



/*2: background visible (for IE6)
=========================================*/
div#mainContainer div#contents .col3 ul.linkList li a,
div#mainContainer div#contents .col3 ul.linkList li,
div#mainContainer div.relatedInfo dl dd p.link span,
div#mainContainer div#localNavi ul.localNavi02 li,
div#mainContainer div#localNavi ul.localNavi04,
div#mainContainer div#localNavi #localNaviTitle,
.company-contents .contents-left .company-col2 dt a,
.company-contents .contents-right dl dt a,
.products-contents .products-col2 dt a,
.products-contents ul.relation-inf li a,
.products-contents ul.relation-inf-bt li a,
.solution-contents .solution-col2 dt a,
.solution-contents .solution-col2c dt a,*/
p.pagetop a {
	height: 1%;
}



/*3: page ditail
=========================================*/

/* ==================================
index.html
================================== */
* html div#mainContainer div#contents .col3 ul.linkList li a { /* IE6 hacks */
	padding-left: 22px;
	background: url(../images/com_ic003.gif) no-repeat 0 0.45em;
	zoom: 1;
}
* html .company-contents .contents-left .company-col2 dt a,
* html .company-contents .contents-right dl dt a,
* html .products-contents .products-col2 dt a,
* html .products-contents ul.relation-inf li a,
* html .products-contents ul.relation-inf-bt li a,
* html .solution-contents .solution-col2 dt a,
* html .solution-contents .solution-col2c dt a,
* html p.pagetop a { /* IE6 hacks */
	zoom: 1;
}

/* ==================================
product.html
================================== */
* html .products-contents .products-col2 dt a {
	background: url(../images/com_ic007.gif) no-repeat 0 1px;
}
* html .products-contents ul.relation-inf li a {
	background: url(../images/com_ic007.gif) no-repeat 0 1px;
}
/* ==================================
company.html
================================== */
* html .company-contents .contents-left .company-col2 dt a {
	background: url(../images/com_ic007.gif) no-repeat 0 1px;
}
* html .company-contents .contents-right dt a {
	background: url(../images/com_ic007.gif) no-repeat 0 1px;
}
/* ==================================
solution.html
================================== */
* html .solution-contents .solution-col2 dt a {
	background: url(../images/com_ic007.gif) no-repeat 0 1px;
}
* html .solution-contents .solution-col2c .solution-col2c-left dt a,
* html .solution-contents .solution-col2c .solution-col2c-right dt a {
	background: url(../images/com_ic007.gif) no-repeat 0 1px;
}

/* ==================================
DISPLAY: none <2009.12.10 t.yoshida>
================================== */

@media print{

div#mainContainer div#contents {
		width:555px; float:none;
}

#headerContents { 
		display:none
}
#globalNavi {
		display:none
}
#topicPath {
		display:none
}
div#mainContainer div#subContents {
		display:none
}
#siteUtility {
		display:none
}



}


