@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
html {
	overflow: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
li.typeOnAlpha {
	list-style-type:lower-alpha !important;
}
li.typeOnDisc {
	list-style-type:disc !important;
}
li.typeOnDecimal {
	list-style-type:decimal !important;
}
br {
	　letter-spacing:0;
}
input {
	padding:0px;
}
textarea {
	overflow: auto;
}
/* For Firefox issue */
html {
	overflow: -moz-scrollbars-vertical;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border:0;
}
address, em {
	font-style:normal;
}
/*----------------------------------------------------
基本スタイル用CSS
ページレイアウト、サイト全般で使用する装飾、etc...
htmlタグ再設定
----------------------------------------------------*/

body {
	color: #333;
	font:13px;
	font-family:Arial, Helvetica, sans-serif;
 *font-size:small;
 *font:x-small;
	line-height:1.4;
	background-color:#dfdfdf;
}
table {
	font-size:inherit;
	font:100%;
}
hr {
	display: none;
}
ul {
	padding: 0;
	border: 0 none;
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:link {
	color:#008a31;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/* 標準的に使用するクラス */
.article_margin0 {
	margin-bottom: 0 !important;
}
.article_margin-top0 {
	margin-top: 0 !important;
}
.article0 {
	padding-bottom: 0 !important;
}
.article0-left {
	padding-left: 0 !important;
}
.article0-top {
	padding-top: 0 !important;
}
.article5-top {
	padding-top: 5px !important;
}
.article10 {
	padding-bottom: 10px !important;
}
.article10-left {
	padding-left: 10px !important;
}
.article30-left {
	padding-left: 30px !important;
}
.article10-top {
	padding-top: 10px !important;
}
.article20-top {
	padding-top: 20px !important;
}
.article30-top {
	padding-top: 30px !important;
}
.article20 {
	padding-bottom: 20px !important;
}
.article20-margin {
	margin-bottom: 20px !important;
}
.article20-left {
	padding-left: 20px !important;
}
.article30 {
	padding-bottom: 30px !important;
}
.article40 {
	padding-bottom: 40px !important;
}
.article40-left {
	padding-left: 40px !important;
}
.article50-left {
	padding-left: 50px !important;
}
.article50-right {
	padding-right: 50px !important;
}
.txtRed {
	color:#ff0000 !important;
}
.txtBold {
	font-weight:bold !important;
}
.txtCenter {
	text-align:center !important;
}
.txtRight {
	text-align:right !important;
}
.txtIndent {
	text-indent:1em !important;
}
.bgWhite {
	background: none !important;
	border-bottom: #dddddd dotted 1px;
}
.nowrap {
	white-space: nowrap
}
.rightBorder {
	border-right:#dddddd solid 1px;
}
.bottmeLineNo {
	border-bottom:none !important;
}
.bottmeLine {
	border-bottom: #dddddd solid 1px !important;
}
p.notes {
	padding-left: 1em;
	text-indent: -1.5em;
}
.color_rd {
	color:#F00;
}
.color_bl {
	color:#00F;
}
.clearAll {
	clear:both;
}
.marginZero {
	margin:0 !important;
}
.paddingBottomZero {
	padding-bottom:0px !important;
}
/* adding file icon */
a.iconPdf {
	background:url(../../images/icon_acrobat.gif) no-repeat left center;
	padding-left: 25px;
}
a.iconSmRoot {
	background:url(../../images/icon_sitemap_link.gif) no-repeat left center;
	padding-left: 25px;
}
li.iconSmDetail a {
	background:url(../../images/icon_about_link2.gif) no-repeat 0px 3px;
	padding-left: 20px;
	display: inline-block;
}

/* 2017.04追記 */
a.iconSmRoot2 {
	background:url(../../images/icon_sitemap_link.gif) no-repeat left center;
	padding-left: 25px;
}

a.iconSmRoot2:after {
	content:url(../../images/icon_06.png);
}

li.iconSmDetail2 a {
	background:url(../../images/icon_about_link2.gif) no-repeat 0px 3px;
	padding-left: 20px;
	display: inline-block;
}

li.iconSmDetail2 a:after {
	content:url(../../images/icon_06.png);
}
/* 終わり */

.listdot {
	list-style:disc;
	margin-left:50px;
}

/* header */
#container {
	width:100%;
	min-width:1000px;
	margin:auto;
	background:#fff url(../../images/bg_header.gif) repeat-x left top;
}
#header {
	width:1000px;
	margin:0 auto;
}
/* ----------------- TOP Menu ----------------- */ 
#headerSW{
	width:100%;
	clear:both;
	height:30px;
	margin-bottom:10px;
}
#headerSW ul{
	display:block;
	float:right;
	margin:0 0 0 10px;
}
#headerSW li{
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
#headerSW a{
	display:block;
	font-size:12px;
	border-right:1px solid #CCC;
	padding:0 5px;
	margin:5px 0;
	color:#FFF;
}
#headerSW_first {
	border-right:0;
	background:#333 url(../../images/headerSW_l.gif) no-repeat left bottom;
}
.headerSW_mid{
	background:#333;
}
#headerSW_last {
	border-right:0;
	background:#333 url(../../images/headerSW_r.gif) no-repeat right bottom;
}
#headerSW_last a{
	border-right:0;
}
#user{
	background:url(../../images/user.gif) no-repeat right 0;
	padding:2px 24px 0 0;
	margin:5px 0 0 0;
	display:block;
	font-size:12px;
	text-align:left;
	height:20px;
	float:right;
}
#lang {
	text-align:right;
	padding:0 0 10px 0;
}
#TMSearches {
	float:right;
	text-align:right;
	padding:0 0 10px 0;
}
#Searches {
    width:220px;
    clear:both;
    float:right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
   /* IE10-specific styles go here */
   #Searches{width:223px;}
}
.SearchField {
    font-size:10px;
    float:left;
    width:192px;
    height:20px;
    display:block;
    border:0;
    padding:0 0 0 5px;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    border-left:1px solid #CCC;
}
.SearchBtnTop {
    background:url(../../images/search_btn.gif) no-repeat 0 0;
    border:0;
    width:22px;
    float:right;
    display:block;
    height:22px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
   /* IE10-specific styles go here */
   .SearchBtnTop{width:24px;}
}
#TopMenu {
	clear:both;
}
#TopMenu ul {
	padding-top:10px;
	display:block;
	clear:both;
}
#TopMenu li {
	display:inline;
}
#TopMenu a {
	font-family:"MS PGothic";
	font-size:10px;
	color:#666666;
	text-decoration:none;
	padding: 0 0 0 8px;
	background:url(../../images/arrow.gif) no-repeat left 4px;
}
#TopMenu a:hover {
	color:#000000;
	text-decoration:underline;
}
#HeaderLogo a {
	margin:0 0 0 0;
	float:left;
	border:none;
	width:440px;
	height:48px;
	background:url(../../images/logo.png) no-repeat center 0;
	text-indent:-9999px;
}
#HeaderLogo a img {
	border:none;
}
/* ----------------- Menu ----------------- */ 

