@charset "UTF-8";

/* company */
.r_img {
	float:right;
	margin-left: 20px;
}
table{
	width:100%;
	border-collapse: collapse;
}


/* message */
#sign {
	padding-top:30px;
}

/* data */
#data_table{
	background: url(../images/company/t_bg.jpg) right top no-repeat;
}

#data_table th{
	color:#669900;
	background:#d6f5a3;
	padding:2px 5px;
	text-align:center;
	vertical-align:top;
	border: #ffffff solid 3px;
}
#data_table td{
	padding:2px 5px;

}
#data_table td img{
	margin-left: 20px;
	vertical-align: top;
}
#data_table .b_line{
	margin:0;
	border-bottom: #aaa dotted 1px;
}



.line_h{
	margin:0;
	line-height: 1.6em;
}
#nostyle li{
	background:none;
	padding:0;
	margin:0;
	line-height: 1.6em;
}
#nostyle a{
	text-decoration:none;
	color:#666;
}
#nostyle a:hover{
	text-decoration:underline;
}

#nostyle a:hover{
	color:#FC0;
	text-decoration:underline;
}

#no_link_style li{
	line-height: 1.6em;
}
#no_link_style a{
	text-decoration:none;
	color:#666;
}
#no_link_style a:hover{
	text-decoration:underline;
}
#no_link_style a:hover{
	color:#FC0;
	text-decoration:underline;
}

/* performance */
#perf_table .x{
	white-space: nowrap;
	color:#669900;
	background:#d6f5a3;
	padding:5px 10px;
	text-align:center;
	border: #669900 solid 1px;
}
#perf_table .y {
	color:#FFF;
	background:#80a831;
	padding:5px;
	text-align:center;
	border: #669900 solid 1px;
}
#perf_table td {
	text-align:right;
	padding:0 5px;
	border: #669900 solid 1px;
}
.perf_img{
	margin-bottom: 20px;
}

h4{
	font-weight:bold;
	color:#363;
}



/* information */
#info_table th{
	width:15px;
	/*white-space: nowrap;*/
	color:#669900;
	background:#d6f5a3;
	padding:2px 5px;
	text-align:center;
	border: #669900 solid 1px;
}
#info_table td {
	padding:2px 5px;
	border: #669900 solid 1px;
}
#info_table .t{
	width:120px;
	padding:2px 5px;
	border: #669900 solid 1px;
}

#info_table li {
	text-align:right;
	border-bottom: #ccc solid 1px;
}
#info_table .finish{
	border:none;
}
#info_table .l{
	float:left;
}
#info_table .r{
	text-align:right;
}

