/*===================================
	CSSリセット
=====================================*/

/*　フォントリセット
------------------------------------------------*/
body {
	font-size: 75%;
}
html>/**/body {
	font-size: 12px; /* Except IE */
}
/*　スタイルリセット
------------------------------------------------*/
* {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333; /*このサイトの基本となる文字色*/
	line-height:150%;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
ul, ol {
	list-style-type:none;
	margin:0;
	padding:0;
}
/*===================================
	共通チップス
=====================================*/

/*　clear
------------------------------------------------*/
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*　hide
------------------------------------------------*/
.hide {
	display:none;
}
/*　aタグ
------------------------------------------------*/
a {
	color:#f00106;
	text-decoration:underline;
}
a:hover {
	color:#f00106;
	text-decoration:none;
}
/*リンク共通アイコン*/
.more-link01 {
	display:block;
	padding-top:15px;
	text-align:right;
}
.more-link01 a {
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-style:italic;
	background :url(/research/images/common/common/ico-arrow_001.gif ) left 0.2em no-repeat;
	padding-left:16px;
}
/*　img
------------------------------------------------*/	
img {
	border:none;
	vertical-align:bottom;
	outline:none;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/*===================================
	共通レイアウトの設定

=====================================*/
body {
	text-align:center;/*for IE*/
	background-color:#000000; /*このサイトの背景色*/
}
#wrap {
	background-color:#ffffff;
	text-align:left;
}
#content {
	width:810px;
	min-height:600px;
	height:auto!important;
	height:600px;
	margin:0 auto;
}
#main {
	width:600px;
	margin-top:35px;
	float:left;
}
#sidebar {
	width:184px;
	float:right;
}
/*===================================
	header
=====================================*/
/*トップページ*/

#ja #header {
	background :url(/research/images/common/index/bg_ja.jpg) left top repeat-x;
}

#ja #header_In {
	height:271px;
	background:url(/research/images/common/index/pic-main-img_ja.png) center top no-repeat;
	margin:0 auto;
}

#en #header {
	background :url(/research/images/common/index/bg_en.jpg) left top repeat-x;
}

#en #header_In {
	height:271px;
	background:url(/research/images/common/index/pic-main-img_en.png) center top no-repeat;
	margin:0 auto;
}

#ja_b #header {
	background :url(/research/images/common/index/bg_ja_b.jpg) left top repeat-x;
}

#ja_b #header_In2 {
	height:137px;
	background:url(/research/images/common/index/pic-main-img_ja_b.png) center top no-repeat;
	margin:0 auto;
}

#ja_b #header_In3 {
	height:137px;
	background:url(/research/images/common/index/pic-main-img_ja_b_02.png) center top no-repeat;
	margin:0 auto;
}

#en_b #header {
	background :url(/research/images/common/index/bg_en_b.jpg) left top repeat-x;
}

#en_b #header_In2 {
	height:137px;
	background:url(/research/images/common/index/pic-main-img_en_b.png) center top no-repeat;
	margin:0 auto;
}

#en_b #header_In3 {
	height:137px;
	background:url(/research/images/common/index/pic-main-img_en_b_02.png) center top no-repeat;
	margin:0 auto;
}

#header h1 {
	display:none;
}
#lang {
	display:block;
	width:141px;
	height:39px;
	background:url(/research/images/common/common/bgi-lang_001.png) left top no-repeat;
	padding:8px 13px 14px 15px;
	float:right;
 margin-right:;
}
#langJa {
	margin:0 20px 0 6px;
}
/*下層ページ*/
/*.notop #header {
	background :url(/research/images/common/common/bgi-main-img_001.gif ) left top repeat-x;*/
}
/*#header_In2 {
	height:137px;
	background:url(/research/images/common/common/pic-main-img_001.gif) center top no-repeat;
	margin:0 auto;*/
}
/*===================================
	navigation
=====================================*/
#global-nav {
	background :url(/research/images/common/common/bgi-global-nav_001.gif ) left top repeat-x;
}
#global-nav ul {
	width:1020px;
	margin:0 auto;
}
#global-nav ul li {
	float:left;
}
#global-nav ul li a {
	display:block;
}
/*===================================
	パンくず
=====================================*/	
#pnkz {
	height:42px;
	background :url(/research/images/common/common/bgi-pnkz_001.gif ) left top repeat-x;
}
#pnkz p {
	width:850px;
	margin:0 auto;
	padding:10px 0 0 0;
	color:#8b8b8b;
	font-size:0.92em;
}
#pnkz p a {
	color:#ffffff;
}
#pnkz p a:hover {
	color:#ffffff;
}
#pnkz p span {
	color:#ffffff;
}
/*===================================
	footer
=====================================*/
#footer {
	background :url(/research/images/common/common/bgi-footer_001.gif ) left top repeat-x #000;
	color:#888888;
	font-size:0.92em;
}
#footer #foot-discription {
	text-align:center;
	padding:30px 0;
}
/*===================================
	pagetop
=====================================*/
#pagetop {
	width:700px;
	height:36px;
	margin:0 auto;
	text-align:right;
}
#pagetop a{
	height:36px;
	width:132px;
}
/*===================================
	sidebar
=====================================*/
#sidebar {
	background :url(/research/images/common/common/bgi-sidebar_001.png ) left top repeat-y;
	margin-top:43px;
	color:#ffffff;
}
#sidebarIn {
	background :url(/research/images/common/common/bgi-sidebar_002.gif ) left bottom no-repeat;
	padding:20px 0 30px 0;
}
/*sidebar共通*/	
#sidebar .side-widget {
	width:160px;
	margin:0 auto;
}
#sidebar .side-widget .side-ttl {
	font-weight:normal;
	font-size:1.18em;
}
/*Links*/
#sidebar #side-links {
}
#sidebar #side-links a {
	display:block;
	margin-bottom:5px;
}
/*===================================
	index
=====================================*/

