@charset "UTF-8";



/* company */
#corp_table {
	width: 100%;
}
#corp_table th{
	font-weight: bold;
	padding:2px 10px;
	background:#eee url(../images/company/th_bg.gif) top right repeat-y;
	border-bottom: #FFF solid 2px;
	white-space: nowrap;
}
#corp_table td{
	line-height: 1.2em;
	padding:3px 0 3px 10px;
}
#corp_table li{
	margin: 3px 0;
}

/* history */
.history_table{
	margin-bottom: 20px;
}
.history_table .title{
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background: #66ccff;
	background:#0b318f url(../images/company/h_table_title_bg.gif) top left repeat-x;
}

.history_table th{
	text-align: center;
	line-height: 1.2em;
	padding:5px;
	background:#eee url(../images/company/th_bg.gif) top right repeat-y;
	border-bottom: #FFF solid 2px;
	white-space: nowrap;
}
.history_table td{
	line-height: 1.2em;
	padding:3px 0 3px 10px;
}
.photo{
	font-size: 80%;
	width: 170px;
	padding:0;
}
.photo img{
	margin-bottom: 5px;
}


/* financal statement repoting */
#l_table {
	float: left;
	width: 320px;
}

#r_table{
	padding-left: 330px;
}
#r_table table{
	width: 196px;
}

.financal {
	font-size: 90%;
	margin-bottom: 30px;
	border: #aaa solid 1px;
	/*table-layout: fixed;*/
}
.financal th{
	text-align: center;
	border: #aaa solid 1px;
}
.financal td{
	padding:0 5px;
	border-right: #aaa solid 1px;
}
.financal .no{
	padding:0 5px;
	text-align: right;
}
#google_map{
	height: 300px;
}

#no {
	margin: 10px 0;
}
#no dt{
	float: left;
	text-align: center;
	width: 140px;
}
#no dd{
	padding-left: 195px;
	text-align: center;
}