@charset "UTF-8";

/*テーブルの基本設定
=======================================*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}


/*テキストリンクの設定
=======================================*/
a:link {
	color: #308AD0;
	text-decoration: underline;
}
a:visited {
	color: #369;
	text-decoration: underline;
}
a:hover {
	color: #0BF;
	text-decoration: none;
}
a:active {
	color: #66F;
	text-decoration: none;
}


/*クリアフィックス設定
=======================================*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*クリアボックスの設定
=======================================*/
.clearBox {
	clear: both;
}


/*書体を明朝体にする場合の設定
=======================================*/
.mincho {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", Georgia, "Times New Roman", Times, serif;
}

/*全体の設定
=======================================*/
body {
	font-family:  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, clean, sans-serif;
	line-height: 1.6;
	color: #333;
	text-align: left;
	background-color: #FFF;
	background-image: url("../img/header_bg.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	line-height: 1;
	vertical-align: bottom;
}

/*ヘッダーの設定
=======================================*/
#header {
}
#headerTop {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#headerTop h1 {
	float: left;
	width: 465px;
	height: 80px;
	margin: 15px 0;
	padding: 0;
}
#headerTop p {
	float: right;
	/*width: 265px;*/
	width: 295px;
	height: 80px;
	margin: 15px 0;
	padding: 0;
}
#gNavi {
	height: 50px;
	overflow: hidden;
	position: relative;
	text-align: center;
	zoom: 1;

}
#gNavi ul {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#gNavi li {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 50px;
	float: left;
	list-style: none;
	background-color: #000b56;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-filter: "alpha( opacity=80 )";
}

/*ページの先頭への設定
=======================================*/
#contents p.goTop {
	text-align: right;
	font-size: 12px;
	clear: both;
}
#contents p.goTop img {
	vertical-align: top;
	padding-right: 4px;
}




/*フッターの設定
=======================================*/
#footer {
	background: #2854B5;
	padding: 0;
	margin: 20px 0;
	clear: both;
}
#footer p {
	font-size: 12px;
	line-height: 1.25em;
	text-align: center;
	color: #fff;
	background: #2854B5;
	padding: 10px 0;
}


/*サイドナビの会長挨拶のボタン設定
=======================================*/
.sideGreetingButton {
	background-color: #FFFFFF;
	float: left;
	padding: 18px 0 0px;
}


/*サイドナビの設定
=======================================*/
#sideNavi {
	background-color: #90B3E0;
	float: left;
	width: 230px;
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: left;
}
#sideNaviInner{
	border: solid 1px #FFF;
	background-color: #F6F6F6;
	padding: 5px;
	margin: 1px;
}
dl.sideBox {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}
dl.sideBox dt,
dl.sideBox dd {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.3;
}
dl.sideBox dd dl {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
dl.sideBox dd dl dt {
	float: left;
	clear: left;
	width: 3em;
}
dl.sideBox dd dl dd {
	padding-left: 3em;
}
dl.sideBox dt.title,
dl.sideBoxContact dt.title {
	background-image: url("../img/snv_head_bg.png");
	background-repeat: no-repeat;
	height: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 1.25em;
	padding: 5px 8px 0 15px;
	margin: 0;
}
dl.sideBoxContact dt.contactTitle {
	background-color: #CCDBF0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.25em;
	padding: 5px 5px 2px 5px;;
	margin: 10px 0 0 0;
	border-bottom: solid 2px #90B3E0;
}
dl.sideBoxContact {
	font-size: 12px;
	margin:  0;
	padding: 0;
}
dl.sideBoxContact dt,
dl.sideBoxContact dd {
	margin: 0;
	padding: 0;
}
dd.sideBoxAddress {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
dd.sideBoxAddress strong {
	font-size: 14px;
}
dl.sideBoxContact dl.contact dt {
	font-size: 12px;
	line-height: 1.2em;
	padding: 5px 0 2px 20px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: left center;
}
dl.contact dt.tel {
	background-image: url("../img/snv_icon_tel.png");
}
dl.contact dt.fax {
	background-image: url("../img/snv_icon_fax.png");
}
dl.contact dt.mail {
	background-image: url("../img/snv_icon_mail.png");
}
dl.sideBoxContact dl.contact dd span {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	line-height: 1.25em;
	letter-spacing: 1px;
	margin: 0 0 10px 25px;
}
dl.sideBoxContact dl.contact dd.mail {
	font-size: 11px;
	margin-left: 25px;
}




/*コンテンツの設定
=======================================*/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: center;
}
#mainVisual {
}
#mainVisual h2 {
	margin: 0 0 20px 0;
	padding: 0;
}
#top #mainVisual {
}
#top #mainVisual h2 {
	margin: 20px 0 0 0;
	padding: 0;
}
#contents {
	/*overflow: hidden;*/
	position: relative;
	width: 900px;
	zoom: 1;
}



