@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.contact
-------------------------------------- */

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

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

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

div.contact p span,div.contact form dl dt span {
	margin-right: 3px;
	color: #ff0000;
}

div.contact form dl dd {
	margin-bottom: 15px;
}

