@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: Apr 12, 2010
	Edited by Kazuya Ono / COLONY+iNTERACTIVE INC.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


#WhoWeAre div.aboutHeader {
	margin-bottom: 50px;
	overflow: hidden;
	_height: 1%;
}
#WhoWeAre div.aboutHeader h2 {
	margin: 0 27px 0 0;
	float: left;
}
/* ---------- lang select ---------- */
#WhoWeAre div.aboutHeader p.lang {
	float: left;
	cursor: pointer;
}
#WhoWeAre div.aboutHeader p.en {
	margin-top: 29px;
}
#WhoWeAre div.aboutHeader p.ja {
	margin-top: 27px;
}
/* ---------- summary ---------- */
#WhoWeAre section.summary p.en {
	width: 69px;
	height: 13px;
}
#WhoWeAre section.summary p.ja {
	width: 42px;
	height: 15px;
}
#WhoWeAre section.summary {
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: #333 1px solid;
	overflow: hidden;
	_height: 1%;
}
#WhoWeAre section.summary p.title {
	margin-bottom: 20px;
	clear: left;
}
#WhoWeAre section.summary div.copy {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: #333 1px solid;
}
#WhoWeAre section.summary div.copy p {
	font-size: 108%;
	line-height: 1.7;
	margin-bottom: 1em;
}
#WhoWeAre section.summary ul {
	overflow: hidden;
	_height: 1%;
}
#WhoWeAre section.summary ul li {
	width: 110px;
	margin-right: 15px;
	float: left;
}
/* ---------- company ---------- */
#WhoWeAre ul.company {
}
#WhoWeAre ul.company li {
	float: left;
}
#WhoWeAre ul.company li.ci {
	width: 280px;
	margin-right: 35px;
}
#WhoWeAre ul.company li.office {
	width: 260px;
	margin-right: 25px;
}
#WhoWeAre ul.company dl,
#WhoWeAre ul.company p {
	font-size: 93%;
}
#WhoWeAre ul.company h4 span {
	font-size: 108%;
	font-weight: normal;
	display: block;
	margin: 10px 0 20px;
}
#WhoWeAre ul.en h4 {
	margin-bottom: 20px;
}
#WhoWeAre ul.company dl {
	position: relative;
}
#WhoWeAre ul.company dl dt {
	position: absolute;
	left: 0;
	width: 8em;
}
#WhoWeAre ul.company dl dd {
	padding-left: 8em;
}
#WhoWeAre ul.company li.office h4 {
	margin-bottom: 10px;
}
#WhoWeAre ul.en li.office h4 {
	margin-bottom: 20px;
}
#WhoWeAre ul.company li.office p.address {
	height: 3.2em;
}
#WhoWeAre ul.en li.office p.address {
	height: 6.4em;
}
#WhoWeAre ul.company li.office p.num {
	margin-bottom: 20px;
}


/* ---------- define hide English ---------- */
#WhoWeAre div.aboutHeader p.ja,
#WhoWeAre section.en,
#WhoWeAre ul.en {
	display: none;
}