/*　section01
------------------------------------------------*/
#section01 {
	margin-bottom:30px;
}
/*top-lead*/
#top-lead {
	width:370px;
	float:right;
	background :url(/research/images/common/index/bgi-top-lead_002.gif ) left top repeat-y;
}

#top-leadIn {
	width:370px;
	background :url(/research/images/common/index/bgi-top-lead_001.gif ) left top no-repeat;
}
#top-leadIn2 {
	width:370px;
	background :url(/research/images/common/index/bgi-top-lead_003.gif ) left bottom no-repeat;
}
#top-lead h2 {
	padding:24px 0 10px 0;
}
#top-lead #top-lead-txt {
	font-size:0.85em;
	padding:0px 25px 20px 25px;
	color:#626f74;
	line-height:180%;
}
/*top-announce*/
#top-announce {
	width:350px;
	float:right;
	padding-top:5px;
}

#top-announce h3 {
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-size:1.68em;
	color:#c60302;
	font-style:italic;
	margin-bottom:2px;
}
#top-announce #announceIn {
	height:100px;
	float:right;
	overflow:auto;
}

#top-announce .announce-wrap {
	padding:5px 0;
	border-bottom:1px dotted #888888;
}
#top-announce .announce-wrap .announce-ttl {
	background :url(/research/images/common/common/ico-circle_001.gif ) left 0.4em no-repeat;
	padding-bottom:0.3em;
	padding-left:12px;
	font-weight:bold;
}
#top-announce .announce-wrap .announce-ttl span {
	display:block;
	font-weight:normal;
	font-size:0.9em;
}
#top-announce .announce-wrap .announce-txt {
	padding-left:12px;
}
#top-announce #announce-foot {
	padding-top:5px;
	text-align:right;
}
#top-announce #announce-foot a {
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-style:italic;
	background :url(/research/images/common/common/ico-arrow_001.gif ) left 0.2em no-repeat;
	padding-left:16px;
}
#top-announce-ja {
	width:360px;
	float:right;
	padding-top:5px;
}
#top-announce-ja h3 {
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-size:1.68em;
	color:#c60302;
	font-style:italic;
	margin-bottom:5px;
}
#top-announce-ja #announceIn {
	height:100px;
	overflow:auto;
	}
#top-announce-ja .announce-wrap {
	padding:2px 0;
	border-bottom:1px dotted #888888;
}
#top-announce-ja .announce-wrap .announce-ttl {
	background :url(/research/images/common/common/ico-circle_001.gif ) left 0.42em no-repeat;
	padding-bottom:0.3em;
	padding-left:12px;
	font-weight:bold;
}
#top-announce-ja .announce-wrap .announce-ttl span {
	display:block;
	font-size:0.9em;
	font-weight:normal;
}
#top-announce-ja .announce-wrap .announce-txt {
	display:block;
	padding-left:12px;
	color:#999999;
}
#top-announce-ja #announce-foot {
	padding-top:5px;
	text-align:right;
}
#top-announce-ja #announce-foot a {
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-style:italic;
	background :url(/research/images/common/common/ico-arrow_001.gif ) left 0.2em no-repeat;
	padding-left:16px;
}

/*　section02
------------------------------------------------*/	
#section02 {
}
#section02 .article-ttl h2{
	width:606px;
	background :url(/research/images/common/common/bgi-section_001.gif ) left 1.2em no-repeat;
	padding:0 0 25px 0;
}
#section02 .article-ttl h2 {
	font-size:1.51em;
	color:#949494;
	font-weight:normal;
}

