@charset "UTF-8";

/*
======== table of content. =================================

summary:基本設定・ワイヤーフレームCSS定義


- INFO

============================================================


/*----------------------------------------------------------
 INFO
----------------------------------------------------------*/

#cashflow_statement table.left,
#cashflow_statement table.right,
#consumption_statement table.left,
#consumption_statement table.right,
#balance_sheet table.left,
#balance_sheet table.right {
	width: 333px;
}

.unit {
	display: block;
	width: auto;
	text-align: right;
}


/*Table height */
.pd2 {
	height: 67px;
}

.pd3 {
	height: 100px;
}


/*Table align */
.t-right {
	text-align: right;
}


/*----------------------------------------------------------
 FINANCE
----------------------------------------------------------*/
.finance_green {
	color:#008C93;
}






/*----------------------------------------------------------
 AUDIT
----------------------------------------------------------*/

.audit-title {
	font-size:80%;
}
.audit-name {
	width:130px;
	margin-left:540px;
}
.audit-name span {
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(/top/images/ico_stamp.gif);
	background-repeat:no-repeat;
	background-position:right 1px;
	display:block;
}


/*----------------------------------------------------------
 BUSINESS
----------------------------------------------------------*/
.h3_business {
	margin-bottom:10px;
	font-size:90%;
	font-weight:bold;
	color:#333333;
}
.title_idea {
	margin-left:15em;
	margin-bottom:10px;
}



