@charset "utf-8";

/****************************** 20150701 */
/* HTML */
html {
	color: #333333;
	font-size: 85%;
	background-color: #ffffff;
	font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", Arial, Helvetica, sans-serif;
}

/* common */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg_bd_01.png);
	background-repeat: repeat-x;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}
a,
a:link,
a:visited {
	color: #005e3c;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
	line-height: 135%;
}

small {
	color: #ffffff;
	font-size: 75%;
	line-height: 30px;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

address {
	font-size: 75%;
	display: block;
	font-style: normal;
}

/***************************************** float */
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.left {
	float: left;
}
.right {
	float: right;
}

/***************************************** contentbd */
#contentbd {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
}
#bodyArea {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#contentArea {
	padding: 15px;
	margin: 20px auto;
	border: 3px solid #cccccc;
	background-color: #eeeeee;
	width: 800px;
	text-align: left;
}

/***************************************** header */
#header {
	margin: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* logo */
#header h1 {
	float: left;
	margin: 0;
}
#header h1 a {
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}
#header h2 {
	float: left;
	padding-top: 43px;
	background: none;
}
#header h2 a {
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}

#header .rbox {
	text-align: right;
	position: relative;
	margin: 0;
	padding: 0;
}
#header .rbox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header .rbox ul li {
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
}
#header .rbox form {
	margin: 15px 0;
	padding: 0;
}

#header a.link,
#header a.link:link,
#header a.link:visited {
	color: #666666;
	font-size: 90%;
}

#header a.link:active {
	color: #999999;
}
#header a.link:hover {
	text-decoration: underline;
	color: #eab300;
}

/************************************************ contents */
#contents {
	padding: 0;
	margin: 30px 0;
}

/************************************************ menus */
#menus {
	margin: 0;
	padding: 0;
	width: 270px;
}
.menu {
	margin: 0;
	padding: 0;
}
.menu ul {
	list-style-type: none;
	margin: 5px;
	padding: 0;
}
.menu ul li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #005e3c;
	font-size: 90%;
}
.menu ul li.list_h1 {
	margin: 15px 0 0 0;
	padding: 5px 10px;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #005e3c;
	font-weight: bold;
	font-size: 100%;
}
.menu a,
.menu a:link,
.menu a:visited,
.menu a:active {
	color: #333333;
}
.menu a:hover {
	color: #005e3c;
	text-decoration: underline;
}

/************************************** personal */
#personal {
	margin: 0;
	padding: 0;
	width: 660px;
}

#personal h2 {
	margin: 10px 0;
	padding: 10px 0 8px 0;
	font-size: 160%;
	background-image: url(../images/bg_h2_01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#personal h2 span {
	background-color: #ffffff;
	margin: 0;
	padding: 3px;
	display: block;
}

#personal h2 span.furigana {
	margin-left: 15px;
	font-size: 70%;
	display: inline !important;
	background-color: none;
	color: #999999;
}

#personal p.update {
	margin: -5px 0 15px 0;
	padding: 0;
	font-size: 75%;
	text-align: right;
}

#personal .content {
}

#personal .content h3 {
	background-color: #dcdddd;
	background-image: url(../images/bg_h3_01.png);
	padding: 10px;
	font-size: 95%;
}
#personal .content h3 span {
	display: block;
	margin: 0;
	padding: 5px 5px 5px 25px;
	background-color: #ffffff;
	background-image: url(../images/bg_h3_02.png);
	background-repeat: repeat-y;
	background-position: top left;
}

/* basic */
#basic {
	padding: 0 10px 10px 10px;
	margin-bottom: 15px;
	background-color: #ececec;
	background-image: url(../images/bg_base_01.png);
	background-repeat: repeat;
}

#basic .content {
	margin: 15px;
	padding: 0;
}
#basic .content dl {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #000000;
	width: 460px;
}
#basic .content dl.tp {
	border-top: 1px dotted #000000;
}
#basic .content dt {
	float: left;
	padding: 5px;
	width: 100px;
	background-color: #eab300;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 85%;
}
#basic .content dd {
	padding: 3px 0;
	margin-left: 120px;
	font-size: 90%;
}

#basic .researchmap {
	position: relative;
	width: 115px;
	height: 30px;
	overflow: hidden;
}
#basic .researchmap img {
	top: -30px;
	position: absolute;
}

#photo {
	margin-top: 15px;
	width: 120px;
	height: 160px;
}

/***************************** footer */
#footer {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
/*	background-image: url(../images/hu_bld.png);
	background-position: center top;
	background-repeat: no-repeat;*/
	background-color: #e5e8d4;
	color: #ffffff;
}
#footer div.ptlink {
	margin: 0 auto;
	padding: 0 30px 0 0;
	text-align: right;
}
#footer div.mn {
	background-color: #005e3c;
	border-bottom: 3px solid #eab300;
}
#footer .footer-link {
	text-align: center;
	margin: 0;
	padding: 20px 0 15px 0;
	font-size: 85%;
	position: relative;
}
#footer .footer-link ul {
	margin: 0;
	padding: 0;
}
#footer .footer-link ul li {
	display: inline;
	margin: 0 10px;
}
/* link setting */
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #eab300;
	text-decoration: underline;
}

/* content */
.pcontent {
	margin: 10px 0 15px 0;
	padding: 10px;
	background-color: #dcdddd;
	line-height: 130%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.lang {
	width: 100px;
	height: 35px;
	overflow: hidden;
}
.lang img {
	margin-top: -10px;
}

/* link */
.link {
	display: inline;
}
.space {
	margin-left: 15px;
}

/************************************************ profile */
.profile {
	font-size: 90%;
	line-height: 135%;
}
.profile ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 10px;
	background-color: #f3f3f3;
	background-image: url(../images/bg_base_01.png);
	background-repeat: repeat;
}
.profile ul li {
	margin: 0;
	padding: 5px 0;
}
.profile ol {
	margin: 10px 0;
	padding: 10px auto;
	background-color: #f3f3f3;
	background-image: url(../images/bg_base_01.png);
	background-repeat: repeat;
}
.profile ol li {
	margin: 0;
	padding: 5px 0;
	line-height: 135%;
}

/* for ID */
#fid {
	margin: 5px 0;
}
.id-bnr {
	float: left;
	margin-right: 5px;
	font-size: 12px;
	line-height: 18px;
	width: 110px;
}
.id-bnr a:hover {
/*	background-color: #fff;*/
}

img {
    text-indent: -10000px
}
