/* CSS Document */

/* 必要あれば変更 ---------------------------------------------- */

html{overflow-y : scroll ;} 

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

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

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

/* 必要あれば変更　ここまで ------------------------------------- */





/* 変更する ---------------------------------------------------- */

/* ページ（コンテンツエリア）の幅 */
.page_table{width: 580px;}

/* グラフの幅 */
.graph_table{width: 284px;}

/* グラフとグラフの感覚 */
.kankaku{width: 12px;}


/* 以下 色のみ変更する -------------------- */

/* 表　テーブルの線の色 */
.hyo_table{background-color:#6C89A8;}
table.hyo_table td{padding:2px;}

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

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

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

/* 変更する　ここまで ------------------------------------------- */

body {
border:0; 
margin:0 0 0 95px; 
padding:0; 
/*background:#F2F5FE url("images/bg.gif") 0 0 repeat-x; */
background:#e4e7fa url("../back_main.gif") fixed repeat-y;
font-size:9pt;
font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif; 
color:#5e5e5e; 
line-height:1.4em;
}


