@charset "utf-8";

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

   IR情報スタイル 

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

/* ------------------------------------------------------------------------
   共通スタイル
------------------------------------------------------------------------ */

/*----- h2　カテゴリータイトル -----*/

body#irCat h2#category-title-bg {
	background:url(/ir/common/images/h2-category.gif) right top no-repeat;
}



/* ------------------------------------------------------------------------
   IR情報トップページ
------------------------------------------------------------------------ */

/*----- 表組み -----*/
ul.ir-list {
	margin:0 0 20px 0;
}

ul.ir-list li {
	background:url(/common/images/icon/arrow-right.gif) left center no-repeat;
	padding:0 0 0 20px;
	margin:0;
}

ul.ir-list li a {
	background:url(/common/images/icon/pdf.gif) left center no-repeat;
	padding:0 0 0 18px;
}

/*----- 業績の推移 -----*/
img#achievements {
	margin:10px 0 0 0;
}

.ir-data {
	width:480px;
	margin:0 auto 20px auto;
}
.ir-table {
	width:480px;
	margin:0 auto;
}

.ir-table th {
	background:#4f4f4f;
	color:#ffffff;
	border:1px solid #666;
	font-size:90%;
}

.ir-table th.th-2nd {
	background:#777777;
	color:#ffffff;
}

.ir-table td {
	width:120px;
	text-align:right;
	border:1px solid #666;
	font-size:100%;
}

.ir-table td.ir-year {
	width:160px;
	text-align:center;
}

.txt-ir-table {
	margin:0;
	text-align:right;
	font-size:12px;
}
