@charset "utf-8";


/*----------------------------
本体部分
-----------------------------*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

strong.headMessage { font-size: 75%; color:#CCCCCC; padding: 5px 0 5px 0; display: block; font-weight: normal; text-align:center; }

.oneColLiqCtr #container {
	width: 743px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.oneColLiqCtr #mainContent {
	padding: 0px;
	margin: 0 auto;
}

/*---------------------------
         コンテンツ  
-----------------------------*/

div#msg_box {
	width: 740px;
	padding: 5px 0px;
	margin: 8px auto;
}

td.msg_box {
	line-height: 120%;
	font-size: 90%;
}

div#content_box {
	width: 720px;
	padding: 0 8px;
	margin: 8px auto;
}

div.topicpath {
	font-size: 10px;
	margin: 0;
	padding: 2px 0 2px 15px;
	background:#efefef;
}

/*-----------------
　　プログラム
-------------------*/

div.program h1 {
	width:718px;
	height:29px;
	text-indent:-9999px;
	background:url("../images/content_menu_program.gif") top left no-repeat;
}

div.program p {
	font-size: 90%;
}

span.lab_name {
	font-size: 80%;
}


table.program {
	border-spacing:0;
	padding:0;
    border-collapse: collapse;
    border-spacing: 0;
	width: 700px;
	margin: 0 0 30px 0;
}


table.program tr td{
	font-size: 80%;
}


td.program_item_head{
	text-align: right;
	width: 13em;
	font-size: 80%;
	background:#dcdcdc;
	padding: 3px;
	border:1px solid #666;;
	text-indent: 3px;
	letter-spacing: 0.5em;
}

.program_item_head_name{
	text-align: left;
	background:#fcfcfc;
	padding: 3px;
	border:1px solid #666;;
	text-indent: 0;
	letter-spacing: normal;
}

td.program_item_head_spl{
	text-align: right;
	width: 13em;
	font-size: 80%;
	background:#f8b862;
	padding: 3px;
	border:1px solid #666;;
	text-indent: 3px;
	letter-spacing: 0.5em;
}

td.program_item_time {
	width: 9em;
	font-size: 75%;
	border-bottom:1px solid #666;;
	border-top:1px solid #666;
	border-right:1px solid #666;
	padding: 3px;
	text-align: center;
}
td.program_item_content {
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	border-right:1px solid #666;
	font-size: 80%;
	padding: 3px;
}

span.pgm_map {
	width: 10em;
	display:block;
	background:#fef4f4;
	font-size: 80%;
	border:#e6cde3 solid 1px;
	padding: 2px 0 0 2px;
	margin: 5px 0 5px 3px;
	
}
.row_end {
	padding: 3px 2px 3px 5px;
	border-right: 1px solid #666;
	white-space: nowrap;
/*	padding: 0 35px 0 0; */
}
.row_head {
/*	text-align:right; */
	padding: 3px 3px 3px 3px;
}

span.pgm_lt_grpname {
	font-size: 75%;
	color:#999999;
	
}
.ble {
	background: #eaf4fc;
}
.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;
}

/*--------
サイトマップ
----------*/
div.sitemap h1 {
	width:718px;
	height:29px;
	text-indent:-9999px;
	background:url("../images/content_menu_sitemap.gif") top left no-repeat;
}

div.sitemap ul {
		font-size: 13px;
		}

div.sitemap ul li {
	line-height: 160%;
	list-style: none;
	list-style-image:url(../images/li_.gif)
}
div.sitemap ul li ul {
}
div.sitemap ul li ul li {
	list-style-image:url(../images/li_li.gif)

}
div.sitemap ul li ul li ul li {

	list-style-image:url(../images/li_li_li.gif)
}
div.sitemap ul li ul li ul li ul li {
		list-style-image:url(../images/li_li_li_li.gif)
}
div.sitemap a:link {
	text-decoration: none;
	color:#555656;
}
div.sitemap a:visited {
	text-decoration: none;
	color:#993366;
}
div.sitemap a:hover {
	text-decoration: underline;
	color:#FF0000;
}
div.sitemap a:active {
	text-decoration: underline;
}