/*メインの設定
=======================================*/
#main {
	float: right;
	width: 640px;
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: left;
}
#main .commentPre {
	text-align: center;
}
#main .commentPre.commentPreOnly {
	padding: 3em 0 8em
}
#main h3 {
	color: #4D4D4D;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	background-image: url("../img/headline_bottom.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
}
#main h4 {
	color: #0A338E;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}
#top #main h4 {
	color: #0A338E;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}
#main table dl.outline {
	background-image: url("../img/marker_01.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0 0 0 1em;
	margin: 0;
	overflow: hidden;
	/*position: relative;*/
	zoom: 1;
}
#main table dl.outline dt {
	float: left;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin: 0;
	clear: left;
}
#main table dl.outline dd {
	padding: 0 0 0 7em;
	margin: 0;
}
#main ul.outline {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
}
#main ul.outline li {
	background-image: url("../img/marker_01.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0 0 0 1em;
	margin: 0;
}
#main table ul li {
	background-image: url("../img/marker_01.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0 0 0 1em;
	margin: 0;
}
#main .conBox,
#main .conBoxBottom {
	margin: 0 0 15px 0;
	padding: 0;
}
#main .conBox p,
#main .conBoxBottom p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#main .conBoxBottom {
	margin-bottom: 30px;
}
#main .conBox ul,
#main .conBoxBottom ul {
	margin-left: 1em;
}
#main .conBox ol li,
#main .conBoxBottom ol li {
	font-size: 14px;
	margin-bottom: 0.5em;
}
#main .textRed {
	color: #F00;
	font-weight: bold;
}
#main .textGray {
	color: #C0C0C0;
}
#main .leadBox {
	margin: 0 0 30px 0;
}
#main .leadBox p {
	margin: 0 0 15px 0;
	font-size: 14px;
}
.conBox strong,
.conBoxBottom strong,

.leadBox strong {
	color: #0A338E;
	font-weight: bold;
}
.conBox .zu01,
.conBoxBottom .zu01 {
	border: solid 1px #DDD;
	padding: 2px;
	margin: 0;
	text-align: center;
}

/*ダウンロードボタン　トップページ　事前参加登録*/
#main ul.buttonBox {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 640px;
	list-style: none;
}
#main ul.buttonBox li.left {
	float: left;
	width: 315px;
	height: 60px;
}
#main ul.buttonBox li.right {
	float: right;
	width: 315px;
	height: 60px;
}

/*ダウンロードボタン　演題登録*/
#main table td.markerNone ul li {
	background-image: none;
	padding: 0;
	margin: 0;
}
#main table ul.buttonBox2 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 430px;
	list-style: none;
	list-style-image: none;
}
#main table ul.buttonBox2 li {
	width: 210px;
	height: 70px;
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
#main table ul.buttonBox2 li.left {
	float: left;
}
#main table ul.buttonBox2 li.right {
	float: right;
}


/*トップページの設定
=======================================*/
#topSummaryList {
	margin: 0 0 30px 0;
	padding: 0;
	width: 640px;
}
#topSummaryList th,
#topSummaryList td {
	margin: 0;
	font-size: 14px;
}
#topSummaryList th {
	padding: 15px 10px;
	background-color: #F2F2F2;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-right: dotted 1px #ccc;
	font-weight: normal;
	width: 9em;
}
#topSummaryList td {
	padding: 15px 0 15px 10px;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
