@charset "utf-8";



/* Local Navigation */

#index #localNav ul li#lIndex a,
#client #localNav ul li#lClient a,
#access #localNav ul li#lAccess a,
#staff #localNav ul li#lStaff a {
	background: #f3fcff url("../../img/bl_lnav_on.gif") 0px 8px no-repeat;
}



/* profile.html */
/* ------------------------------------------------- */

#content #profileData {
	float: left;
	width: 600px;
	margin: 20px 0 0 0;
}
#content #profileData dt {
	clear: both;
	float: left;
	width: 120px;
	margin: 0 0;
	padding: 10px 8px 6px 8px;
	font-size: 75%;
	line-height: 1.3;
	background: url("../../img/line_01.gif") left top repeat-x;
}
#content #profileData dd {
	float: left;
	width: 400px;
	margin: 0 0;
	padding: 10px 8px 6px 8px;
	font-size: 75%;
	line-height: 1.3;
	background: url("../../img/line_01.gif") left top repeat-x;
}

#content #profileData dt.first,
#content #profileData dd.first {
	background-image: none;
}

#content #profileData dd p {
	margin: 6px 0;
	font-size: 100%;
}

#content #profileData dd div.first {
	margin: 0 0 0 0;
}

#content #profileData dd li{
	margin: 0 0 4px 0;
}



/* cleient.html */
/* ------------------------------------------------- */

#content ul.clientList {
	float: left;
	width: 600px;
	margin: 10px 0 0 0;
	background: url("../../img/line_01.gif") left bottom repeat-x;
}
#content ul.clientList li {
	float: left;
	display: inline;
	width: 280px;
	margin: 0;
	padding: 8px 10px 8px 10px;
	background: url("../../img/line_01.gif") left top repeat-x;
	font-size: 75%;
	line-height: 1.3;
}
#content ul.clientList li.first {
	background-image: none;
}
#content p.etc {
	float: left;
	width: 600px;
	margin: 20px 0 0 0;
	text-align: right;
}



/* access.html */
/* ------------------------------------------------- */

#content #gmap {
	width: 600px;
	height: 480px;
	margin: 20px 0 10px 0;
}



/* staff.html */
/* ------------------------------------------------- */

#content ul.staffList {
	width: 588px;
	margin: 40px auto 50px auto;
}
#content ul.staffList li {
	float: left;
	display: inline;
	width: 48px;
	height: 48px;
	margin: 0 1px 0 0;
	background: #eee;
}

#content div.staff {
	width: 600px;
}

#content div.staff h3 span.sub {
	margin: 0 0 0 6px;
	font-size: 85%;
}

#content div.staff img.pic {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}

#content div.staff div.text {
	width: 430px;
	float: right;
}

#content div.staff div.text p {
	margin: 0 0 0 0;
}
#content div.staff div.text p.character {
	color: #444;
	font-size: 90%;
	font-weight: bold;
}

#content div.staff div.text dl {
	width: 430px;
	margin: 6px 0 0 0;
	border: 0 solid #eee;
}
#content div.staff div.text dl dt {
	float: left;
	width: 134px;
	margin: 2px 0 0 0;
	padding: 3px;
	font-size: 75%;
	line-height: 1.2;
	text-align: center;
	background: #f3f3f3;
}
#content div.staff div.text dl dd {
	float: left;
	width: 284px;
	margin: 2px 0 0 0;
	padding: 3px;
	font-size: 75%;
	line-height: 1.2;
}

#content #contentBody p.pagetopNav {
	width: 620px;
	margin: 10px 0 0 0;
}





/* clearfix */
/* -------------------------------------------- */

#content div.staff:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* (for IE7 and Mac IE5) */
#content div.staff,
.clearfix {
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html #content div.staff,
* html .clearfix {
	height: 1%;
}
* html #bgHeader {
	height: 80px;
}
* html #bgFooter {
	height: 88px;
}

#content div.staff,
.clearfix {
	display: block;
}
/* End hide from IE-mac */