#section02 h3 {
	width:606px;
	padding:0 0 30px 0;
	font-size:1.51em;
	color:#949494;
	font-weight:normal;
	font-family: Georgia, "ＭＳ ゴシック", serif;

}
#section02 .top-smalltitle{
	background :url(/research/images/common/common/bgi-section_001.gif ) left 1.2em no-repeat;
	margin-bottom:20px;
	
}
#section02 h4 {
	font-size:1.46em;
	color:#c60302;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-style:italic;
	font-weight:bold;
	margin-bottom:10px;
}
#section02 .cate-ttl {
	padding:20px 0 0px 0;
	font-family: Georgia, "ＭＳ ゴシック", serif;
}
#section02 .cate-ttl span {
	background :url(/research/images/common/common/ico-circle_002.gif ) left center no-repeat;
	font-size:1.34em;
	font-weight:bold;
	padding-left:16px;
}
/*pdf-dl*/
#section02 .pdf-dl {
	padding:20px 0 20px 0;
	border-bottom:1px dotted #888888;
}
#section02 .pdf-dl .pdf-dl-txt {
	width:520px;
	float:left;
}
#section02 .pdf-dl .pdf-dl-txt p {
	font-weight:bold;
}
#section02 .pdf-dl .pdf-dl-txt p a {
	display:block;
	padding-left:16px;
	font-weight:bold;
	color:#c60302;
	background :url(/research/images/common/common/ico-arrow_001.gif ) left 0.18em no-repeat;
}
#section02 .pdf-dl .pdf-dl-txt p span {
	display:block;
	padding-left:16px;
	font-weight:normal;
}
#section02 .pdf-dl .pdf-dl-link {
	width:70px;
	float:right;
	text-align:right;
}
#section02 .pdf-dl .pdf-dl-link a {
	color:#777777;
}
/*===================================
	下層ページ共通
=====================================*/	
.article-box {
	margin-bottom:40px;
}
/*article-ttl*/
.article-box .article-ttl {
	width:606px;
	background :url(/research/images/common/common/bgi-section_001.gif ) left 1.3em no-repeat;
	padding:0 0 45px 0;
}
.article-box .article-ttl h2 {
	font-size:1.6em;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	color:#333333;
	font-weight:bold;
}

/*article-subtitle*/
.article-box .article-subtitle {
	background :url(/research/images/common/common/ico-circle_002.gif ) left center no-repeat;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-size:1.34em;
	font-weight:bold;
	padding-left:16px;
}
.article-box .article-subtitle a{
	font-weight:bold;
}
/*===================================
	About(about/index.html)
=====================================*/
/*about/index.html*/
#about .article-box dl {
	padding-top:10px;
	padding-bottom:20px;
	line-height:210%;
}
#about .article-box dl dt {
	font-size:1.36em;
	margin-bottom:5px;
}
#about .article-box dl dd {
	font-size:1.2em;
	padding-left:1em;
}
#about .article-box dl dd a {
	background :url(/research/images/common/common/ico-arrow_002.gif ) left 0.6em no-repeat;
	padding-left:13px;
}
/*about/01.html /about/02.html*/
.about-subtitle {
	font-size:1.68em;
	color:#949494;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-style:italic;
	font-weight:normal;
	margin-bottom:10px;
	line-height:130%;
}
.about-subtitle-ja {
	font-size:1.68em;
	color:#949494;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-weight:normal;
	margin-bottom:10px;
	line-height:130%;
}

.about-smalltitle{
	font-size:1.4em;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-weight:bold;
	padding:0;
	color:#c60302;
	margin-bottom:15px;
	border-top:dotted 1px #999999;
	padding-top:20px;
}
.about-smalltitle-first{
	border-top:none;
}

.about-txt {
	padding-bottom:20px;
}
.about-txt span{
	display:block;
	padding-left:15px;
	padding-right:15px;
}
/*===================================
	Current(current/index.html)
	Back issues(backissues/index.html)
=====================================*/
/* Backissues */
.backissues li {
	font-size:1.3em;
	padding-left:1em;
	padding-bottom:20px;
	line-height:170%;
	font-family: Georgia, "ＭＳ ゴシック", serif;
}
.backissues li a {
	background :url(/research/images/common/common/ico-arrow_002.gif ) left 0.6em no-repeat;
	padding-left:13px;
	font-weight:bold;
}
/* iframe */
#iFrame {
	width:600px;
}
/*===================================
  Common(common/00.html) iframeの中身
=====================================*/
/* index section02 pdf-dl と同じ */
body#iframe {
	width:600px;
	background-color:#ffffff;
}
/*===================================
 　　　エラーメッセージ
=====================================*/

#error-txt{
	margin:80px 0 100px 0;
	text-align:center;
	line-height:150%;
}
#error-txt .error-title span{
	font-size:0.9em;
	line-height:180%;
	color:#999999;
}
#error-txt .error-title{
	font-size:1.8em;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-weight:bold;
	font-style:italic;
	color:#c60302;
	margin-bottom:15px;
	padding-top:20px;
	}
