﻿@charset "UTF-8";
/******************** Press style ********************/

/* 投資家向け情報 */
#ir_box01 {
}

#ir_box01 td {
	font-size: 12px;
	line-height: 18px;
	padding: 3px 5px;
}

.ir_box_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.ir_box_tit01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
.ir_box_tit02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0067a2;
}
.ir_box_select {
	font-weight: bold;
	color: #0067a2;
	background-color: #f2f2f2;
}
.ir_box_sub {
	text-indent: 15px;
}


/* アコーディオンメニュー用に追加 */


ul#NodeMenu li {
	list-style: none;
	width:560px;
}

ul#NodeMenu a {

}

.mark {
	background-image:url(../../images/mark2.gif);
	background-repeat:no-repeat;

}

.txt {
	font-size:13px;
	margin:0 0 0 22px;
}


.more {
	font-size:13px;
	text-align:right;
}	


.cursor_on {
	cursor:default;
	color:#006699;
}





