@charset "Shift_JIS";

html{overflow-y:scroll;} 

/*　共通　------------------------------------------------------------------　*/

body{ background-color:#FFFFFF;}

/* 他 文字用 */
.txt10 { font-size : 10px; line-height: 120%;}
.txt12 { font-size : 12px; line-height: 140%;}

.break { page-break-before: always; }

/*　ヘッダー　--------------------------------------------------------------　*/

/* Q-IRタイトル　文字用 */
.qir_title{font-size:14px;line-height:140%;font-weight:bold;}

.menuQir{margin-left:auto;}

/*　グラフ　----------------------------------------------------------------　*/

/* グラフ名と単位 文字用 */
.name {font-size:12px;line-height:140%;font-weight:bold; float:left;}
.tani { font-size : 10px; line-height: 120%; float:right;}

/* グラフの幅 */
.graph{width: 252px; margin-top:15px;}
.swf{ width:100%; clear:both; margin-top:5px;}


/*　財務表　----------------------------------------------------------------　*/

/* 表　テーブルの線の色 */
table.hyo_table{
border-collapse: separate;
empty-cells: show;
border:none;
border-top:1px solid #a2b4fe;
border-left:1px solid #a2b4fe;
width:100%;
margin-top:5px;
}

table.hyo_table td{
border:none;
border-bottom:1px solid #a2b4fe;
border-right:1px solid #a2b4fe;
font-size:11px;
padding:2px;}

/* 表　期と科目部分のTD */
.kamoku{background-color:#dff2ff;font-size:10px;line-height:120%;text-align:center;}

/* 表　数値の今期部分のTD */
.suuchi_konki{background-color:#edf8ff;font-size:10px;line-height:120%;text-align:right;}

/* 表　数値のTD */
.suuchi{background-color:#FFFFFF;font-size:10px;line-height:120%;text-align:right;}


/*　注記　----------------------------------------------------------------　*/

#chuki{ margin-top:15px;}
* html #chuki{ margin-top:35px;}
*:first-child+html #chuki{ margin-top:35px;}


/* ------------------------------------------------------------------------- */




