@charset "utf-8";

/* ****************************************************
news.css
Define news layout.
***************************************************** */

/* ****************************************************
1: CSS for common setting
***************************************************** */


/*1: CSS for common setting
=========================================*/
/* ir-top */
/* headine design */
body#ir-top div#contents #content-title {
	border-bottom:none;
}
body#ir-top div#contents #content-title h1 {
	border-bottom:none;
	background: url(../ir/images/index_h002.gif) no-repeat top left;
}
body#ir-top div#contents #content-title h1 a {
	background: url(../ir/images/index_h001.gif) no-repeat bottom left;
	background-color:none;
	border-bottom:none;
	padding:4px 8px 7px 8px;
}
body#ir-top div#contents {
	background:none;
/*	padding:0 9px 15px 9px;*/
	padding:0px 0px 0px 0px;
	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:525px;
	float: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:0px 0 0 16px;
/*		height:250px;
overflow:auto;*/
}
body#ir-top div#contents dl.ir02 dd {
	padding:0 0 0 8px;
	width:509px;
	background: url(../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(../images/com_ic008.gif) no-repeat 0 0.2em;
	display:block;
}

body#ir-top div#contents dl.ir02 dd.doc a {
	padding: 0 0 3px 16px;
	background: url(../images/com_ic011.gif) no-repeat 0 0.2em;
	display:block;
}


body#ir-top div#contents dl.ir02 dd.xls a {
	padding: 0 0 3px 16px;
	background: url(../images/com_ic012.gif) no-repeat 0 0.2em;
	display:block;
}








body#ir-top div#contents div.two-column div#data-box #message-box {
	margin:20px 0 0 0;
	width:auto;
	border:solid 1px #cfcfcf;
	text-align:center;
}
body#ir-top div#contents div.two-column div#data-box #message-box .inner {
	background:#f4f6f7 url(../ir/images/index_bg001.gif) repeat-x top left;
	text-align:left;
	padding:4px 10px 4px 10px;
	margin:1px;
}
body#ir-top div#contents ul.iconlink li {
	background:none;
	padding:0;
}
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;
}
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;
}

/* highlight_6 */
body#highlight-6 div#contents table th,
body#highlight-6 div#contents table td {
	padding:6px;
}


/* ==================================
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;
}
