/* CSS Document */

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

html{overflow-y:scroll;} 
html{overflow-x:hidden;}

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

/* グラフ名と単位 文字用 */
.name {	border-left:5px solid #00A97E;
	color:#00A97E;
	padding:0px 10px;
	margin:15px 0 10px 0;
	font-size:96%;
	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: 615px;}

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

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


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

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

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

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

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

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

