@charset "utf-8";


/* Common in Company
---------------------------------------------- */

body.company #mainContent div {
	margin-bottom: 20px;
}

body.company #mainContent div.section {
	margin-bottom: 20px;
}

body.company h2 {
	margin-bottom: 20px;
}

.left {text-align: left;}
.right {text-align: right;}



/* Company Menu
---------------------------------------------- */

body.company #companyMenu {
	margin-bottom: 20px;
	width: 100%;
}

body.company #companyMenu li {
border-bottom: 3px solid #CC0000;
	display: block;
	float: left;
	list-style-type: none;
}

body.company #companyMenu li a {
	background: url(../images/company/globalmenu.gif) no-repeat;
	display: block;
	height: 28px;
	overflow: hidden;
	text-decoration: none;
}

body.company #companyMenu li a:hover {
	text-decoration: none;
}

body.company #companyMenu li a span {
	visibility: hidden;
}

body.company #companyMenu #Ideology a {
	background-position: 0 0;
	width: 123px;
}

body.company #companyMenu #Outline a {
	background-position: -123px 0;
	width: 116px;
}

body.company #companyMenu #Access a {
	background-position: -239px 0;
	width: 126px;
}

body.company #companyMenu #Undertaking a {
	background-position: -365px 0;
	width: 86px;
}

body.company #companyMenu #Adoption a {
	background-position: -451px 0;
	width: 86px;
}

body.company #companyMenu #MediaList a {
	background-position: -537px 0;
	width: 113px;
}

body.company #companyMenu #Ideology a:hover ,
body.company #companyMenu #Ideology a:active {
	background-position: 0 -29px;
}

body.company #companyMenu #Outline a:hover ,
body.company #companyMenu #Outline a:active {
	background-position: -123px -29px;
}

body.company #companyMenu #Access a:hover ,
body.company #companyMenu #Access a:active {
	background-position: -239px -29px;
}

body.company #companyMenu #Undertaking a:hover ,
body.company #companyMenu #Undertaking a:active {
	background-position: -365px -29px;
}

body.company #companyMenu #Adoption a:hover ,
body.company #companyMenu #Adoption a:active {
	background-position: -451px -29px;
}

body.company #companyMenu #MediaList a:hover ,
body.company #companyMenu #MediaList a:active {
	background-position: -537px -29px;
}

body.company #companyMenu * a:active {
	cursor: default;
}



/* Ideology
---------------------------------------------- */

.company #mainContent div.section p {
	font-size: 12px;
	line-height: 144%;
	margin-bottom: 8px;
	padding: 2px 8px;
}

.company #mainContent p strong {
	color: #c00;
}

.company #mainContent .imageRight {
	float: right;
	margin-bottom: 0;
	margin-left: 10px;
}

.company #mainContent .presidentSignature {
	text-align: right;
}

.company #mainContent dl.ideologyConcept dt ,
.company #mainContent dl.ideologyConcept dd {
	margin: -left: 12px;
}

.company #mainContent dl.ideologyConcept dt {
	border-bottom: 1px solid #cdcdcd;
	padding-left: 4px;
}

.company #mainContent dl.ideologyConcept dd {
	font-size: 12px;
	padding: 12px 6px 8px 8px;
}



/* outline
---------------------------------------------- */

.companyOutlineTable {
	margin-bottom: 20px;
}

.companyOutlineTable th ,
.companyOutlineTable td {
	border-bottom: 1px dotted #cdcdcd;
	font-size: 75%;
}

.companyOutlineTable th {
	width: 120px;
	padding: 8px 4px;
	color: #666;
}

.companyOutlineTable td {
	padding: 8px 0 8px 4px;
	color: #333;
}

.companyOutlineTable dt {
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
}

.companyOutlineTable dt span {
	font-weight: bold;
}

.companyOutlineTable dd {
	margin-bottom: 12px;
	padding: 0 0 8px 100px;
	border-bottom: 1px dotted silver;
	line-height: 121%;
}

.companyHistory th ,
.companyHistory td {
	padding: 4px 6px;
	font-size: 75%;
	color: #333;
}

.companyHistory th {
	background: #d8e8f0;
	width: 144px;
}

.companyHistory td {
	background: #f2f2f2;
}

.newsRelease {
	text-align: right;
	padding-right: 4px;
	padding-top: 4px;
}

.pdfCaution {
	border: 1px solid #cdcdcd;
}

.pdfCaution img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}



/* related project
---------------------------------------------- */

/* reset */
body.company #mainContent div.section div.companySolution ,
body.company #mainContent div.section div.companySolutionMain ,
body.company #mainContent div.section div.companySolutionLink {
	margin-bottom: 0;
}

body.company #mainContent div.section div.last {
	margin-bottom: 20px;
}

body.relatedProject h4 {
	margin-bottom: 15px;
}

body.relatedProject div.humanOffice h4 {
	margin-top: 15px;
}

div.companySolution {
	border-top: 1px dotted #cdcdcd;
	color: #333;
	font-size: 75%;
}