#error-txt .error-masse span{
	text-decoration:underline;
}
#error-txt .error-masse{
	font-size:1.2em;
	
}
/*===================================
	論文ページ
=====================================*/	
/*　共通要素
-------------------------------------*/
.dissertation{
	width:1000px;
}
.dissertation #content {
	width:820px;
}
.dissertation #main {
	width:820px;
	margin-top:35px;
	float:none;
}
.dissertation #header_In2 {
	height:137px;
	background:url(/research/images/common/common/pic-main-img_002.jpg) center top no-repeat;
	margin:0 auto;
}
.dissertation .article-box{
	padding:10px;
	width:800px;
	padding-top:0;
}
/*　Tips関係
-------------------------------------*/
/* タイトル */
.dissertation .article-ttl {/* 論文タイトル */
	background :url(/research/images/common/common/bgi-section_003.gif ) left bottom no-repeat;
	padding:0 15px 26px 15px;
}
.dissertation .article-ttl h2 {/* 論文タイトル */
	font-size:1.6em;
	line-height:140%;
	font-family: Georgia, "ＭＳ ゴシック", serif;
}
.dissertation .article-ttl h2 span{/* 論文サブタイトル */
	font-size:0.81em;
	font-weight:normal;
	padding-left:10px;
}
.dissertation .article-box h3{/* 中見出し */
	background:url(/research/images/common/common/ico-line_001.gif ) left 0 no-repeat;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 0px 15px 18px;
	line-height:140%;
}
.dissertation .article-box h4{/* 小見出し */
	background:url(/research/images/common/common/ico-circle_001.gif ) left 0.4em no-repeat;
	_background:url(/research/images/common/common/ico-circle_001.gif ) left 0.2em no-repeat;
	padding-left:15px;
}
.dissertation .article-box h4.no-ico{/* 小見出し */
	background:none;
	padding-left:0px;
}
/* テキストルール */
.dissertation .article-box p{/* 段落 */
	margin-bottom:1.5em;
	text-indent:1em;
	line-height:150%;
}
.dissertation .article-box ol{/* 番号付きリスト */
	list-style-type:decimal;
	display:inline-block;
	margin-left:20px;
	margin-bottom:1.5em;
}
.dissertation .article-box ul{/* 箇条書きリスト */
	list-style-type:disc;
	display:inline-block;
	margin-left:20px;
	margin-bottom:1.5em;
}
.dissertation .article-box strong{/* 太字 */
	font-size:1em;
}
.dissertation .article-box span.underline{/* 下線 */
	text-decoration:underline;
}
.dissertation .article-box span.text-right{/* 右寄せ */
	display:block;
	text-align:right!important;
	font-size:0.9em;
}
.dissertation .article-box .no-indent{
	text-indent:0em;
}
.dissertation .article-box em{/* 斜体 */
	font-style:italic;
}
.dissertation .article-box em span{/* 斜体に下線など */
	font-style:italic;
}
.dissertation .article-box strong em{/* 太字の斜体 */
	font-style:italic!important;
	font-weight:bold;
}
.dissertation .article-box h4 em{/* 太字の斜体 */
	font-style:italic!important;
	font-weight:bold;
}
.dissertation .article-box .author{/* 著者 */
	text-align:right;
	font-size:1.2em;
	padding-bottom:20px;
}
.dissertation .article-box .quotation{/* 引用文 */
	padding-left:40px!important;
	text-indent:0;
}
.dissertation .article-box #foot-notes{/* 注釈 */
	border-top:dotted 1px #4d4d4d;
	padding-top:1.5em;
}

.dissertation .article-box #bibliography{/* 文献目録 */
	border-top:dotted 1px #4d4d4d;
	padding-top:1.5em;
}
.dissertation .article-box #bibliography ul{
	list-style-type:none;
	line-height: 150%;
	margin-left:0;
}
.dissertation .article-box #bibliography ul li{
    padding-left: 2em;
    text-indent: -2em;
}

.dissertation .article-box #bibliography ul li .book-title{
	font-style:italic;
}
/* 画像 */
.dissertation .article-box .img-box{
	text-align:center;
	padding:0 0 1.5em 0;
	margin:0 auto;
}
.dissertation .article-box .img-box img{
	margin:0 auto;
}
.dissertation .article-box .img-box span{
	text-align:center;
}
/* テキストカラー・マーカー */
.dissertation .article-box .red{
	color:#cc0000;
}
.dissertation .article-box .blue{
	color:#0093c7;
}
.dissertation .article-box .marker{
	background-color:#fff36c;
}
.dissertation .article-box .gray-marker{
	background-color:#999999;
}

sup{
	font-size: 70%;
	vertical-align: super;
}


/*　-------- 追記　オンラインジャーナルトップページ　-------- */

/* 各論文のテーブル */
.main_table{
	width: 100%;
	height: auto;
	border: solid 1px #BBBBBB;
}

.main_table td {
	padding: 15px;
}

.journal_title_row{
	width: 600px;
	vertical-align: top;
}

.journal_title{
	font-weight: bold;
	font-size: 160%;
	padding: 6px 6px 4px 6px;
	border-left: solid 6px #cc0000;
	border-bottom: solid 1px #BBBBBB;
}

.journal_text{
	width: 600px;
	margin: 10px 5px -8px 10px;
}

.journal_image_row{
	margin: 0 0 0 0;
}

.journal_image{
	margin: 5px 8px 0 0;
}

.border_dash{
	border: dotted 1px #BBBBBB;
	margin: -5px 0 15px 0;
}

.journal_thema{
	margin: 5px;
}

.author_name{
	font-size: 95%;
	margin: -2px 0 0 25px;
	color: #808080;
}

.article-box_journal {
	margin-bottom:40px;
	margin: 0 -120px 0 -100px;
}
/*article-ttl*/
.article-box_journal .article-ttl {
	width:606px;
	background :url(/research/images/common/common/bgi-section_001.gif ) left 1.3em no-repeat;
	padding:0 0 45px 0;
}
.article-box_journal .article-ttl h2 {
	font-size:1.6em;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	color:#333333;
	font-weight:bold;
}

/*article-subtitle*/
.article-box_journal .article-subtitle {
	background :url(/research/images/common/common/ico-circle_002.gif ) left center no-repeat;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-size:1.34em;
	font-weight:bold;
	padding-left:16px;
}
.article-box_journal .article-subtitle a{
	font-weight:bold;
}

