@charset "utf-8";
/* CSS Document */

p.companyLead {
	margin-top: 30px;
	font-size: 85%;
}

#companyNav {
	margin-top: 30px;
}
#companyNav dl {
	position: relative;
	width: 440px;
	height: 150px;
	margin-bottom: 20px;
	border: 1px solid #8C8C8C;
}
html>body #companyNav dl {
	width: 438px;
	height: 148px;
}
#companyNav dl.left {
	float: left;
}
#companyNav dl.right {
	float: right;
}
#companyNav dl.orange {
	background: url(../img/common/bg_nav_orange.png) bottom left repeat-x;
}
#companyNav dl.blue {
	background: url(../img/common/bg_nav_blue.png) bottom left repeat-x;
}
#companyNav dl dt.title {
	position: absolute;
	top: 14px;
	left: 26px;
}
#companyNav dl dd.description {
	position: absolute;
	top: 75px;
	left: 26px;
	width: 220px;
	font-size: 85%;
}
#companyNav dl dd.image {
	position: absolute;
	top: 14px;
	left: 254px;
	width: 165px;
	height: 120px;
}



/* --------------- */
/*  Overview       */
/* --------------- */
#overview h3 {
	margin-top: 25px;
	font-size: 150%;
	font-weight: bold;
}
#overview table {
	margin-top: 9px;
}
#overview table th {
	width: 150px;
	padding: 8px;
	font-size: 85%;
	font-weight: bold;
	text-align: right;
	line-height: 150%;
	background: url(../img/common/bg_table_header2.png) right top repeat-y;
	border: 1px solid #d5d5d5;
	vertical-align: top;
}
#overview table td {
	padding: 8px;
	font-size: 85%;
	text-align: left;
	line-height: 150%;
	border: 1px solid #d5d5d5;
	vertical-align: top;
}
#overview ul li {
	margin-left: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}



/* --------------- */
/*  Office         */
/* --------------- */
#office h3 {
	margin-top: 25px;
	font-size: 150%;
	font-weight: bold;
}
#office table {
	margin-top: 9px;
	width: 900px;
}
#office table th {
	width: 150px;
	padding: 8px;
	font-size: 85%;
	font-weight: bold;
	text-align: right;
	line-height: 150%;
	background: url(../img/common/bg_table_header2.png) right top repeat-y;
	border: 1px solid #d5d5d5;
	vertical-align: top;
}
#office table thead th {
	width: auto;
	text-align: center;
	background: url(../img/common/bg_table_header.png) center center repeat-x;
	border: 1px solid #d5d5d5;
	white-space: nowrap;
	vertical-align: middle;
}
#office table td {
	padding: 8px;
	font-size: 85%;
	text-align: left;
	line-height: 150%;
	border: 1px solid #d5d5d5;
	vertical-align: top;
}

#office p.tokyomap {
	float: left;
	width: 450px;
	margin-top: 7px;
	margin-left: 7px;
}
#office p.osakamap {
	float: left;
	width: 479px;
	margin-top: 14px;
	margin-left: 7px;
}
#office ul.photo {
	float: right;
	width: 414px;
}
#office ul.photo li {
	float: left;
	width: 138px;
	height: 138px;
	background: url(../img/common/photo_flame_138x138.png) center center no-repeat;
}
#office ul.photo li a {
	display: block;
	padding: 12px;
}








