@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2012.03.23
Style Info:     company
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------company*/
h3.cts_h3#com1{
	background-position: 1em center;
}	
h3.cts_h3#com2{
	background-position: 2em center;
}	
.com_tbl{
	width: 560px;
	background: url(../img/company_img/th_bg.png) repeat-y 0 0 #FFF;
}
.com_tbl tr:first-of-type th{
	border-top: 0;
}

	.com_tbl th{
		padding: 10px 12px;
		width: 104px;
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		border-top: 1px solid rgba(255,255,255,0.5);
		border-bottom: 1px solid #93CEEB;
		text-shadow: 0 1px 2px rgba(255,255,255,0.75);
	}
	.com_tbl td{
		padding: 10px 12px;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #A5D8F2;
	}	
#map_area{}
	#map_area small{
		margin-top: 5px;
		display: block;
		text-align: right;
	}