#sidebar {
	width:184px;
	float:right;
	margin: 35px -110px 0 0;
}/*===================================
	CSSリセット
=====================================*/

/*　フォントリセット
------------------------------------------------*/
body {
	font-size: 75%;
}
html>/**/body {
	font-size: 12px; /* Except IE */
}
/*　スタイルリセット
------------------------------------------------*/
* {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333; /*このサイトの基本となる文字色*/
	line-height:150%;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
ul, ol {
	list-style-type:none;
	margin:0;
	padding:0;
}
/*===================================
	共通チップス
=====================================*/

/*　clear
------------------------------------------------*/
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*　hide
------------------------------------------------*/
.hide {
	display:none;
}
/*　aタグ
------------------------------------------------*/
a {
	color:#f00106;
	text-decoration:underline;
}
a:hover {
	color:#f00106;
	text-decoration:none;
}
/*リンク共通アイコン*/
.more-link01 {
	display:block;
	padding-top:15px;
	text-align:right;
}
.more-link01 a {
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-style:italic;
	background :url(/research/images/common/common/ico-arrow_001.gif ) left 0.2em no-repeat;
	padding-left:16px;
}
/*　img
------------------------------------------------*/	
img {
	border:none;
	vertical-align:bottom;
	outline:none;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/*===================================
	共通レイアウトの設定

=====================================*/
body {
	text-align:center;/*for IE*/
	background-color:#000000; /*このサイトの背景色*/
}
#wrap {
	background-color:#ffffff;
	text-align:left;
}
#content {
	width:810px;
	min-height:600px;
	height:auto!important;
	height:600px;
	margin:0 auto;
}
#main {
	width:600px;
	margin-top:35px;
	float:left;
}
#sidebar {
	width:184px;
	float:right;
}
/*===================================
	header
=====================================*/
/*トップページ*/

#ja #header {
	background :url(/research/images/common/index/bg_ja.jpg) left top repeat-x;
}

#ja #header_In {
	height:271px;
	background:url(/research/images/common/index/pic-main-img_ja.png) center top no-repeat;
	margin:0 auto;
}

#en #header {
	background :url(/research/images/common/index/bg_en.jpg) left top repeat-x;
}

#en #header_In {
	height:271px;
	background:url(/research/images/common/index/pic-main-img_en.png) center top no-repeat;
	margin:0 auto;
}

#ja_b #header {
	background :url(/research/images/common/index/bg_ja_b.jpg) left top repeat-x;
}

#ja_b #header_In2 {
	height:137px;
	background:url(/research/images/common/index/pic-main-img_ja_b.png) center top no-repeat;
	margin:0 auto;
}

#en_b #header {
	background :url(/research/images/common/index/bg_en_b.jpg) left top repeat-x;
}

#en_b #header_In2 {
	height:137px;
	background:url(/research/images/common/index/pic-main-img_en_b.png) center top no-repeat;
	margin:0 auto;
}

#header h1 {
	display:none;
}
#lang {
	display:block;
	width:141px;
	height:39px;
	background:url(/research/images/common/common/bgi-lang_001.png) left top no-repeat;
	padding:8px 13px 14px 15px;
	float:right;
 margin-right:;
}
#langJa {
	margin:0 20px 0 6px;
}
/*下層ページ*/
/*.notop #header {
	background :url(/research/images/common/common/bgi-main-img_001.gif ) left top repeat-x;*/
}
/*#header_In2 {
	height:137px;
	background:url(/research/images/common/common/pic-main-img_001.gif) center top no-repeat;
	margin:0 auto;*/
}
/*===================================
	navigation
=====================================*/
#global-nav {
	background :url(/research/images/common/common/bgi-global-nav_001.gif ) left top repeat-x;
}
#global-nav ul {
	width:1020px;
	margin:0 auto;
}
#global-nav ul li {
	float:left;
}
#global-nav ul li a {
	display:block;
}
/*===================================
	パンくず
=====================================*/	
#pnkz {
	height:42px;
	background :url(/research/images/common/common/bgi-pnkz_001.gif ) left top repeat-x;
}
#pnkz p {
	width:850px;
	margin:0 auto;
	padding:10px 0 0 0;
	color:#8b8b8b;
	font-size:0.92em;
}
#pnkz p a {
	color:#ffffff;
}
#pnkz p a:hover {
	color:#ffffff;
}
#pnkz p span {
	color:#ffffff;
}
/*===================================
	footer
=====================================*/
#footer {
	background :url(/research/images/common/common/bgi-footer_001.gif ) left top repeat-x #000;
	color:#888888;
	font-size:0.92em;
}
#footer #foot-discription {
	text-align:center;
	padding:30px 0;
}
/*===================================
	pagetop
=====================================*/
#pagetop {
	width:700px;
	height:36px;
	margin:0 auto;
	text-align:right;
}
#pagetop a{
	height:36px;
	width:132px;
}
/*===================================
	sidebar
=====================================*/
#sidebar {
	background :url(/research/images/common/common/bgi-sidebar_001.png ) left top repeat-y;
	margin-top:43px;
	color:#ffffff;
}
#sidebarIn {
	background :url(/research/images/common/common/bgi-sidebar_002.gif ) left bottom no-repeat;
	padding:20px 0 30px 0;
}
/*sidebar共通*/	
#sidebar .side-widget {
	width:160px;
	margin:0 auto;
}
#sidebar .side-widget .side-ttl {
	font-weight:normal;
	font-size:1.18em;
}
/*Links*/
#sidebar #side-links {
}
#sidebar #side-links a {
	display:block;
	margin-bottom:5px;
}
/*===================================
	index
=====================================*/

