@charset "utf-8";

/*　Company Overview
------------------------------------------------------------ */

#sub_navi {
	width: 900px;
	height: 230px;
	position: absolute;
	left: 50;
	_left: 25;
	top: 0;
	z-index: 1;
}

#title {
    width: 900px;
	background: url(../common/images/bar_01.gif) left bottom no-repeat;
}
#title h3 {
    width: 900px;
	height: 50px;
	background: url(../common/images/company_title.gif) left top no-repeat;
	text-indent: -999em;
}

#left {
    width: 390px;
	float: left;
}
#right {
    width: 460px;
	float: right;
}

.table_01 {
    width: 390px;
	_font-size: 1em;
	margin-top: 5px;
}
.table_01 th,
.table_01 td {
    padding: 4px 0 2px 3px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #EEE;
}

.dl_01 {
    width: 460px;
	margin-top: 5px;
}
.dl_01 dt {
    width: 172px;
	float: left;
}

* html .dl_01 dd img {
    behavior: expression(IEPNGFIX.fix(this));
} 

.dl_01 dd {
    width: 288px;
	float: right;
	margin-bottom: 1em;
}

.box_01 {
    width: 900px;
	padding: 5px 0 30px 0;
}

.dl_02 dt {
    font-weight: bold;
	color: #00ADD9;
}
.dl_02 dd {
    margin-bottom: 1em;
	padding-left: 1em;
}