/*
原則として、許可なしの再配布は禁止させていただきます。
また、無料でお使いの方は、【ＰＲ枠】のリンクは全て削除禁止です。
加工後の削除も禁止させていただいております。
絶対に削除しないでお使いください。
ご不明な点は、http://www.s-hoshino.com/info.html、または、
http://www.megapx.com/info.htmlのフォームよりお問い合わせください。
*/

@charset "utf-8";



* {
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	background-image: none;
}

body {
	background-color: #D9D9D0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

.chui {
	color: #CC3300;
}


/*■ここから追加した範囲。英日共用■*/

.rikencenter font { /*ページ上部のバナー文字にて使用*/
	position: absolute;
	top: 35px;
	left: 82px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
	text-shadow: 1px 2px 3px #000000;
}
.unit font { /*ページ上部のバナー文字にて使用*/
	position: absolute;
	top: 35px;
	left: 75px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
	text-shadow: 1px 2px 3px #000000;
}

div.language { /*言語切り替えボタンの位置指定*/
	padding-top: 9px;
	padding-right: 15px;
}
div.language a {
	color: #000000;
}

img.domain { /*メールアドレスのドメイン部分の画像で使用*/
	vertical-align: bottom;
}

ol.publication { /*論文のリファレンスで使用*/
	padding-left: 15px;
	/*要素の連番（カウンタ）の値をリセットする*/
	counter-reset: li;
}
ol.publication li{
	position: relative;
	padding-left: 25px;
	margin: 0 0 10px;
	/*デフォルトのスタイルを非表示にする*/
	list-style: none;
}
ol.publication li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	/*要素の連番（カウンタ）の値を進める*/
	counter-increment: li;
	/*自動連番を付ける関数*/
	content: counter(li)'.';
}

ul.title{ /*黒丸での箇条書き*/
	padding-left: 3.4em;
	padding-right: 2em;
}
ul.title li{
	padding: 0.5em 0; /*行間*/
}

ol.title{ /*黒丸以外での箇条書き*/
	padding-left: 4em;
	padding-right: 2em;
	text-indent: -1.5em;
	list-style-type: none;
}
ol.title li{
	padding: 0.5em 0; /*行間*/
}

ol.tume{ /*黒丸以外での箇条書き、行間無しver*/
	padding-left: 4em;
	padding-right: 2em;
	text-indent: -1.5em;
	list-style-type: none;
}
ol.tume li{
	padding: 0em 0; /*行間*/
}

ol.Proteome{ /*Proteome用*/
	padding-left: 4em;
	text-indent: -3.2em;
	list-style-type: none;
}
ol.Proteome li{
	padding: 0.5em 0; /*行間*/
}

ol.iHOPE{ /*iHOPE用*/
	padding-left: 8.4em;
	text-indent: -5.2em;
	padding-right: 2em;
	list-style-type: none;
}
ol.iHOPE li{
	padding: 0.5em 0; /*liごとの行間*/
}
ol.news{ /*お知らせ用*/
	padding-left: 7.0em;
	text-indent: -6.6em;
	list-style-type: none;
}

.side_box li a.current { /*メニュー内の現在のページに対して背景画像を差し替える*/
	background-image: url(img/side_li_current.bmp);
}
.side_box li a.current:hover { /*メニュー内の現在のページに対して背景画像を差し替える hover版*/
	background-image: url(img/side_li_ov_current.bmp);
}

ul a { /*箇条書き内全体へリンクを付ける場合は下線を非表示にする*/
	text-decoration: none;
}

#contents h3.shrink1 div { /*タイトルの横圧縮90%*/
	padding-top: 5px;
	margin-left: -35px;
	margin-right: -100px;
	font-size: 16px;
	transform: scale(0.9, 1);
}
#contents h3.shrink2 div { /*タイトルの横圧縮83%*/
	padding-top: 5px;
	margin-left: -62px;
	margin-right: -100px;
	font-size: 16px;
	transform: scale(0.83, 1);
}

#contents h3.twoline { /*タイトル2行*/
	height:51px;
	background-size:100% 100%;  /* 画像のサイズを指定    */
	line-height: 20px;
	padding-top: 5px;
}


#contents ul.list-striped { /*プレスリリース*/
	list-style-type: none;
}
#contents div.list-title {
	padding-left: 2em;
	text-indent: -1.7em;
	padding-bottom: 5px;
}
#contents dl.news {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D0;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
}
#contents dl.news dt {
	font-weight: bold;
}
#contents dl.news dd {
	padding-left: 10px;
	padding-bottom: 5px;
}

#contents dl.news h4 { /*最新情報*/
	font-size: 16px;
	border-left-width: 0px;
	padding-left: 7px;
	color: #333333;
	line-height: 22px;
	background-image: url(img/news.png);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 23px;
}

#contents p.rightimg { /*右端に画像を載せる文*/
	margin-right: 180px;
}
#contents img.rightimg { /*文を左側に載せる画像*/
	margin-right: 20px;
}