/*--------
ごあいさつ
----------*/
div.greetings h1 {
	width:718px;
	height:29px;
	text-indent:-9999px;
	background:url("../images/content_menu_greetings.gif") top left no-repeat;
}
div.greetings_direc_image {
	float: left;
	width: 164px;
	margin: 5px 15px 15px 0px;
	font-size: 75%;
	border: 1px solid #d2d2d2;
	text-align: center;
	
}

div.greetings_direc_image img{
	border: 2px solid #d2d2d2;
}

div.greetings p {
	line-height: 150%;
	font-size: 90%;
	color:#666;
}


/* -----------------------------------
    アクセス
-------------------------------------*/

div.access h1 {
	width:718px;
	height:29px;
	text-indent:-9999px;
	background:url("../images/content_menu_access.gif") top left no-repeat;
}

div.access_map {
	width: 342px;
	float:left;
}
div.access_map p {
	margin: 5px 0 0 0;
	font-size: 70%;
	font-weight: bold;
}

.map {
	border: 1px solid #c2c2c2;
	margin: 0 0 0  15px;
	}

div.accessMethod {
/*	width: 90%; */
	margin: 10px 0 0 0;
}
div.byTrain,
div.byBus,
div.byTaxi {
	border: 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: 5px 0 5px 10px;
	font-size: 75%;
}

div.direction div {
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	padding: 2px;
	margin: 10px 0 0 0;
	background-color:#fcfcfc;
}

div.directionDesc {
	margin: 0 0 10px 25px;
	font-size: 75%;
}

span.accessBus {
	font-size:120%;
	font-weight:bold;
	color:#990000;
}


ul.accessBusList {
	line-height: 150%;
}

span.accessLinkNotice {
	font-size: 75%;
	color: #adadad;
}

/* -----------------------------------
    参加登録
-------------------------------------*/
div.reg h1 {
	width:718px;
	height:29px;
	text-indent:-9999px;
	background:url("../images/content_menu_reg.gif") top left no-repeat;
}


div.reg_box {
/*	width: 720px; */
	border: 1px dotted #c2c2c2;
	padding: 5px;
}
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: 150%;
}

div.reg_box_prv_body ul {
	font-size: 90%;
}

div.reg_prv_inq_title {
	font-size: 80%;
	border-left: 5px solid #900;
/*	padding: 2px;  */
	text-indent: 5px;
}

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 0 0 0;
	padding: 2px;
	border: 1px solid #c2c2c2;	
	background-color:#f2f2f2;
	line-height: 150%;
	
}
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%;
}


/* -----------------------------------
    ポスター発表
-------------------------------------*/
div.poster h1 {
	width:718px;
/*	height:29px; */
	text-indent:-9999px;
	background:url("../images/content_menu_poster.gif") top left no-repeat;
}


div#top_navi {
	width: 700px;
	margin-bottom: 15px;
	font-size: 80%;
}
div#top_navi span {
	padding: 5px;
	color:#FFFFFF;
	display: block;
	float:left;
	white-space:nowrap;
}

div#top_navi a {
	text-decoration:none;
	color:#FFFFFF;
}
div#top_navi a:link {
	color:#FFFFFF;
	text-decoration:none;
}
div#top_navi a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
div#top_navi a:hover {
		text-decoration:underline;
	color:#FFFFFF;
}
div#top_navi a:active {
	text-decoration: underline;
	color:#FFFFFF;
}


/* ポスター（テーブル） */

/* table */

.phl {background:#ACCD03;}
.mil {background:#ED6D00;}
.csl {background:#E9528E;}
.msl {background:#7D4698;}
.psl {background:#00AFEC;}
.osl {background:#D19A68;}





table.posterBanner {
	clear: both;
	width: 600px;
}

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: right;
	background-color: #e7e7eb;
	border: 1px solid #f2f2f2;
	vertical-align: top;
	padding: 2px 0 1px 2px;
}

td.posterPersonImg {
	text-align: center;
	padding: 5px;
}
td.posterPersonImg img {
	border: 1px solid #cfcfcf;
}


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;
}


td.posterThum {
	padding: 5px;
	border-right: 1px solid #f2f2f2;
	text-align: center;

}

td.posterThum a {
	font-size: 70%;
}

td.posterThum img{
	border: 0px;
}

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;
}


/*---------------------------
 トップページお知らせ
 -----------------------------*/
div#bottom_box {
	float: left;
}

div#news_box {
	float:left;
	margin: 0;
}

div#newsHead{
	width:440px;
	height: 18px;
	background-color:#eae5e3;
	color:#555555;
	font-size: 80%;
	filter: Alpha(opacity=80);
	opacity:0.8;
	margin: 0 0 0 1px;
}

