@charset "utf-8";


/*-------------------------------------------
	company mainR
-------------------------------------------*/
table.campany{
	width:500px;
	font-size: 0.8em;
	margin-left: 60px;
}

table.campany th{
	width:150px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-top: 10px;
	background-image: url(imgs/mark.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE8BB;
}

table.campany td{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE8BB;
}

table.campany td a{
	color:#333333;
	text-decoration: none;
}

table.campany td a:hover{
	color:#336600;
	text-decoration: underline;
}

