@charset "utf-8";

body {
	width: 100% !important;
	background: #fff;
	color: #000;
	font-size: 11pt;
	font-family: Century, serif;
}
body.ja {
	font-family: Century, 'Hiragino Mincho Pro', 'Heisei Mincho', 'MS Mincho', serif;
}
body.zh {
	font-family: Century, SimSun, 'MS Mincho', serif;
}

#languages,
#commonHeader .description,
#globalNav,
#keyVisual,
#siteSearch,
.navigation,
.contentBody p.goGmap,
#sidebar,
.ad,
#footNav,
#commonFooter .access {
	display: none;
}
#scrollTop {
	display: none !important;
}

.inner {
	margin: 0;
}
#wrap {
	padding-bottom: 30px;
	background: none;
}
#main,
#topicPath {
	float: none;
	margin-right: 0;
}
#mainInner,
#topicPath p {
	margin-right: 0;
}

#commonHeader {
	border-bottom: 1px solid #003f98;
}
#commonHeader .inner {
	background-size: auto;
}
#siteId {
	float: none;
	padding-top: 0;
	width: auto;
}
#topicPath p {
	display: block;
	width: auto;
	height: auto;
	padding-right: 0;
}

#main .content {
	box-shadow: none;
	min-height: 0;
}

#commonFooter {
	border-top: 1px solid #003f98;
}
#commonFooter address {
	margin: 20px 0;
}
#commonFooter address dt,
#commonFooter address dd {
	margin-left: 0;
	margin-right: 0;
}
#commonFooter .grant,
#copyright {
	border-top: 1px solid #ccc;
}
