@charset "UTF-8";

/* Structure Module
-------------------------------------- */

html {
	background: transparent url(../imgs/company/bg_content.gif) repeat-y center top;
}

/* #content
-------------------------------------- */

div#content {
	margin-top: 4px;
}

h1 {
	width: 200px;
	position: absolute;
	top: 60px;
	left: 0;
}

/* -------- #main */

div#main {
	float: right;
	width: 580px;
	margin-top: 15px;
}

/* div.sect */

div.sect {
	margin-bottom: 40px;
}

/* -------- #secondary */

div#secondary {
	float: left;
	width: 200px;
	margin-top: 200px;
}

/* #localnav */

ul#localnav {
	margin-bottom: 40px;
}

ul#localnav li {
	width: 192px;
	height: 33px;
	line-height: 33px;
	padding: 3px 4px 4px 4px;
	background: transparent url(../imgs/company/line_dotted.gif) repeat-x left bottom;
	zoom: 1;
}

ul#localnav li a {
	display: block;
	height: 33px;
	padding-left: 20px;
	background: transparent url(../imgs/company/ico_lnav.gif) no-repeat 8px 2px;
	text-decoration: none;
}

ul#localnav li a:hover {
	background-color: #EBEBEB;
	background-position: 8px -34px;
}

ul#localnav li span {
	color: #559AC5;
	font-weight: bold;
	display: block;
	height: 33px;
	padding-left: 20px;
	background: #EBEBEB url(../imgs/company/ico_lnav.gif) no-repeat 8px -34px;
}

/* div.company
-------------------------------------- */

div.company {
	margin-bottom: 40px;
}

div.company h2 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: #E3E3E3 dashed 1px;
}

div.company table {
	width: 580px;
	margin-bottom: 20px;
}

div.company table th {
	font-weight: bold;
	text-align: right;
	padding: 5px 10px;
	width: 7em;
	background-color: #EEE;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

div.company table td {
	padding: 5px 10px;
	border-bottom: 2px solid #FFF;
	background-color: #F9F9F9;
}

/* div.message
-------------------------------------- */

div.message {
	margin-bottom: 40px;
}

div.message h2 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: #E3E3E3 dashed 1px;
}

div.message p {
	margin-bottom: 15px;
}

/* div.customer
-------------------------------------- */

div.customer {
	margin-bottom: 40px;
}

div.customer h2 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: #E3E3E3 dashed 1px;
}

div.customer p {
	margin-bottom: 15px;
}

div.customer ul {
	margin-bottom: 15px;
}

div.customer ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}