div.companySolution div {
	padding-bottom: 8px;
	padding-top: 8px;
}

div.companySolutionMain {
	background: url(../images/common/info_list.gif) no-repeat 4px 12px;
	float: left;
	width: 280px;
}

div.companySolutionMain span {
	margin-left: 24px;
}

.companySolutionLink {
	background: url(../images/common/header/support_nav_list.gif) no-repeat 98% 10px;
	float: right;
	text-align: right;
	width: 300px;
}

.companySolutionLink a {
	margin-right: 24px;
}

table.companySolutionPlan {
	margin-bottom: 12px;
}

.companySolutionPlan th ,
.companySolutionPlan td {
	padding: 6px;
	color: #333;
	font-size: 75%;
}

.companySolutionPlan th {
	background: #d8e8f0;
	width: 240px;
	text-align: center;
}

.companySolutionPlan td {
	background: #f2f2f2;
}

address.humanResource {
	border-bottom: 1px dotted #cdcdcd;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 12px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-top: 6px;
}

ol.workContent {
	margin-left: 32px;
}

ol.workContent li {
	color: #333;
	font-size: 12px;
	list-style-type: decimal;
}



/* Media Release
---------------------------------------------- */

ol.releaseList li {
	background: url(../images/common/pdf.gif) no-repeat 3px 4px;
	border-bottom: 1px dotted #cdcdcd;
	clear: both;
	display: block;
	padding: 4px 4px 2px 0;
	width: 100%;
}

ol.releaseList li .releaseDate {
	color: #666666;
	float: left;
	font-size: 12px;
	padding-left: 24px;
	width: 96px;
}

ol.releaseList li .releaseTitle {
	font-size: 12px;
	float: right;
	width: 512px;
}



/* Access
---------------------------------------------- */

.detailBox {
	border: 1px solid #cdcdcd;
	clear: both;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 6px;
}

body#access iframe {
	margin-bottom: 8px;
	margin-top: 8px;
}

.mapEnlarge a {
	font-size: 10px;
}



/* Adoption
---------------------------------------------- */

body.adoption h3 ,
body.adoption p.normal {
	margin-bottom: 20px;
}

body.adoption #adoptionMenuTop li {
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

div.recruitApply {
	border: 4px solid #A3D7E7;
	clear: left;
}

div.recruitApply address {
	border-top: 1px dotted #A3D7E7;
	padding: 8px 32px;
	font-size: 75%;
}

div.recruitApply dl dt {
	background: url(../images/common/info_list.gif) no-repeat 0 50%;
	margin: 0 0 5px 30px;
	padding-left: 12px;
	font-style: normal;
}

div.recruitApply dl dd {
	margin-left: 42px;
	margin-bottom: 20px;
	line-height: 1.45;
	font-size: 75%;
}



/* Message From President
---------------------------------------------- */

ul#adoptionMenu {
	margin-bottom: 20px;
}

ul#adoptionMenu li {
	background: url(../images/common/header/support_nav_list.gif) no-repeat 98% 6px;
	float: left;
	margin-left: 8px;
	padding-right: 16px;
}

ul#adoptionMenu li a ,
#internationalAdoption #adoptionMenu li a {
	font-size: 75%;
}


ul#adoptionMenu li a:active {
	color: #333;
	cursor: default;
	text-decoration: none;
}

#messageFromPresident .catchCopy {
	clear: left;
}

#messageBody {
	background: url(../images/company/shacho01.jpg) no-repeat 0 0;
	margin-bottom: 20px;
	padding-bottom: 8px;
	padding-left: 212px;
	padding-top: 8px;
}

#messageBody p span {
	line-height: 144%;
}

#messageFromPresident table.companySolutionPlan {
	margin-bottom: 12px;
}

#messageFromPresident .companySolutionPlan th {
	background: #d8e8f0;
	width: 100px;
}

#messageFromPresident .companySolutionPlan td {
	background: #f2f2f2;
}



/* International Adoption
---------------------------------------------- */

.internationalAdoptionContent {
	border-top: 1px dotted #C1C1C1;
	clear: left;
	font-size: 12px;
	padding-top: 8px;
}

.internationalAdoptionContent .internationalAdoptionContentTitle {
	color: #CC0000;
	float: left;
	font-weight: bold;
	width: 112px;
}

.internationalAdoptionContent .internationalAdoptionContentBody {
	margin-left: 120px;
}

.internationalAdoptionContent div.internationalAdoptionContentBody ul {
	padding-bottom: 20px;
}

.internationalAdoptionContent div.internationalAdoptionContentBody ul li {
	background: url(../images/common/info_list.gif) no-repeat 2px 4px;
	list-style-type: none;
	padding-left: 14px;
}



/* etc.
----------------------------------------------- */

/* for ie */
div.section ,
.companyOutlineTable dl ,
#adoptionMenu ,
div.companySolution {
	height: 1%;
}

/* for modern brow */
ul#companyMenu:after ,
.presidentSignature:after ,
#adoptionMenu:after ,
.companySolution:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}