#menu {
	float:right;
	clear:both;
	padding:0 0 15px 0;
	text-align:center;
}
#menu ul {
display:block;
width:498px;
}
#menu ul li {
width:83px;
float:left;
text-align:center;
}
#menu ul li a {
width:100%;
text-indent:-9999px;
overflow:hidden;
height:72px;
display:block;
margin:0 auto;
border-right:1px dotted #333;
}
/* menu init */
#topics {
}
#researches {
}
#publications {
}
#libraries {
}
#events {
}
#database {
}
/* menu Images */

#topics a {
	background:url(../../images/menu_topics.png) no-repeat center 0;
}
#researches a {
	background:url(../../images/menu_research.png) no-repeat center 0;
}
#publications a {
	background:url(../../images/menu_publications.png) no-repeat center 0;
}
#libraries a {
	background:url(../../images/menu_library.png) no-repeat center 0;
}
#events a {
	background:url(../../images/menu_events.png) no-repeat center 0;
}
#database a {
	background:url(../../images/menu_database.png) no-repeat center 0;
}
/* ON images*/
#topics a:hover, #topics a:active {
	background:url(../../images/menu_topics.png) no-repeat center -72px;
}
#researches a:hover, #researches a:active {
	background:url(../../images/menu_research.png) no-repeat center -72px;
}
#publications a:hover, #publications a:active {
	background:url(../../images/menu_publications.png) no-repeat center -72px;
}
#libraries a:hover, #libraries a:active {
	background:url(../../images/menu_library.png) no-repeat center -72px;
}
#events a:hover, #events a:active {
	background:url(../../images/menu_events.png) no-repeat center -72px;
}
#database a:hover, #database a:active {
	background:url(../../images/menu_database.png) no-repeat center -72px;
}
#menu ul li#database a {
	border-right:0;
}
/* punKuzu */