/*　section01
------------------------------------------------*/
#section01 {
	margin-bottom:30px;
}
/*top-lead*/
#top-lead {
	width:370px;
	float:right;
	background :url(/research/images/common/index/bgi-top-lead_002.gif ) left top repeat-y;
}

#top-leadIn {
	width:370px;
	background :url(/research/images/common/index/bgi-top-lead_001.gif ) left top no-repeat;
}
#top-leadIn2 {
	width:370px;
	background :url(/research/images/common/index/bgi-top-lead_003.gif ) left bottom no-repeat;
}
#top-lead h2 {
	padding:24px 0 10px 0;
}
#top-lead #top-lead-txt {
	font-size:0.85em;
	padding:0px 25px 20px 25px;
	color:#626f74;
	line-height:180%;
}
/*top-announce*/
#top-announce {
	width:350px;
	float:right;
	padding-top:5px;
}

#top-announce h3 {
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-size:1.68em;
	color:#c60302;
	font-style:italic;
	margin-bottom:2px;
}
#top-announce #announceIn {
	height:100px;
	float:right;
	overflow:auto;
}

#top-announce .announce-wrap {
	padding:5px 0;
	border-bottom:1px dotted #888888;
}
#top-announce .announce-wrap .announce-ttl {
	background :url(/research/images/common/common/ico-circle_001.gif ) left 0.4em no-repeat;
	padding-bottom:0.3em;
	padding-left:12px;
	font-weight:bold;
}
#top-announce .announce-wrap .announce-ttl span {
	display:block;
	font-weight:normal;
	font-size:0.9em;
}
#top-announce .announce-wrap .announce-txt {
	padding-left:12px;
}
#top-announce #announce-foot {
	padding-top:5px;
	text-align:right;
}
#top-announce #announce-foot a {
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-style:italic;
	background :url(/research/images/common/common/ico-arrow_001.gif ) left 0.2em no-repeat;
	padding-left:16px;
}
#top-announce-ja {
	width:360px;
	float:right;
	padding-top:5px;
}
#top-announce-ja h3 {
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-size:1.68em;
	color:#c60302;
	font-style:italic;
	margin-bottom:5px;
}
#top-announce-ja #announceIn {
	height:100px;
	overflow:auto;
	}
#top-announce-ja .announce-wrap {
	padding:2px 0;
	border-bottom:1px dotted #888888;
}
#top-announce-ja .announce-wrap .announce-ttl {
	background :url(/research/images/common/common/ico-circle_001.gif ) left 0.42em no-repeat;
	padding-bottom:0.3em;
	padding-left:12px;
	font-weight:bold;
}
#top-announce-ja .announce-wrap .announce-ttl span {
	display:block;
	font-size:0.9em;
	font-weight:normal;
}
#top-announce-ja .announce-wrap .announce-txt {
	display:block;
	padding-left:12px;
	color:#999999;
}
#top-announce-ja #announce-foot {
	padding-top:5px;
	text-align:right;
}
#top-announce-ja #announce-foot a {
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-style:italic;
	background :url(/research/images/common/common/ico-arrow_001.gif ) left 0.2em no-repeat;
	padding-left:16px;
}

/*　section02
------------------------------------------------*/	
#section02 {
}
#section02 .article-ttl h2{
	width:606px;
	background :url(/research/images/common/common/bgi-section_001.gif ) left 1.2em no-repeat;
	padding:0 0 25px 0;
}
#section02 .article-ttl h2 {
	font-size:1.51em;
	color:#949494;
	font-weight:normal;
}

#section02 h3 {
	width:606px;
	padding:0 0 30px 0;
	font-size:1.51em;
	color:#949494;
	font-weight:normal;
	font-family: Georgia, "ＭＳ ゴシック", serif;

}
#section02 .top-smalltitle{
	background :url(/research/images/common/common/bgi-section_001.gif ) left 1.2em no-repeat;
	margin-bottom:20px;
	
}
#section02 h4 {
	font-size:1.46em;
	color:#c60302;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-style:italic;
	font-weight:bold;
	margin-bottom:10px;
}
#section02 .cate-ttl {
	padding:20px 0 0px 0;
	font-family: Georgia, "ＭＳ ゴシック", serif;
}
#section02 .cate-ttl span {
	background :url(/research/images/common/common/ico-circle_002.gif ) left center no-repeat;
	font-size:1.34em;
	font-weight:bold;
	padding-left:16px;
}
/*pdf-dl*/
#section02 .pdf-dl {
	padding:20px 0 20px 0;
	border-bottom:1px dotted #888888;
}
#section02 .pdf-dl .pdf-dl-txt {
	width:520px;
	float:left;
}
#section02 .pdf-dl .pdf-dl-txt p {
	font-weight:bold;
}
#section02 .pdf-dl .pdf-dl-txt p a {
	display:block;
	padding-left:16px;
	font-weight:bold;
	color:#c60302;
	background :url(/research/images/common/common/ico-arrow_001.gif ) left 0.18em no-repeat;
}
#section02 .pdf-dl .pdf-dl-txt p span {
	display:block;
	padding-left:16px;
	font-weight:normal;
}
#section02 .pdf-dl .pdf-dl-link {
	width:70px;
	float:right;
	text-align:right;
}
#section02 .pdf-dl .pdf-dl-link a {
	color:#777777;
}
/*===================================
	下層ページ共通
=====================================*/	
.article-box {
	margin-bottom:40px;
}
/*article-ttl*/
.article-box .article-ttl {
	width:606px;
	background :url(/research/images/common/common/bgi-section_001.gif ) left 1.3em no-repeat;
	padding:0 0 45px 0;
}
.article-box .article-ttl h2 {
	font-size:1.6em;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	color:#333333;
	font-weight:bold;
}