#topSummaryList td.topSummaryListPoster {
	position: relative;
	width: 140px;
	padding: 5px;
}
#topSummaryList td.topSummaryListPoster img {
	/*position: absolute;
	top: 0;
	right: 0;
	padding: 5px 5px 0 5px;
	background-color: #fff;*/
}
dl#topInformation {
	list-style: none;
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 14px;
	overflow: hidden;
	/*position: relative;*/
	zoom: 1;
}
dl#topInformation dt {
	/*position: absolute;*/
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
	width: 5.5em;
}
dl#topInformation dd {
	padding: 0 0 5px 6em;
	margin: 0;
}
/* 日時 */
#topSummaryList td.outline_date {
	/*font-size: 16px;*/
}
/* 講演内容
#topSummaryList tr.lectures th,
#topSummaryList tr.lectures td {
	border-bottom: dotted 1px #ccc;
	border-top: dotted 1px #ccc;
}*/
/* テーマ */
#topSummaryList td.outline_theme strong {
	font-size: 18px;
}
/* 司会 */
table#topSummaryList dl.outline.outline_shikai dd {
	padding-left: 3em;
}
/* シンポジスト */
table#topSummaryList dl.outline.outline_symposiast dd {
	padding-left: 6em;
}
/* 演題 */
table#topSummaryList dl.outline.outline_endai dd {
	padding-left: 4em;
}

/*テーブルセットの設定
=======================================*/
.tableSet01,
.tableSet02 {
	margin: 0 0 30px 0;
	padding: 0;
	width: 640px;
}
.tableSet01 th,
.tableSet02 th {
	margin: 0;
	padding: 10px;
	background-color: #F2F2F2;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-right: dotted 1px #ccc;
	font-size: 14px;
	font-weight: normal;
}
.tableSet01 td,
.tableSet02 td {
	margin: 0;
	padding: 10px;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	font-size: 14px;
}
.tableSet01 td p,
.tableSet02 td p {
	margin: 0 0 10px 0;
	padding: 0;
}
.tableSet01 dl,
.tableSet02 dl {
	margin: 0;
	padding: 0;

}
.tableSet01 dl dt,
.tableSet02 dl dt {
	margin: 0 0 0.2em 0;
	padding: 0;
	font-weight: bold;
	color: #0A338E;
}
.tableSet01 td dl dd,
.tableSet02 td dl dd {
	margin: 0.2em 0 0.2em 1.5em;
	padding: 0;
}
.tableSet01 th {
	width: 8em;
}
.tableSet02 th {
	width: 14em;
}


/*プログラムの設定
=======================================*/
.programList {
	margin: 0 0 30px 0;
	padding: 0;
	width: 638px;
	line-height: 1.3;
}
.programList th {
	margin: 0;
	padding: 5px;
	background-color: #F2F2F2;
	border: solid 1px #ccc;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
.programList td {
	margin: 0;
	padding: 5px;
	border: solid 1px #ccc;
	font-size: 12px;
}
.programList th.wide01 {
	width: 42%;
}
.programList th.wide02 {
	width: 25%;
}
.programList th.none {
	width: 8%;
}
#main .programList td p,
#main .programList td dt,
#main .programList td dd,
#main .programList td strong {
	font-size: 12px;
}


.programList tr.first-tr th {
	background:#2854B5;
	color:#fff;
	font-weight:bold;
}
.programList tr.first-tr th.none {
}
.programList th.middle-th {
	background:#2854B5;
	color:#fff;
	font-weight:bold;
	height: 1em;
}
.programList td dl {
	padding: 0;
	margin: 0;
}
.programList td dl dt {
	font-weight: bold;
	color: #3399cc;
	padding: 3px 0;
	margin: 0;
}
.programList td dl dt.head {
	font-weight: bold;
	color: #C00;
	background: #FDC;
	padding: 3px;
	margin: 0 0 5px 0;
	text-align: center;
	line-height: 1.2em;
}
.programList td dl dd {
	padding: 0 0 3px 1em;
	margin: 0;
}
.programList td dl dd dl {
	margin-left: -1em;
}
.programList .color {
	background: #e4fada;
}
.programList td em {
	font-style: normal;
	font-weight: bold;
}


/*フロアガイドの設定
=======================================*/
.map_parking {
	float: right;
	margin: 0 0 0 20px;
}
.map_floor_01 {
	overflow: hidden;
	margin: 15px 0 40px 0;
}
.map_floor_01_z {
	float: left;
	width: 400px;
}
.map_floor_01_text {
	float: right;
	width: 220px;
}
.map_floor_01_text h3 {
}
.map_floor_01_text p {
}
.map_floor_02 {
	/*text-align: center;*/
	margin-bottom: 50px;
}


/*google マップの設定
=======================================*/
.mapFlame {
	padding: 2px;
	border: solid 1px #DDD;
}
#gmap {
	width: 634px;
	height: 494px;
}
#gmap h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#gmap p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
