@charset "UTF-8";

/* company.css */
/*
Last update : 2008/12/02 @GL-MA
-------------------------------------

Index:
-------------------------------------
001/ Box Frame			(@_01)
002/ Contents	 		(@_02)
003/ Area Office 		(@_03)
-------------------------------------
/* ======================================================================================
001/ Box Frame (@_01)
====================================================================================== */
/* ---------- company ---------- */
div#company {
	text-align: left;
	}
/* ======================================================================================
002/ Contents (@_02)
====================================================================================== */
dl#companyFrame {
	margin: 10px 10px 10px 20px;
	}
/* ---------- company ---------- */
div#company dl#companyFrame dt {
	float: left;
	width: 90px;
	background: transparent url(../common/images/body/list-06.gif) no-repeat 0 12px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 12px 20px;
	}
div#company dl#companyFrame dd {
	float: left;
	width: 390px;
	margin: 0;
	padding: 12px 0 12px 10px;
	border-bottom: 1px solid #ccc;
	}
div#company dl#companyFrame dd dl#exective dt {
	float: left;
	width: 130px;
	background: #fff url(../common/images/body/list-09.gif) no-repeat 0 2px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 2px 20px;
	border-bottom: 1px dotted #ccc;
	}
div#company dl#companyFrame dd dl#exective dd {
	width: 190px;
	margin-bottom: 10px;
	padding: 2px 0 2px 10px;
	border-bottom: 1px dotted #ccc;
	}
div#company dl#companyFrame dd dl#exective .bottom {
	border-bottom: 0px dotted #ccc;
	}
div#download {
	float: left;
	background: #f9f9f9;
	margin: 30px;
	padding: 20px;
	border: 1px solid #999;
	}
div#download h3 {
	font-size: 15px;
	}

/* ======================================================================================
003/ Area Office (@_03)
====================================================================================== */
div#areaOffice h2 {
	clear: both;
	background: transparent url(../common/images/body/list-06.gif) no-repeat 0 12px;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 10px 0px 20px;
	padding: 6px 0 12px 20px;
	}
div#areaOffice ul {
	margin: 0 0 20px 145px;
	}
/* end company */