/*article-subtitle*/
.article-box .article-subtitle {
	background :url(/research/images/common/common/ico-circle_002.gif ) left center no-repeat;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-size:1.34em;
	font-weight:bold;
	padding-left:16px;
}
.article-box .article-subtitle a{
	font-weight:bold;
}
/*===================================
	About(about/index.html)
=====================================*/
/*about/index.html*/
#about .article-box dl {
	padding-top:10px;
	padding-bottom:20px;
	line-height:210%;
}
#about .article-box dl dt {
	font-size:1.36em;
	margin-bottom:5px;
}
#about .article-box dl dd {
	font-size:1.2em;
	padding-left:1em;
}
#about .article-box dl dd a {
	background :url(/research/images/common/common/ico-arrow_002.gif ) left 0.6em no-repeat;
	padding-left:13px;
}
/*about/01.html /about/02.html*/
.about-subtitle {
	font-size:1.68em;
	color:#949494;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-style:italic;
	font-weight:normal;
	margin-bottom:10px;
	line-height:130%;
}
.about-subtitle-ja {
	font-size:1.68em;
	color:#949494;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-weight:normal;
	margin-bottom:10px;
	line-height:130%;
}

.about-smalltitle{
	font-size:1.4em;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-weight:bold;
	padding:0;
	color:#c60302;
	margin-bottom:15px;
	border-top:dotted 1px #999999;
	padding-top:20px;
}
.about-smalltitle-first{
	border-top:none;
}

.about-txt {
	padding-bottom:20px;
}
.about-txt span{
	display:block;
	padding-left:15px;
	padding-right:15px;
}
/*===================================
	Current(current/index.html)
	Back issues(backissues/index.html)
=====================================*/
/* Backissues */
.backissues li {
	font-size:1.3em;
	padding-left:1em;
	padding-bottom:20px;
	line-height:170%;
	font-family: Georgia, "ＭＳ ゴシック", serif;
}
.backissues li a {
	background :url(/research/images/common/common/ico-arrow_002.gif ) left 0.6em no-repeat;
	padding-left:13px;
	font-weight:bold;
}
/* iframe */
#iFrame {
	width:600px;
}
/*===================================
  Common(common/00.html) iframeの中身
=====================================*/
/* index section02 pdf-dl と同じ */
body#iframe {
	width:600px;
	background-color:#ffffff;
}
/*===================================
 　　　エラーメッセージ
=====================================*/

#error-txt{
	margin:80px 0 100px 0;
	text-align:center;
	line-height:150%;
}
#error-txt .error-title span{
	font-size:0.9em;
	line-height:180%;
	color:#999999;
}
#error-txt .error-title{
	font-size:1.8em;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-weight:bold;
	font-style:italic;
	color:#c60302;
	margin-bottom:15px;
	padding-top:20px;
	}
