@charset "utf-8";
body {
	/* [disabled]font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; */
	background-color: #ccc;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
/*	width: 80%; */
	width: 960px;
	max-width: 1260px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto; 
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
	padding:0;
	background-image: url(../images/back_ground.png);
	background-repeat: repeat-y;
	background-color:#fff;
}

#left_contents {
	float:left;
	padding: 0;
	width: 298px;
}

#right_contents {
	float:left;
	padding: 0;
/*	margin-left: 298px; */
	width: 658px;
	}

/*--- ぱんくずリスト --*/

#topic_path {
	width: 652px;
	margin: 0;
	padding: 10px 0 10px 10px;
	font-size: 75%;
	background-color:#f3f3f3;
}


/*------ ごあいさつ   -------*/

#greeting_content {
	margin: 0;
}

#greeting_content div.msg {
	padding: 60px 120px 60px 20px;
	line-height: 1.8em;
	font-size: 95%;
	background:url(../images/dr_sogawa.jpg) no-repeat bottom right;
	
}

div.msg p {
	margin: 20px 0 0 0;
}

.director_name {
	clear:both;
	text-align: right;
	font-size: 80%;
	padding: 10px 20px 10px 0;
}


/* --- facebook ---*/
.fb {margin: 30px 0 0 20px;}


/* -- トップページお知らせ ---*/

.nico { font-size: 83%; line-height: 1.3em; background:#e8d3d1; padding: 2px 0 2px 10px; margin: 10px 15px;}

#top_info {
	padding: 10px 0 ;
}
#top_info img { margin-left: 10px; }

.info_box {
	margin: 5px 10px 0 10px;
/*	border: 1px solid #cecece; */
	height: 100px;
	overflow: scroll;
	overflow-x: hidden;
}

.info_box dl {
	margin: 5px 0 0 0px;
	zoom: 1;
	width: 600px;
}

.info_box dl dt {
	padding: 2px 0 2px 10px;
	width: 120px;
	font-size: smaller;
	float: left;
	clear:both;
}
.info_box dd {
	font-size:smaller;
	padding: 2px 0 2px 120px;
	margin-left:10px;
	border-bottom: 1px dotted #999;
}

/* --- 特別講演　---- */

#special_lecture img { margin-left: 10px; }

.spl_lec_box { margin-top: 10px;}
.speaker_img { float: left; width:98px;}
.spl_lec_title {
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 170%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
.abst { margin-top: 20px; }	
	
.spl_lec_afl { font-size: 80%; margin: 5px 0 5px 120px;}
.spl_lecturer {font-size: 130%; margin-left: 120px;}
.spl_lec_space { padding-top: 10px;}

.spl_abst_title { 
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size: 120%;
		margin: 20px 0 20px 15px;
		border-left: 15px #D01445 solid;
		padding-left: 5px;
	
}



#spl_abst_list { margin: 0 0 0 40px;}
ul#spl_abst_list li { line-height: 1.8em; list-style-type:disc; font-size:90%;}


/* ---- abstract page ---- */

#inline_content_spl  { border: 1px solid #666; padding: 15px; }

#inline_content_spl p  { line-height: 1.5em; font-size: 90%; }

#inline_content_sympo  { border: 1px solid #666; padding: 15px; }

#inline_content_sympo p  { line-height: 1.5em; font-size: 90%; }

.sympo_abst_title { 
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size: 120%;
		margin: 20px 0 20px 15px;
		border-left: 15px #389838 solid;
		padding-left: 5px;
	
}

#inline_content_lt_warn  { border: 1px solid #666; padding: 15px; height: 250px; }

#inline_content_lt_warn p  { line-height: 2em; font-size: 90%; }



#sympo_abst_list { margin: 0 0 0 40px;}
ul#sympo_abst_list li { line-height: 1.8em; list-style-type:disc; font-size:90%;}


/* --- シンポジウム　---- */

#symposium img { margin-left: 10px; }

.sympo_box { margin-top: 10px;}
.speaker_img { float: left; width:98px;}
.sympo_title {
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 150%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
.sympo_afl { font-size: 80%; margin: 5px 0 5px 120px;}
.sympo_lecturer {font-size: 120%; margin-left: 120px;}
.sympo_space { padding-top: 10px;}



/* ---- 講演・シンポジウム説明---- */
.lec_desc {border: 1px #eae5e3 solid; margin:15px 10px ; padding:5px; line-height: 1.5em; font-size: 85%;} 
.spl_sympo_btn {margin: 10px 0 0 120px; }



.btm_content {
	width: 960px;
	max-width: 1260px;
	min-width: 780px;
	margin: 0 auto;
	background:#ccc;

}

/*--- 下部テキストメニュー -- */
#text_menu_box { padding: 0;}

ul#globalNavi {
    list-style:none;
    padding-left:0;
    margin-left:0;
	width:100%;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px;
/*	line-height: 1; */
	list-style-type: none; 
}

ul#globalNavi li a {
	display: block;
/*	position: relative; */
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	background-color: #EEEEEE;
	padding: 8px;
}

ul#globalNavi li a:hover {
	color: #000000;
	background-color: #DDDDDD;
}

