﻿@charset "UTF-8";
@import "../../css/common.css";

/* ---------------------------------------------------------
	CSS Document Company
--------------------------------------------------------- */

#header {
	background: url(../images/header.jpg) no-repeat 0 0;
}

#company h3 {
	width: 530px;
	height: 28px;
	overflow: hidden;
	background: url(../images/company.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#company p {
	margin-top: 10px;
}

#company table {
	width: 560px;
	border-collapse: collapse;
}

#company th ,
#company td {
	padding-top: 10px;
	vertical-align: top;
}

#company a {
	text-decoration: none;
	text-decoration: underline;
	color: #7B5AA1;
}

#company a:hover {
	text-decoration: underline;
	color: #fff;
}