div#newsHead h1 {
	width:440px;
	font-size: 100%;
	color: #666;
	margin: 0px 0 2px 10px;
}


div#news {
	clear:both;
	width: 438px;
	height: 60px;
	overflow: auto;
	border:1px solid #eae5e3;
	background-color:#fff;
	color:#555555;
	font-size: 70%;
	filter: Alpha(opacity=70);
	opacity:0.7;
	margin: 0 0 10px 1px;
}

div#news ul {
	list-style: none;
	margin: 0.2em 0 0 1em;
	padding: 0;
	line-height: 150%;
}


div#news ul li {
	padding-left: 2px ;
}

div.ad_box {
	width: 120px;
	margin: 0 0 0 450px;

}

div.ad_box span {
	font-size:65%;
	color:#999999;
	}

div.ad_box img {
	border: 0;
}



/*----------------------------
トップページアイテム
------------------------------*/

/*------
クローズボタン
--------*/
.close_btn {margin: 10px 0 0 0;}


/*-----------------------------
	シンポジウム＆特別講演
-------------------------------*/

.person_photo {
	width: 85px;
	float:left;
	padding: 0 6px 200px 0;
	margin: 0 10px 0px 0;
	
}

.person_photo_spl {
	width: 90px;
	float:left;
	padding: 0 6px 200px 0;
	margin: 0 10px 0 0;
}


.symposium {
	padding: 15px 10px 0 10px;
/*	background-color:#f6f6f6; */
	height: 340px;

}

.sep_box {
	border-left: 1px dotted #FF0000;
	margin: 0 0 0 99px;
	padding: 0 0 0 10px;
}

.symposium_time {
	margin: 20px 0 0 0;
}
.symposium_title h1 {
	font-size:130%;
	font-weight:bold;
	margin:0;
}
.symposium_title h2 {
	font-size:100%;
	font-weight:bold;
	margin:0;
}


.symposium_subtitle{
	font-size:90%;
	font-weight:bold;
}

span.symposium_person {
	font-size: 110%;
	font-weight: bold;
	padding: 5px 0 0 10px;
	letter-spacing: 150%;

}
span.affiliation {
	font-size: 75%;
	font-weight: normal;
	padding: 5px 0 0 10px;
}
span.affiliation_spl {
	font-size: 75%;
	font-weight: normal;
	padding: 5px 0 0 10px;
}

span.person {
	padding-left: 5px;
	font-size: 75%;
	font-weight: normal;
	padding: 5px 0 0 10px;
}

div.sep_box p {
	margin-top: 20px;
	font-size: 90%;
	line-height: 140%;
	color:#666666;
}
table.time {
	border-spacing:0;
	padding:0;
    border-collapse: collapse;
}

td.time, td.occation{
	width: 3.5em;
/*	background:#dfdfdf; */
	padding: 3px;
	font-size: 75%;
	font-weight: bold;
	border-left:5px solid #CC0000;
	text-indent: 3px;
	letter-spacing: 0.5em;
}
td.time_item, td.occation_item {
	width: 15em;
/*	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #999999; */
	padding: 3px;
	font-size: 75%;
}

/*--------------------
トップページロゴ＆説明
-------------------*/

.top_main_logo {
	margin: 30px 0 0 20px;
	
}

div.top_main_logo_text p{
	width: 550px;
	font-size: 90%;
}




/*--------------------------
	ラボツアー
---------------------------*/

div.labtour h1{
	width:718px;
	height:29px;
	text-indent:-9999px;
	background:url("../images/content_menu_labtour.gif") top left no-repeat;
}

div.labtour_warn {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	font-size: 70%;
	color: #666666;
}

div.each_tour {
	width: 590px;
	float: left;
	margin: 5px 0 0 0;
}

div.each_tour_item {
	margin: 0 5px 0 0;
	padding: 0;
	width:290px;
	float: left;
/*	border: 1px solid #000; */
}
div.each_tour_item img {
	float: left;
	width: 61px;
}
div.each_tour_item p {
	font-size: 75%;
	line-height: 100%;
	margin: 0 0 0 65px;
	padding: 3px 3px 0 0;
}

