@charset "UTF-8";

/* Reset
--------------------------------------------- */
html,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h3,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
  margin: 0;
  padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 160%;
	color: #555;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #333;
}

/* Default
--------------------------------------------- */
img, a img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
p.breadcrumbs {
	margin: 0px;
	color: #777;
	font-size: 80%;
	text-align: right;
	padding: 0px;
}
p.breadcrumbs a {
	color: #693700;
	text-decoration: underline;
}
.txRight {
	text-align: right;
}
.txCenter {
	text-align: center;
}
.red {
	color: #cc0000;
}
.green {
	color: #006e54;
}
.blue {
	color: #0150bb;
}
.line {
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
}
.redline {
	border-bottom: 1px solid #cc0000;
	padding-bottom: 2px;
}
.middle {
	font-size: 110%;
	line-height: 170%;
}
.small {
	font-size: 80%;
}

/* Hyper text
--------------------------------------------- */
a:link, a:visited {
	color: #666;
}
a:hover {
	color: #979685;
}



/* Basic Layout ---------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0px;
	background-image: url(../images/bg.jpg);
}
#contents {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	background-color: #FFF;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 70px;
}


/* Header ---------------------------------------- */
p#lang {
	text-align: right;
	margin-bottom: 10px;
	font-size: 12px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
p#lang .currentlang {
	font-weight: bold;
	color: #006e54;
}
p#lang a {
	text-decoration: none;
}
#headerLeft {
	width: 600px;
	margin-right: 20px;
	float: left;
}
#headerRight {
	float: right;
	width: 300px;
}
#headerRight li {
	float: right;
	list-style-type: none;
	margin-left: 10px;
}

/* Footer ---------------------------------------- */
#footer {
	color: #FFF;
	background-color: #333;
	width: 100%;
}
#footerBox {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: center;
}
#footerBox ul {
	list-style-type: none;
	padding-left: 0;
}
#footerBox li {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.inline {
	text-align: center;
}
.inline li {
	display: inline;
}
#footerBox li.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footerBox li a:link, #footerBox li a:visited {
	list-style-type: none;
	color: #FFF;
	text-decoration: none;
}
#footerBox li a:hover {
	list-style-type: none;
	color: #FF3;
	text-decoration: none;
}
address {
	font-style: normal;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}

/* Pagetop Navigation ---------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#pageTop a:hover {
  opacity: 0.7;
}

/* Main Navigation Japanese ----------------------------------- */
#nav {
	height: 46px;
	width: 920px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
#nav ul.nl {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background-color: #ccc;
	background-image: url(../images/menu_off.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#nav ul.nl li {
	width: 115px;
	float: left;
}
#nav ul.nl li a {
	display: block;
	position: relative; 
	border-left: 1px #999 solid;
	border-right: 1px #fff solid;
	text-decoration: none; 
	font-weight: normal; 
	color: #333; 
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#nav ul.nl li a:hover {
	color: #FFF;
	background-color: #666;
	background-image: url(../images/menu_on.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#nav ul.nl li a.membernav:link, #nav ul.nl li a.membernav:visited {
	color: #FFF;
	display: block;
	position: relative;
	border-left: 1px #999 solid;
	border-right: 1px #fff solid;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	background-color: #006e54;
	background-image: url(../images/menu_current.gif);
	background-repeat: repeat-x;
}
#nav ul.nl li a.membernav:hover {
	color: #FFF;
	background-color: #006e54;
	background-image: url(../images/menu_current.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#nav ul.nl li.current {
	background-image: url(../images/menu_current.gif);
	background-repeat: repeat-x;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #006e54;
}
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* Main Navigation English----------------------------------- */
#nav_en {
	height: 46px;
	width: 920px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
#nav_en ul.nl {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background-color: #ccc;
	background-image: url(../images/menu_off.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#nav_en ul.nl li {
	float: left;
}
#nav_en ul.nl li a {
	display: block;
	position: relative; 
	border-left: 1px #999 solid;
	border-right: 1px #fff solid;
	text-decoration: none; 
	font-weight: normal; 
	color: #333; 
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#nav_en ul.nl li a:hover {
	color: #FFF;
	background-color: #666;
	background-image: url(../images/menu_on.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#nav_en ul.nl li a.membernav:link, #nav_en ul.nl li a.membernav:visited {
	color: #FFF;
	display: block;
	position: relative;
	border-left: 1px #999 solid;
	border-right: 1px #fff solid;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	background-color: #006e54;
	background-image: url(../images/menu_current.gif);
	background-repeat: repeat-x;
}
#nav_en ul.nl li a.membernav:hover {
	color: #FFF;
	background-color: #006e54;
	background-image: url(../images/menu_current.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#nav_en ul.nl li.current {
	background-image: url(../images/menu_current.gif);
	background-repeat: repeat-x;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #006e54;
}
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* Home ---------------------------------------- */
#home {
	background-image: url(../images/main_p.jpg);
	background-repeat: no-repeat;
	padding-top: 420px;
}
#homeLeft {
	float: left;
	width: 460px;
	margin-right: 20px;
}
#homeLeft h2 {
	font-size: 44px;
	line-height: 50px;
	color: #006e54;
	margin-bottom: 10px;
}
#home h2.en {
	font-size: 34px;
	line-height: 38px;
	color: #006e54;
	margin-bottom: 10px;
}
#homeLeft h3 {
	font-size: 18px;
}
#homeRight {
	float: right;
	width: 440px;
}
#homeRight p.news {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#homeRight dl dt, #mainRight dl dt {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #006e54;
	padding-top: 10px;
}
#homeRight dl dd, #mainRight dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}

