@charset "utf-8";

/* font settings [ ir.css ]
=================================
1: general elements
99: clearFix
=================================*/


/* general elements
=================================*/

/* h1  */
#ir.release #h1Container h1 {
	background: url(/ir/images/release_h001.jpg) no-repeat 0 0;
}
#ir.message #h1Container h1 {
	background: url(/ir/images/message_h001.jpg) no-repeat 0 0;
}
#ir.library #h1Container h1 {
	background: url(/ir/images/library_h001.jpg) no-repeat 0 0;
}
#ir.earnings #h1Container h1 {
	background: url(/ir/images/earnings_h001.jpg) no-repeat 0 0;
}
#ir.yuho #h1Container h1 {
	background: url(/ir/images/yuho_h001.jpg) no-repeat 0 0;
}
#ir.report #h1Container h1 {
	background: url(/ir/images/report_h001.jpg) no-repeat 0 0;
}
#ir.other #h1Container h1 {
	background: url(/ir/images/other_h001.jpg) no-repeat 0 0;
}
#ir.information #h1Container h1 {
	background: url(/ir/images/information_h001.jpg) no-repeat 0 0;
}
#ir.situation #h1Container h1 {
	background: url(/ir/images/situation_h001.jpg) no-repeat 0 0;
}
#ir.rule #h1Container h1 {
	background: url(/ir/images/rule_h001.jpg) no-repeat 0 0;
}
#ir.procedure #h1Container h1 {
	background: url(/ir/images/procedure_h001.jpg) no-repeat 0 0;
}
#ir.highlight #h1Container h1 {
	background: url(/ir/images/highlight_h001.jpg) no-repeat 0 0;
}
#ir.disclosure #h1Container h1 {
	background: url(/ir/images/disclosure_h001.jpg) no-repeat 0 0;
}

/* Over Ride  */

#ir.release .releaseBoxList dl {
  padding:5px 30px 0 0;
  background:none;
}
#ir.release .releaseBoxList dl dd {
	margin: 0 0 0 12em;
}
/* EOL Area  */
#ir .btList{
    width:730px;
	margin:10px 0 0 0;
}
#ir .btList li{
	float:left;
	margin:0 20px 0 0;
}

/* Adjustment  */

.adjustment-01 {
	padding-bottom:47px;
}
* html .adjustment-01 {
	padding-bottom:41px;
}
.adjustment-02 {
	padding-bottom:67px;
}
* html .adjustment-02 {
	padding-bottom:61px;
}

/* clearFix
=================================*/
#ir .btList:after,
div.resultsContentsBox:after,
div.localTransition:after
 {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #ir .btList,
* html div.resultsContentsBox,
* html div.localTransition
 {/* IE6 hack */
	zoom: 1;
} 
*:first-child+html #ir .btList,
*:first-child+html div.resultsContentsBox,
*:first-child+html div.localTransition

 {/* IE7 hack */
	zoom: 1;
}