.aftr_item {
	margin: 0 0 0 380px;
}

.lt_student {
	background: #eaf4fc;
}

span.lt_sub_title {
	font-size: 85%;
}
span.lt_handle_lab {
	margin: 3px 0 0 0;
	font-size: 9.4px;
	color:#999999;
}

div.p_eachTourHeader p {
	font-size: 80%;
}	


div.p_publicTour,
div.p_studentTour {
	float: left;
	width: 330px;
	height: 120px;
	margin: 0 10px 10px 0;
	padding: 0 0 0 5px;
	border: 1px solid #c2c2c2;
	background-color: #f2f2f2;
}

div.p_publicTour h2,
div.p_studentTour h2 {
	margin: 5px 0 0 5px;
	padding: 2px;
	width: 320px;
	text-indent: 5px;
	font-size: 80%;
	font-weight: bold;
	border-left: 4px solid #4c6cb3;
}

div.p_publicTour ul,
div.p_studentTour ul {
	font-size: 95%;
	line-height: 150%;
}

div.p_tourCourses {
	clear: both;
	margin: 0;
	padding: 0;
}

div.p_eachTour {
	float: left;
	width: 330px;
	border-right: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	margin: 10px 8px 5px 5px;
    padding: 0 10px 5px 0;
	font-size: 80%;
/*	text-indent: 10px; */
}

div.p_eachTour p {
	margin: 2px 0;
	padding: 0;
	line-height: 130%;
	font-size: 90%;
}

div.p_eachTour img {
	float: left;
	width: 74px;
	margin: 5px 8px 3px 0;
	border: 1px solid #ccc;	
}

div.p_tourNotice {
	clear: both;
	/*	width: 720px; */
	margin: 5px 0 15px 0;
	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: 130%;
	}

span.course {
	font-size: 130%;
	font-weight:bold;
	padding: 0 10px 0 0;
}

/* --------------------
	コース担当グループ
-----------------------*/

dl.lt {
	margin: 6px 5px 0 80px;
}

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: 80%;
}
a.lt {
	text-decoration:none;
}
a:link.lt {
	text-decoration:none;
}
a:visited.lt {
	text-decoration:none;
}
a:hover.lt {
		text-decoration:underline;
}
a:active.lt {
	text-decoration: underline;
}

/* --------------------
	コース
-----------------------*/

dl.lt_course {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f2f2f2;
	margin: 6px 5px 0 0px;
}


dl.lt_course dt {
	float: left;
	width: 6em;
	margin: 0 -6em 0 0;
	padding: 4px 0 0 0;
	line-height: 100%;
	font-size: 120%;
	font-weight: bold;
	text-indent: 5px;
	border-top: 1px solid #ccc;
}

dl.lt_course dd {
	_height: 1%; /* Hack for Win IE6 */
	margin: 0 0 0 6em;
	padding: 4px 0 0.7em 0.5em;
	line-height: 120%;
	font-size: 85%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
}

div.p_tourCourseSeparater {
	clear: both;
	width: 700px;
	font-size: 95%;
	font-weight:bold;
	border-bottom: 1px solid #4c6cb3;
	text-indent: 0.5em;
	margin: 20px 0 0 0;
}

/*----------------------------
フッター
-------------------------------*/

div#footer {
	width: 743px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	padding: 0 0 15px 0;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}

div#footer a:link {
	text-decoration: none;
	color:#555656;
}
div#footer a:visited {
	text-decoration: none;
	color:#993366;
}
div#footer a:hover {
	text-decoration: underline;
	color:#FF0000;
}
div#footer a:active {
	text-decoration: underline;
}

div#footer-fl-box {
	width: 743px;
	float:left;
}

div#footer-l {
	width: 369px;
	background: #FFFFFF;
	padding-top: 10px;
	text-align: left; 
	float: left;
}
div#footer-l .content-l{
	color:#555656;
	font-size: 80%;
}
div#footer-r {
	width: 369px;
	background: #FFFFFF;
	padding-top: 10px;
	margin: 0 0 0 371px;
	text-align: right; 
}
div#footer-r .content-r{
	color:#555656;
	font-size: 80%;
}



/*---------------------------
   clearfix
-----------------------------*/   
   
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