/* Pages Main ---------------------------------------- */
#main {
	padding-top: 10px;
}
#mainLeft {
	float: left;
	width: 300px;
}
#mainRight {
	float: right;
	width: 600px;
}
#main h2#title {
	position: relative;
	color: #fff;
	background: #e4701b;
	font-size: 1.143em;
	font-weight: bold;
	box-shadow: 0 1px 3px #777;
	-moz-box-shadow: 0 1px 3px #777;
	-webkit-box-shadow: 0 1px 3px #777;
	-o-box-shadow: 0 1px 3px #777;
	-ms-box-shadow: 0 1px 3px #777;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: -3.2em;
	padding-top: 0.7em;
	padding-right: 0.8em;
	padding-bottom: 0.7em;
	padding-left: 1.2em;
	width: 240px;
}
#main h2#title:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 7px solid #000;
}
#main h2#title:after{
    left: 0;
    border-right: 7px solid #000;
}
#main ul#results {
	font-size: 120%;
}
#main ul#results li {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main ul#results li.bullet {
	position: relative;
	list-style-type: none;
}
#main ul#results li::after {
	display: block;
	content: '';
	position: absolute;
	top: .9em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #fb7407;
	border-radius: 100%;
}

#main ul#results ul li {
	list-style-type: disc;
	margin-left: 20px;
}


/* Member Index---------------------------------------- */
#mainRight p.position {
	position: relative;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
#mainRight p.position::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #e4701b;
	border-bottom: 1px solid #e4701b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mainRight ul#memberIndex {
	margin-bottom: 40px;
}

#mainRight ul#memberIndex li {
	list-style-type: none;
	display: block;
	font-size: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #999;
}
#mainRight ul#memberIndex li.mid {
	font-size: 18px;
	line-height: 18px;
}
.nameEn {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#mainRight ul#memberIndex li a:link, #mainRight ul#memberIndex li a:visited {
	text-decoration: none;
	display: block;
	color: #999;
}
#mainRight ul#memberIndex li a:hover {
	text-decoration: none;
	color: #e4701b;
}



/* Member Left side---------------------------------------- */
#leftSide {
	float: left;
	width: 220px;
	margin-right: 40px;
}
#leftSide h2#side {
	position: relative;
	color: #fff;
	background: #e4701b;
	font-size: 1.143em;
	font-weight: bold;
	box-shadow: 0 1px 3px #777;
	-moz-box-shadow: 0 1px 3px #777;
	-webkit-box-shadow: 0 1px 3px #777;
	-o-box-shadow: 0 1px 3px #777;
	-ms-box-shadow: 0 1px 3px #777;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: -3.2em;
	padding-top: 0.7em;
	padding-right: 0.8em;
	padding-bottom: 0.7em;
	padding-left: 1.2em;
}
#leftSide h2#side:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 7px solid #000;
}
#leftSide h2#side:after{
    left: 0;
    border-right: 7px solid #000;
}
#leftSide p.position {
	position: relative;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;S
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#leftSide p.first {
	margin-top: 10px;
}
#leftSide p.position::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #e4701b;
	border-bottom: 1px solid #e4701b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#leftSide ul li {
	list-style-type: none;
	margin-left: 10px;
	display: block;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 24px;
}
#leftSide ul li.mid {
	font-size: 18px;
	line-height: 18px;
}
.nameEn {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#leftSide ul li.current {
	color: #e4701b;
}
#main #leftSide ul li a:link, #leftSide ul li a:visited {
	text-decoration: none;
	display: block;
}
#main #leftSide ul li a:hover {
	text-decoration: none;
	color: #e4701b;
}


/* Member Main side---------------------------------------- */
#member {
	float: right;
	width: 660px;
}
#member h2.name {
	padding: 0px;
	margin: 0px;
	font-size: 55px;
	font-weight: normal;
	line-height: 48px;
}
#member h2.name .memberEn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#imgRightMember {
	float: right;
	margin-left: 20px;
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#member dl dt {
	float: left;
	width: 100px;
	font-size: 14px;
	line-height: 180%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #ddd;
	font-weight: bold;
}
#member dl dd {
	font-size: 14px;
	line-height: 180%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #ddd;
}
#member dl dt.noline, #member dl dd.noline {
	border-bottom-style: none;
	padding-bottom: 0px;
}

#member h3 {
	background-image: url(../images/memberLine.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}
#member p.bottom20 {
	margin-bottom: 20px;
}
#member ul {
	margin: 0px;
	padding-left: 40px;
}
#member ul li {
	position: relative;
	list-style-type: none;
}
#member ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: "e4701b";
	border-radius: 100%;
}
#member ul.noIndent {
	padding-left: 0px;
	list-style-type: none;
}
#member ul.noIndent li {
	margin-left: 14px;
	list-style-position: outside;
}

/* Research---------------------------------------- */
#mainRight #research h3, #research_detail h3 {
	background-color: #006e54;
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#research_detail h4 {
	color: #006e54;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 50px;
	border-bottom: 1px solid #006e54;
	border-top: 1px solid #006E54;
}
#research_detail h5 {
	background-color: #0150bb;
	color: #FFFFFF;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	border-bottom: 1px solid #006e54;
	text-align: center;
	padding-top: 10px;
}
#mainRight #research p, #research_detail p {
	margin-bottom: 1em;
}
#mainRight #research p.bottom0, #research_detail p.bottom0 {
	margin-bottom: 0px;
}

#mainRight #research ul, #research_detail ul {
	padding-left: 1.5em;
	margin: 0px;
}
#mainRight #research ul li, #research_detail ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}
#research_detail .leftResearch {
	float: left;
	width: 600px;
	margin-right: 20px;
}
#research_detail .rightResearch {
	float: left;
	width: 300px;
}
#research_detail p.block {
	border: 1px solid #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.sptop30 {
	margin-top: 30px;
}
.sptop220 {
	margin-top: 220px;
}