#contents ul.presentation h5 { /*学会発表(学会名)*/
	color: #000099;
	line-height: 18px;
	margin-top: 12px; 
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #FFFFFF;
	margin-right: 10px;
	padding-left: 10px;
}
#contents ul.presentation h6 { /*学会発表(日時)*/
	font-size: 10px;
	color: #000000;
	line-height: 5px;
	margin-top: 10px; 
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 10px;
}
#contents ul.presentation li { /*学会発表(発表者・タイトル)*/
	margin-top: 10px; 
	margin-bottom: 13px;
	margin-left: 35px;
	margin-right: 5px;
	padding-left: 0px;
}

#contents div.year{ /*研究業績・年号*/
	display: flex; /*複数のdivを横並びにする*/
	margin-top: 10px; 
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 15px;
}
#contents div.year div{ /*研究業績・年号*/
	/*border: solid 1px;*/
	width: 45px;
	text-align: center;
}




/*■ここまで追加した範囲■*/



/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#wrap {
	float: left;
	padding: 5px;
	background-image: url(img/side_base.gif);
	background-repeat: repeat-y;
	background-position: left;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

h1 {
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

#header #sub {
	font-size: 10px;
	color: #666666;
	position: absolute;
	top: 2px;
	right: 10px;
	text-align: right;
}
#header #logo {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height: 18px;
}

#header #head_ul {
	position: absolute;
	top: 30px;
	right: 15px;
}
#header #head_ul li {
	font-size: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 7px;
}

#header #head_ul li a {
	font-size: 10px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/nav.gif);
	height: 35px;
	clear: both;
	padding-left: 37px;
} 

#nav li {
	display: block;
	float: left;
	text-align: center;
  }
  
#nav li a {
	color: #555555;
	text-decoration: none;
	background-image: url(img/g_menu_li.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 25px;
	width: 120px;
	padding-top: 10px;
	line-height: 25px;
}

#nav li a:hover {
	color: #000000;
	background-image: url(img/g_menu_li_ov.gif);
	background-color: #DDDDDD;
}

#nav li strong {
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(img/g_menu_st.gif);
	height: 30px;
	width: 120px;
	display: block;
	padding-top: 5px;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DFDFDB;
	text-align: center;
	border: 1px solid #FFFFFF;
}

#contents {
	width:610px;
	float: right;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contents h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(img/h3.gif);
	height: 35px;
	background-repeat: no-repeat;
}

#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #8BBBDE;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h4 a {
	font-size: 14px;
}

#contents h5 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #5B94C1;
	margin-right: 20px;
	padding-left: 10px;
}



#contents #c_pad {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
}	
/**/

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents .img_left img {
	border: 2px solid #EDEDE9;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

#contents p .chui {
	line-height: 20px;
}
.list li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.list {
	margin-bottom: 10px;
	padding-left: 32px;
	padding-right: 32px;
	list-style-type: none;
}
.list li:hover {
	background-color: #FFFFFF;
}

/*
２box
-------------------------------------------------------------------*/
#contents .box2 {
	float: left;
	height: 130px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#contents .box2 h4 {
	margin: 0px;
	background-color: #74818B;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #239AD7;
}

#contents .box2 p {
	margin: 0px;
}

#contents .box2 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#contents .box2 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
/*
3box
-------------------------------------------------------------------*/
#contents .box3 {
	float: left;
	height: 130px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}
#contents .box3 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box3 p {
	margin: 0px;
}
#contents .box3 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 93px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	bottom: 10px;
	padding-right: 5px;
	left: 40px;
}

#contents .box3 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
.box3 a img {
	border: 2px solid #EDEDE9;
}
.box3 a:hover img {
	border: 2px solid #FCD096;
}


#contents .box3_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_photo a img {
	border: 2px solid #FFFFFF;
}
.box3_photo a:hover img {
	border: 2px solid #FCD096;
}


/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#contents table {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 35px;
}
#contents table.c_table {
	margin-left: auto;
}
#contents table td {
	border-width: 1px 0px; /* 上下だけ引く */
	border-style: dashed;   /* 線種*/
	border-color: #CCCCCC; /* 線色 */
	padding: 0.3em;        /* セル内側の余白 */
	padding-left: 1em;
}
#contents table th {
	border-width: 1px 0px; /* 上下だけ引く */
	border-style: dashed;   /* 線種*/
	border-color: #CCCCCC; /* 線色 */
	background-color: #EFEDE7;
	padding: 7px;
}
#contents form table th {
	width: 127px;
}

#contents table td.td_head {
	background-color: #5395C6;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#contents table td.td_odd {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #CAE6F4;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 175px;
	background-color: #DFDFD2;
	margin-left: 2px;
	padding-bottom: 10px;
}

#side li {
	list-style-type: none;
}

.side_box {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #CECEB9;
	background-color: #EFEFE9;
}

.side_box h3 {
	display: block;
	width: 146px;
	line-height: 24px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 24px;
	font-weight: normal;
}

.side_box ul {
	margin-bottom: 5px;
}

.side_box li a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
}


.side_box li a:hover {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}



#template_by {
	font-size: 9px;
	padding: 7px;
	background-color: #EDEDE4;
	margin-top: 20px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
	color: #555555;
}
#template_by a {
	font-size: 10px;
	color: #808080;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #F5F4F0;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #tmplby {
	font-size: 10px;
	color: #888888;
	text-align: right;
	padding: 5px;
}
#f_menu #tmplby a {
	font-size: 10px;
	margin-left: 2px;
	color: #888888;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #74818B;
	font-size: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}