div#punKuzuArea {
	clear:both;
	height:auto;
	background-color:#ffffff;
}
div#punKuzu {
	width:100%;
	height:12px;
	margin:0 auto;
	padding: 20px 0px;
	font-size: 12px;
}
div#punKuzu {
}
div#punKuzu a {
	font-size:12px;
	color:#008a31;
	height:auto;
	padding-right: 10px;
}
div#punKuzu a.punLink {
	padding-left: 10px;
}
div#punKuzu a:active, div#punKuzu a:hover {
	text-decoration:underline;
}
div#punKuzu span.onPage {
	font-size:12px;
	height:auto;
	padding: 0px 0px 0px 10px;
}
/* MAIN MENU */

#gnavi {
	width:100%;
	clear:both;
	margin:0 auto;
	height:46px;
	font-size: 75%;
	background:url(../../images/bg_mnavi.jpg) repeat-x;
}
#gnavi ul {
	width:1000px;
	margin:0 auto;
	display:block;
}
#gnavi ul li {
	float:left;
	text-align:center;
}
#gnavi ul li a {
	text-indent:-9999em;
	overflow:hidden;
	text-decoration:none;
	height:46px;
	display:block;
}
/* menu navi init */
#about {
}
#education {
}
#employment {
}
/* menu navi Images */

#about a {
	width:333px;
	background:url(../../images/mnavi_about.jpg) no-repeat center 0;
}
#education a {
	width:334px;
	background:url(../../images/mnavi_education.jpg) no-repeat center 0;
}
#employment a {
	width:333px;
	background:url(../../images/mnavi_employment.jpg) no-repeat center 0;
}
/* ON images*/
#about a:hover, #about a:active {
	background: url(../../images/mnavi_about.jpg) no-repeat center -46px;
}
#education a:hover, #education a:active {
	background: url(../../images/mnavi_education.jpg) no-repeat center -46px;
}
#employment a:hover, #employment a:active {
	background: url(../../images/mnavi_employment.jpg) no-repeat center -46px;
}

/* footer */

div#footer {
	font-size: 12px;
	background-color:#dfdfdf;
	text-align:center;
	clear:both;
}
div#footer a {
	color: #333;
	text-decoration: none;
}
div#footer a:link {
	text-decoration: none;
}
div#footer a:active {
	text-decoration: underline;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer ul {
	display:block;
	padding:20px 0;
}
div#footer li {
	display:inline;
	padding:0 10px;
	text-align:center;
	border-right:1px solid #333;
}
div#footer .ft_lnk_first {
	border-left:1px solid #333;
}
div#footer .ft_lnk_last {
}
div#footer address {
	display:block;
	height:auto;
	margin:0;
	padding:20px 0;
	color: #666666;
	text-align: center;
	clear:both;
	background: url(../../images/footer_delimiter.jpg) no-repeat center top;
}
div#footer address dt {
	display:inline;
	background: url(../../images/colon_01.gif) no-repeat right 2px;
	padding:0 5px 0 0;
}
div#footer address dd {
	display:inline;
}
/*----------------------------------------------------
	ページトップへ
----------------------------------------------------*/

#topReturn {
	width: 62px;
	height:23px;
	position:fixed;
	right:0;
	bottom:100px;
	margin: 0px;
	z-index:6666;
}
#topReturn a {
	display:block;
	width: 62px;
	height:23px;
	background: url(../../images/wwwtop_tab_backimage.png) no-repeat 0 0;
	text-indent:-9999px;
}
#topReturn a:hover, #topReturn a:active {
	background-position:0 -23px;
}

.busroot {
	margin-left: 34px;
}

.text-italic {
	font-style:italic;
}
