@charset "utf-8";

/* ****************************************************
ir.css
Define ir layout.
***************************************************** */

/* ****************************************************
1: Investor Relations
2: Stock Price
99: extra
***************************************************** */

/*1: Investor Relations
=========================================*/
body#ir-top div#contents #content-title {
	border-bottom:none;
	width:781px;
}
body#ir-top div#contents #content-title h1 {
	border-bottom:none;
	padding-top:2px;
	background:#ffffff url(/common/images/com_h002.gif) no-repeat top left;
}
/* for IE6 */
* html body#ir-top div#contents #content-title h1 {
	height:1px;
}

body#ir-top div#contents #content-title h1 a {
	background:#ffffff url(/common/images/com_h001.gif) no-repeat bottom left;
	background-color:none;
	border-bottom:none;
	padding:2px 8px 7px 8px;
}
/* for IE6 */
* html body#ir-top div#contents #content-title h1 a {
	height:1px;
}

body#ir-top div#contents {
	background:none;
	padding:0 9px 15px 9px;
	line-height:1.4;
}
body#ir-top div#contents div#main-container {
	margin-top:10px 0 0;
}
body#ir-top div#contents div.two-column {
	width:781px;
	margin:20px 0 0 0;
}
body#ir-top div#contents div.three-column {
	width:765px;
	margin:20px 0 0 16px;
}
body#ir-top div#contents div.two-column div#news-box {
	width:541px;
	float:left;
	background:url(/ir/images/index_bg002.gif) repeat-x top left;
}
body#ir-top div#contents div.two-column div#data-box {
	width:230px;
	float:right;
}

/* 3Column */
body#ir-top div#contents div.three-column div.three01 {
	width:230px;
	float:left;
	margin:0 38px 0 0;
}
body#ir-top div#contents div.three-column div.three02 {
	width:230px;
	float:left;
	margin:0;
}
body#ir-top div#contents div.three-column div.three03 {
	width:230px;
	float:right;
}
body#ir-top div#contents dl.ir02 {
	margin:16px 0 0 16px;
	height:250px;
	overflow:auto;
	font-size:83%;
}
body#ir-top div#contents dl.ir02 dt {
	font-weight:bold;
	font-size:83%;
}
body#ir-top div#contents dl.ir02 dd {
	padding:0 0 0 8px;
	width:509px;
	background: url(/common/images/com_ic003.gif) no-repeat 0 0.5em;
}
body#ir-top div#contents dl.ir02 dd.pdf a {
	padding: 0 0 3px 16px;
	background: url(/common/images/com_ic008.gif) no-repeat 0 0.2em;
	display:block;
}
/* for IE6 */
* html body#ir-top div#contents dl.ir02 dd.pdf a {
	height: 1px;
}

body#ir-top div#contents div.two-column div#data-box #message-box {
	margin:20px 0 0 0;
}
body#ir-top div#contents ul.iconlink li {
	background:none;
	padding:0;
}
body#ir-top div#contents ul.iconlink li a {
	font-weight:normal;
}
body#ir-top div#contents div.column-type1 {
	margin:20px 0 0 16px;
	width:765px;
}
body#ir-top div#contents div.column-type1 .two01 {
	width:230px;
}
body#ir-top div#contents div.column-type1 .two02 {
	width:497px;
	border:solid 2px #cccccc;
	padding:0 0 10px 0;
}
body#ir-top div#contents div.column-type1 .two02 h3 {
	margin:10px 10px 0 10px;
	font-size:110%;
}
body#ir-top div#contents div.column-type1 .two02 ul {
	margin:10px 0 0 0;
}
body#ir-top div#contents div.column-type1 .two02 ul li {
	width:214px;
	margin:0 0 0 10px;
	float:left;
}
body#ir-top div#contents div.three-column div.three01 p,
body#ir-top div#contents div.three-column div.three02 p,
body#ir-top div#contents div.three-column div.three03 p,
body#ir-top div#contents div.column-type1 .two01 p {
	margin:5px 0 0 0;
}

/* Pageup box */
body#ir-top #footer #pageup-box {
	background:none;
}

/* col */
div#contents div.two01_ir {
	float:left;
	width:225px;
}
div#contents div.two02_ir {
	float:right;
	width:110px;
}

/*2: Stock Price
=========================================*/
body#stockprice iframe {
	width:564px;
	height:550px;
	margin:10px auto 0;
	text-align:left;
}

/*99: extra
=========================================*/
/* ==================================
Clear fix
================================== */
div#contents .ir_txt .wrap:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

div#contents .ir_txt .wrap{
	min-height: 1px;
}

/* for IE6 */
* html div#contents .ir_txt .wrap {
	height: 1px;
}

/* for IE7 */
*:first-child+html div#contents .ir_txt .wrap {
	zoom: 1;
}