/* -- footer ---*/
.footer { text-align: center; margin-bottom: 20px;}
.head_history { margin: 10px 0 5px 0; }
.history { font-size:80%; text-align:center; margin: 15px 0; }
.copy { font-size: 80%; }



/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clr { clear: both; }

/* --- poster ----*/

/* ポスター（テーブル） */

/* table */

.phl {color: #524E4D; background:#f3f3f2; border-left: 5px solid #D19A68;}
.mil {color: #524E4D; background:#f3f3f2; border-left: 5px solid #00AFEC;}
.csl {color: #524E4D; background:#f3f3f2; border-left: 5px solid #008585;}
.msl {color: #524E4D; background:#f3f3f2; border-left: 5px solid #ABCD03;}
.psl {color: #524E4D; background:#f3f3f2; border-left: 5px solid #ED6D00;}
.osl {color: #524E4D; background:#f3f3f2; border-left: 5px solid #E9528E;}
.npc {color: #524E4D; background:#f3f3f2; border-left: 5px solid #7D4698;}
.eel {color: #524E4D; background:#f3f3f2; border-left: 5px solid #008585;}
.all {color: #524E4D; background:#f3f3f2; border-left: 5px solid #0033CC;}
.oth {color: #524E4D; background:#f3f3f2; border-left: 5px solid #FBC200;}

.joint_research {float:left; font-size: 110%;}

.odd { background-color:#e0ebaf;}
.even { background-color:#fdeff2;}

.poster_place {display:inline-block; width: 20em; border-left: 10px solid #19448e; padding-left: 10px; margin-top: 15px;}
.core_time {display:inline-block; width: 20em; line-height:2em; margin:0 0 0 15px;}

table.posterBanner {
	clear: both;
	width: 630px;
	margin-left:10px;
}

td.posterGrp {
	font-size:1.5em;
	text-align: center;
/*	background-color: #fff; */
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	vertical-align: top;
}

td.posterGrpName {
	font-size: 0.7em;
	text-align: left;
	background-color: #e7e7eb;
	border: 1px solid #f2f2f2;
	vertical-align: top;
	padding: 2px 0 1px 2px;
}

td.posterPersonImg {
/*	text-align: center; */
	padding: 5px;
	width:85px;
}
td.posterPersonImg img {
	border: 1px solid #cfcfcf;
/*	float:left; */
}

td.posterPersonImg p {
	font-size: 0.7em;
	margin-top: 10px;
	padding:0;
	text-align:center;

}

td.posterPersonName {
	font-size: 0.7em;
	border-top: 1px dotted #f2f2f2;
	margin-top: 10px;
	text-align: center;
}

td.posterTitle {
	font-size: 90%;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	padding-left: 10px;
	vertical-align: middle;
}


td.adjustTd {
	background-color: none;
}

td.posterTitle em {
	font-style: normal;
}

span.posterSubTitle {
	font-size: 0.8em;
	line-height:1.5em;
}


td.posterThum {
	padding: 5px;
	border-right: 1px solid #f2f2f2;
	text-align: center;
}

td.posterThum a {
	font-size: 70%;
}

td.posterThum img{
	border: 1px solid #efefef;
}

td.separater {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

td.separater_btm {
	border-top: 1px solid #f2f2f2;
/*	border-bottom: 1px solid #f2f2f2; */
}


td.separaterGrpName {
	border-top: 1px solid #f2f2f2;
/*	border-bottom: 1px solid #333; */
}


td.separater_section {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
/*	background-color: #007bbb; */
	color: #fff;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}

span.caption {
	font-size:75%; color: #f6bfbc; font-weight:normal;
}

.head_mes {
	font-size: 95%;
	padding: 10px;
}

span.poster_dl a{
	font-size: 90%;
	line-height:1.5em;
/*	color:#333;	 */
}

/*------ アクセス   -------*/

#access_content {
	padding: 30px 0 0 20px;
}
div.access_map {
	padding: 20px 0 0 0;
	width: 337px;
	float: left;
}
div.access_map p {
	margin: 5px 0 0 0;
	font-size: 70%;
	font-weight: bold;
}

.map {
	border: 1px solid #c2c2c2;
	margin: 10px 5px;
	}

div.accessMethod {
	width: 600px;
	border-top:1px solid #c2c2c2;
	margin: 10px 0 0 0;
}
div.byTrain,
div.byBus,
div.byTaxi {
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	background-color:#e7e7eb;
	letter-spacing: 0.5em;
	font-size: 90%;
	font-weight:bold;
	padding: 2px 0 2px 5px;
}
div.direction {
	border-left: 5px solid #d3ccd6;
	padding: 0 0 0 5px;
	margin: 10px 0 5px 10px;
	font-size: 90%;
}

div.direction em {
	font-weight: bold;
	font-style:normal;
}

div.direction ul {
	margin: 0 0 0 1em;
}
div.direction ul li {
	line-height: 2em;
}

div.directionDesc {
	margin: 0 0 10px 25px;
	font-size: 85%;
}

span.accessBus {
	font-size:120%;
	font-weight:bold;
	color:#990000;
}

.access_return {
	background:#fcfcfc;
	margin: 20px 0 0 0;
	
}
.access_return span {
	font-weight:bold;
}

span.accessLinkNotice {
	font-size: 75%;
	font-weight:normal;
}

.a_btm {margin-bottom: 20px;}

/*------ 事前登録   -------*/

#reg_content {
	margin: 15px 0;

}

.reg_notify_msg {
	font-size: 130%;
	font-weight: bold;
	margin: 20px auto;
/*	text-align: center; */
	width: 80%;
	line-height: 2em;
	color: #900;
}

div.reg_box {
	width: 80%;
	border: 1px dotted #c2c2c2;
	padding: 5px;
	margin: 0 0 0 70px;
}
div.reg_box h2 {
	width: 300px;
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	text-indent: 5px;
	border-left: 5px solid #c00;
	margin: 0;
	
}

div.reg_box_prv_body {
	font-size: 90%;
	line-height: 1.2em;
}

div.reg_box_prv_body ul {
	font-size: 90%;
	margin: 10px 0 10px 20px;

}

div.reg_prv_inq_title {
	font-size: 80%;
	border-left: 5px solid #900;
	/*	padding: 2px;  */
	text-indent: 5px;
	margin-top: 20px;
}

div.reg_prv_inq_body {
	padding: 2px 5px;
	font-size: 80%;
	line-height: 120%;
}

div.lt_student_note {
	/*	width: 720px; */
	font-size: 80%;
	margin: 20px 70px 20px 70px;
	padding: 2px;
	border: 1px solid #c2c2c2;
	background-color: #f2f2f2;
	line-height: 150%;
	width: 80%;
	
}
div.reg p strong {
	font-size: 100%;
	font-weight:bold;
	color:#CC0000;
}
div.reg_select {
	font-size: 100%;
	font-weight:bold;
	width: 700px;
	margin:0 auto;
	padding: 5px 0 20px 0;
}
div.reg_select_general {
	float:left;
	width: 200px;
	font-size:120%;
	display:inline;
}
div.reg_select_student {
	width: 200px;
	font-size:120%;
/*	margin: 0 auto; */
	display:inline;
}

div.reg_top_mesg {
	margin: 0 0 20px 0;
	font-size: 85%;
}

/*------- サイトマップ ------*/

#sitemap {
	margin: 30px 10px;
}

#sitemap ul {
	margin: 20px 20px;
}

#sitemap ul li{
	list-style-image:url(../images/document.png);
	line-height: 2.5em;

}

#sitemap ul li span{
	font-size: 75%;
	color:#666666;
}

#sitemap ul li a{
	font-size: 85%;
}

#sitemap h1 {
	font-size: 120%;
	font-weight:bold;
	border-left: 10px solid #CC0000;
	padding-left: 0.5em;
	
}

/*------ ラボツアー  -------*/

#labtour_content {
	margin: 15px 0;
}

.tourTimeTable {
	width:95%;
	margin: 0 0 15px 15px;
/*	border: 1px solid #e5e4e6; */
}

.course { white-space: nowrap; }


.tour_table {font-size: 85%;}
table.tour_table tr td { padding-right: 20px; line-height: 1.5em;}

.head_H1 {
	font-size: 90%;
	margin: 15px 15px;
	padding: 5px 0 5px 10px;
	border-left: 15px solid #993300;
}

div.p_eachTourHeader p {
	font-size: 95%;
	margin-bottom: 15px;
}

div.p_tourNotice {
	width: 95%;
	margin: 5px 0 15px 15px;
	border: 1px dotted #ccc;
}
div.p_tourNotice strong {
	display:block;
	border-left: 8px solid #990000;
	font-size: 90%;
	padding: 0 0 0 4px;
	margin: 5px 0 0 5px;
}

div.p_tourNotice ul {
	font-size: 80%;
	line-height: 140%;
	margin-left: 5px;
	}

.eachTour {
	clear: both;
	border: 1px solid #e5e4e6;
	width: 95%;
	margin: 0 0 20px 15px;
}
.eachTourHeader {
	width: 100%;
	border-bottom:1px solid #e5e4e6;
}
.courseNum {
	border-right: 1px solid #e5e4e6;
	border-bottom: 1px solid #e5e4e6;
	font-size: 80%;
	padding: 2px 5px;
}
.courseTitle {
	font-size: 100%;
	font-weight: bold;
	padding: 10px 0 6px 10px;
}

.courseDescription {
	clear:both;
	line-height: 1.4em;
	padding: 10px;
	font-size: 95%;
}
.tour_desc {clear:both; padding-top:15px; line-break: strict;}
.footnote {clear:both; font-size: 85%; color:#333;}
.lt_photo_list { height:auto; }
.lt_photo_hd {float: left;}
.lt_photo {float: left; margin: 10px 10px 0 0; border:1px dotted #c0c6c9;  }

.ippan {
	background-color: #69821b;
	color: #fff;
	}
.gakusei {
	background-color:#DDA797;
	}

.ippan_hdr {
	background-color: #e0ebaf;
	}
.gakusei_hdr {
	background-color:#f8f4e6;
	}


.lt_thum_img {
	float:left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}




dl.lt {
	margin: 6px 5px 10px 160px;
}

dl.lt dt {
	float: left;
	width: 7em;
	margin: 0 -7em 0 0;
	padding: 5px 0 0.4em 0;
	display: inline;
	line-height: 120%;
	font-size: 80%;
	text-indent: 0px;
}

dl.lt dd {
	_height: 1%; /* Hack for Win IE6 */
	margin: 0 0 0 7em;
	padding: 5px 0 0.4em 5px;
	line-height: 120%;
	font-size: 75%;
}

.back {
	margin: 20px 10px 5px 0;
	text-align:right;
}

span.pre_reg {
	background:#C00;
	color:#FFF;
	font-weight: bold;	
}

/*------ プログラム   -------*/

.lt_student {
	background:#DDA797;	
}

.lt_ippan {
	background:#C4D5B9;	
}


#spl_head {
	width: 95%;
	margin: 10px 5px 20px 5px;	
	/*border: 1px solid #f08300;*/
	background:#D0E2EB;
}
#spl_head_content {
	padding: 0 0 5px 20px;
}

#spl_head .symposium_person {
	font-size: 110%;
	font-weight: bold;
}

#spl_head .affiliation_spl {
	font-size: 80%;
}


#program_content {
	margin: 15px 0 0 10px;
	
}

table.program {
	border-spacing:0;
	padding:0;
    border-collapse: collapse;
    border-spacing: 0;
/*	width: 300px; */
	margin: 0 10px 30px 5px;
}

table.program_top {
	border-spacing:0;
	padding:0;
	border:0;
    border-collapse: collapse;
    border-spacing: 0;
/*	width: 300px; */
	margin: 0 10px 30px 5px;
}


table.program tr td{
	font-size: 80%;
}


.program_item_head{
	text-align: center;
	width: 200px;
	background:#dcdcdc;
	padding: 3px;
	border:1px solid #9fa0a0;
	text-indent: 3px;
	letter-spacing: 0.2em;
}

.program_item_head_top{
	width: 500px;
	border-left: 10px solid #C00;
	padding: 3px;
	text-indent: 3px;
	letter-spacing: 1em;
}

.program_item_head_name{
	text-align: left;
	background:#fcfcfc;
	padding: 3px;
	border:1px solid #9fa0a0;
	text-indent: 0;
	letter-spacing: normal;
}


td.program_item_content {
	border-bottom:1px solid #9fa0a0;
	border-top:1px solid #9fa0a0;
	border-right:1px solid #9fa0a0;
	font-size: 80%;
	padding: 8px 12px;
}

td.program_item_content_top {
	border-left: 10px solid #C00;
	font-size: 80%;
	padding: 8px 12px;
}


span.pgm_map {
	width: 10em;
	display:block;
/*	background:#fff1cf; */
	font-size: 80%;
	border:#19448e solid 1px;
	padding: 3px 0;
	margin: 5px auto;
	
}
.row_end {
	padding: 3px 2px 3px 5px;
	border-right: 1px solid #9fa0a0;
/*	white-space: nowrap; */
	border-bottom: 1px solid #9fa0a0;
	padding: 8px 12px;
}
.row_head {
	padding: 3px 3px 3px 3px;
}

.spl {
	border-top:2px solid #990000;
	border-bottom:2px solid #990000;

}

span.pgm_lt_grpname {
	font-size: 75%;
	color:#999999;
	
}
.ble {
	border-bottom: 1px solid #9fa0a0;
}
.lab_theme {
	font-size: 110%;
}

.man {
	font-size: 80%;
	text-indent:1em;
}

.pgm_lt_subtitle {
	font-size: 80%;
}

.program_item_content strong {
	font-weight: normal;
}

.pgm_spl_title {font-size: 140%; font-weight:bold; margin-bottom: 5px;}
.pgm_spl_person {font-size: 110%; font-weight:bold; margin-top: 5px;}