#error-txt .error-masse span{
	text-decoration:underline;
}
#error-txt .error-masse{
	font-size:1.2em;
	
}
/*===================================
	論文ページ
=====================================*/	
/*　共通要素
-------------------------------------*/
.dissertation{
	width:1000px;
}
.dissertation #content {
	width:820px;
}
.dissertation #main {
	width:820px;
	margin-top:35px;
	float:none;
}
.dissertation #header_In2 {
	height:137px;
	background:url(/research/images/common/common/pic-main-img_002.jpg) center top no-repeat;
	margin:0 auto;
}
.dissertation .article-box{
	padding:10px;
	width:800px;
	padding-top:0;
}
/*　Tips関係
-------------------------------------*/
/* タイトル */
.dissertation .article-ttl {/* 論文タイトル */
	background :url(/research/images/common/common/bgi-section_003.gif ) left bottom no-repeat;
	padding:0 15px 26px 15px;
}
.dissertation .article-ttl h2 {/* 論文タイトル */
	font-size:1.6em;
	line-height:140%;
	font-family: Georgia, "ＭＳ ゴシック", serif;
}
.dissertation .article-ttl h2 span{/* 論文サブタイトル */
	font-size:0.81em;
	font-weight:normal;
	padding-left:10px;
}
.dissertation .article-box h3{/* 中見出し */
	background:url(/research/images/common/common/ico-line_001.gif ) left 0 no-repeat;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 0px 15px 18px;
	line-height:140%;
}
.dissertation .article-box h4{/* 小見出し */
	background:url(/research/images/common/common/ico-circle_001.gif ) left 0.4em no-repeat;
	_background:url(/research/images/common/common/ico-circle_001.gif ) left 0.2em no-repeat;
	padding-left:15px;
}
.dissertation .article-box h4.no-ico{/* 小見出し */
	background:none;
	padding-left:0px;
}
/* テキストルール */
.dissertation .article-box p{/* 段落 */
	margin-bottom:1.5em;
	text-indent:1em;
	line-height:150%;
}
.dissertation .article-box ol{/* 番号付きリスト */
	list-style-type:decimal;
	display:inline-block;
	margin-left:20px;
	margin-bottom:1.5em;
}
.dissertation .article-box ul{/* 箇条書きリスト */
	list-style-type:disc;
	display:inline-block;
	margin-left:20px;
	margin-bottom:1.5em;
}
.dissertation .article-box strong{/* 太字 */
	font-size:1em;
}
.dissertation .article-box span.underline{/* 下線 */
	text-decoration:underline;
}
.dissertation .article-box span.text-right{/* 右寄せ */
	display:block;
	text-align:right!important;
	font-size:0.9em;
}
.dissertation .article-box .no-indent{
	text-indent:0em;
}
.dissertation .article-box em{/* 斜体 */
	font-style:italic;
}
.dissertation .article-box em span{/* 斜体に下線など */
	font-style:italic;
}
.dissertation .article-box strong em{/* 太字の斜体 */
	font-style:italic!important;
	font-weight:bold;
}
.dissertation .article-box h4 em{/* 太字の斜体 */
	font-style:italic!important;
	font-weight:bold;
}
.dissertation .article-box .author{/* 著者 */
	text-align:right;
	font-size:1.2em;
	padding-bottom:20px;
}
.dissertation .article-box .quotation{/* 引用文 */
	padding-left:40px!important;
	text-indent:0;
}
.dissertation .article-box #foot-notes{/* 注釈 */
	border-top:dotted 1px #4d4d4d;
	padding-top:1.5em;
}

.dissertation .article-box #bibliography{/* 文献目録 */
	border-top:dotted 1px #4d4d4d;
	padding-top:1.5em;
}
.dissertation .article-box #bibliography ul{
	list-style-type:none;
	line-height: 150%;
	margin-left:0;
}
.dissertation .article-box #bibliography ul li{
    padding-left: 2em;
    text-indent: -2em;
}

.dissertation .article-box #bibliography ul li .book-title{
	font-style:italic;
}
/* 画像 */
.dissertation .article-box .img-box{
	text-align:center;
	padding:0 0 1.5em 0;
	margin:0 auto;
}
.dissertation .article-box .img-box img{
	margin:0 auto;
}
.dissertation .article-box .img-box span{
	text-align:center;
}
/* テキストカラー・マーカー */
.dissertation .article-box .red{
	color:#cc0000;
}
.dissertation .article-box .blue{
	color:#0093c7;
}
.dissertation .article-box .marker{
	background-color:#fff36c;
}
.dissertation .article-box .gray-marker{
	background-color:#999999;
}

sup{
	font-size: 70%;
	vertical-align: super;
}


/*　-------- 追記　オンラインジャーナルトップページ　-------- */

/* 各論文のテーブル */
.main_table{
	width: 100%;
	height: auto;
	border: solid 1px #BBBBBB;
}

.main_table td {
	padding: 15px;
}

.journal_title_row{
	width: 600px;
	vertical-align: top;
}

.journal_title{
	font-weight: bold;
	font-size: 160%;
	padding: 6px 6px 4px 6px;
	border-left: solid 6px #cc0000;
	border-bottom: solid 1px #BBBBBB;
}

.journal_text{
	width: 600px;
	margin: 10px 5px -8px 10px;
}

.journal_image_row{
	margin: 0 0 0 0;
}

.journal_image{
	margin: 5px 8px 0 0;
}

.border_dash{
	border: dotted 1px #BBBBBB;
	margin: -5px 0 15px 0;
}

.journal_thema{
	margin: 5px;
}

.author_name{
	font-size: 95%;
	margin: -2px 0 0 25px;
	color: #808080;
}

.article-box_journal {
	margin-bottom:40px;
	margin: 0 -120px 0 -100px;
}
/*article-ttl*/
.article-box_journal .article-ttl {
	width:606px;
	background :url(/research/images/common/common/bgi-section_001.gif ) left 1.3em no-repeat;
	padding:0 0 45px 0;
}
.article-box_journal .article-ttl h2 {
	font-size:1.6em;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	color:#333333;
	font-weight:bold;
}

/*article-subtitle*/
.article-box_journal .article-subtitle {
	background :url(/research/images/common/common/ico-circle_002.gif ) left center no-repeat;
	font-family: Georgia, "ＭＳ ゴシック", serif;
	font-size:1.34em;
	font-weight:bold;
	padding-left:16px;
}
.article-box_journal .article-subtitle a{
	font-weight:bold;
}

#sidebar {
	width:184px;
	float:right;
	margin: 35px -110px 0 0;
}