@charset "utf-8";

/* index.css */


/* header
------------------------------------------------ */
#header #nav .company {
	color: #e60012;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
}

/* subNav
------------------------------------------------ */
#subNav li {
	margin-left: 40px;
}

#subNav li.first {
	margin-left: 0px;
}

#subNav li.campany {
	border-bottom: 5px solid #e60012;
	padding-bottom: 4px;
}

/* h2
------------------------------------------------ */
h2 {
	display: block;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	background: url("../../../../common/img/h_line.gif") repeat-x 0 10px;
	margin-top: 64px;
	letter-spacing: 4px;
}

h2 strong {
	background: #fff;
	padding: 0 16px;
	display: inline-block;
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 26px;
	letter-spacing: 2px;
}

/* wrapper
------------------------------------------------ */
#wrapper .description {
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	padding-top: 54px;

}

/* panNav
------------------------------------------------ */
#panNav {
	/*padding-top: 79px;*/
}


/* profileBlock
------------------------------------------------ */
#profileBlock {
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	text-align: left; 
	padding-top: 54px;
	padding-left: 400px;
	background: url("../img/company_appearance.jpg") no-repeat 0 54px;
}

#profileBlock tr th {
	background: #f6f6f6;
	font-weight: normal;
	padding: 14px 0 14px 30px;
	border-bottom: 1px solid #ccc;
	width: 118px;
}

#profileBlock tr td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 14px 0 14px 30px;
}

#profileBlock tr.first th,
#profileBlock tr.first td {
	border-top: 1px solid #ccc;
}

/* mapCanvas
------------------------------------------------ */
#mapCanvas {
	margin-top: 60px;
}















