@charset "utf-8";
@import url(base.css);

/* base
----------------------------------------------------*/
html {
	overflow-y: scroll;
}

body {
	text-align: center;
	font-family:
		'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3',
		'メイリオ','Meiryo',Osaka,'MS UI Gothic', Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
}


h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 138.5%;
}

h2 {
	font-size: 123.1%;
}

h3 {
	font-size: 116%;
}
	
h4 {
	font-size: 108%;
}

h5,h6 {
	font-size: 100%;
}

hr {
	display: none;
}

em {
	font-weight: bold;
}

img {
	display: block;
	border: none;
}

/* utils
---------------------------------------------------*/
.clear {
	clear: both;
}

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

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */


.borderless {
	border: none;
}




/* anchor
---------------------------------------------------*/
a:link,
a:visited {
	color: #004f99;
	text-decoration: none;
}

a:hover,
a:active {
	color: #004f99;
	text-decoration: underline;
}

/* container
---------------------------------------------------*/
#container {
	position: relative;
	text-align: left;
	margin: 0 auto 0;
	padding: 0 20px 60px;
	width: 800px;
}


/* header
----------------------------------------------------*/
#header {
	position: fixed;
	width: 800px;
	height: 180px;
	background: #fff;
	z-index: 1;
}

#corporatelogo {
	position: absolute;
	top: 60px;
}

#lang-nav {
	position: absolute;
	top: 84px;
	right: 0;
}

#lang-nav {
	width: 119px;
	height: 14px;
	background: url(../cmnimg/lang_line.gif) 64px 0  no-repeat;
}

#lang-nav li {
	float: left;
}

.lang-jp {
	margin-right: 10px;
}

.lang-en {
	margin-left: 10px;
}

/* nav
----------------------------------------------------*/
#nav {
	position: fixed;
	top: 180px;

	float: left;
	width: 200px;
	text-align: left;
	background: #fff;
}

#nav ul {
}

#nav li {
	font-size: 131%;
	margin-bottom: 1.35em;
}


#nav .subnav li {
	clear: both;
	width: 120px;
	height: 30px;
}

#nav .comingsoon,
#lang-nav .comingsoon {
	filter: alpha(opacity=20);
 	-moz-opacity:0.20;
	opacity:0.20;
}

#copyright {
	clear: both;
	padding-top: 5px;
	padding-left: 28px;
}




/* contents
----------------------------------------------------*/
#contents {
	position: relative;
	width: 600px;
	min-height: 400px;
	top: 180px;
	left: 200px;
}


#contents .article {
	margin-bottom: 5em;
}

#contents h1 {
	font-size: 307.8%;
	margin-bottom: 1em;;
}

#contents  p {
	margin-bottom: 2em;
	font-size: 100%;
	line-height: 2.0;
}


#contents .section {
	clear: both;
	margin-bottom: 2em;
}

#contents .section h1 {
	font-size: 153.9%;
	margin-bottom: 1em;;
	color: #004f99;
}

#contents .section h2 {
	font-size: 116%;
	margin-bottom: 1em;;
	color: #599dcd;
}

#contents .section h3 {
	font-size: 100%;
	margin-bottom: 1em;
	color: #333;
}

.en #contents .section h3 {
	padding-left: 0.5em;
	border-left: solid 5px #ccc;
}

.business a:link,
.business a:visited {
	color: #599dcd;
	text-decoration: none;
}

.business a:hover,
.business a:active {
	color: #004f99;
	text-decoration: none;
}

#people dt a:link,
#people dt a:visited {
	color: #666;
	text-decoration: none;
}

#people dt a:hover,
#people dt a:active {
	color: #004f99;
	text-decoration: none;
}


/* footer
----------------------------------------------------*/
#footer {
	position: relative;
	top: 180px;
	width: 800px;
	height: 100px;
}

#pagetop a {
	display: block;
	position: absolute;
	right: 0;
	bottom: 130px;
	width: 21px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../cmnimg/gototop.gif) 0px 0px no-repeat;
}

#pagetop a:hover {
	background: url(../cmnimg/gototop.gif) 0px -20px no-repeat;
}


#copyright {
	padding-top: 0.5em;
	border-top: solid 2px #004f99;
}

#copyright img {
	float: right;
}


/* whatwedo
----------------------------------------------------*/
.detail {
	margin-bottom: 5em;
}




/* peple
----------------------------------------------------*/
#people .section {
	margin-bottom: 4em;
}

#people dl {
	margin-left: 1em;
}

#people dt {
	font-size: 131%;
	font-weight: normal;
	margin-bottom: 1.5em;
}

#people dt.open {
	margin-top: 3em;
}


#people dt span {
	padding-left: 1em;
	font-family: 'Georgia', Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	font-style: italic;
}

#people dd table {
	font-size: 100%;
	margin-bottom: 4em;
}

#people dd table th {
	width: 120px;
}

#people dd table th,
#people dd table th {
	padding: 0.5em 0;
}

#people dd ul {
	margin-bottom: 4em;
}

#people dd li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	font-size: 85%;
	line-height: 1.4;
	list-style: disc;
}


/* map
----------------------------------------------------*/
#map {
	margin-bottom: 30px;
}

.pdf {
	padding-left: 20px;
	background: url(../cmnimg/icon_pdf.gif) no-repeat 0 5px;
}


/* copyright
----------------------------------------------------*/
#copyright {
	margin: 5px 0 50px;
}