@charset "utf-8";
/* CSS Document */



body {
	background: #2d2d2d;
}

div#wrapper {
	width: 1160px;
	margin:0 auto;
}

div#containt {
	width: 1160px;
	background: #fff;
	margin:0 auto;
}


/*-------------------------------------------------------------
section
-------------------------------------------------------------*/
.section {
	padding-bottom:50px;
    overflow: hidden;
	zoom:1;
}
.section .sectionInner {
/*	margin:0 20px; */
    overflow: hidden;
	zoom:1;
}
.section .sectionInner p {
    font-size:100%;
}
.section .sectionInner p.secLead {
    margin-bottom:25px;
}


/*-------------------------------------------------------------
margin
-------------------------------------------------------------*/
.mt0 {margin-top:0!important}
.mt5 {margin-top:5px!important}
.mt10 {margin-top:10px!important}
.mt15 {margin-top:15px!important}
.mt20 {margin-top:20px!important}
.mt25 {margin-top:25px!important}
.mt30 {margin-top:30px!important}
.mt35 {margin-top:35px!important}
.mt40 {margin-top:40px!important}
.mt190{ margin-top:190px !important;}
.mt290{ margin-top:290px !important;}


.mb0 {margin-bottom:0!important}
.mb5 {margin-bottom:5px!important}
.mb10 {margin-bottom:10px!important}
.mb15 {margin-bottom:15px!important}
.mb20 {margin-bottom:20px!important}
.mb25 {margin-bottom:25px!important}
.mb30 {margin-bottom:30px!important}
.mb35 {margin-bottom:35px!important}
.mb40 {margin-bottom:40px!important}

.pb10{ padding-bottom:10px !important;}



/*-------------------------------------------------------------
headding
-------------------------------------------------------------*/
#headArea {
	width: 1160px;
	height: 100px;
	position:relative;
}
#headArea a h1 {
	width: 960px;
	height: 100px;
	padding: 0 100px;
	background:url(../img/img_header.jpg) no-repeat 0 0;
	text-indent: -10000px;
    white-space: nowrap;
    overflow: hidden;
}



/*-------------------------------------------------------------
mainVisual
-------------------------------------------------------------*/
#mainVisual {
	width: 1160px;
	height: 420px;
	background:url(../img/top_mainvisual.jpg) no-repeat 0 0;
	position:relative;
}
#mainVisual .mainVisualInner {
}
#mainVisual .mainVisualInner h1,
#mainVisual .mainVisualInner p.catch,
#mainVisual .mainVisualInner p.date {
	text-indent: -10000px;
    white-space: nowrap;
    overflow: hidden;
}
#mainVisual .mainVisualInner p.btnMessage {
	position:absolute;
	width: 238px;
	height: 28px;
	right:136px;
	bottom: 76px;
}
ul.btnLangSwitcher {
	width:106px;
	height:29px;
	position:absolute;
	top:0;
	right:20px;
}

ul.btnLangSwitcher li a {
	display:block;
	height:29px;
	text-indent:-99999px;
	background:url(../img/btn_langage.png) 0 0 no-repeat;
}
ul.btnLangSwitcher li.eng a {
	width:90px;
	margin-left:16px;
}
ul.btnLangSwitcher li.jpn a {
	width:106px;
	background-position:-100px 0; 
}

ul.btnLangSwitcher li.eng a:hover{ background-position:0 -50px;}
ul.btnLangSwitcher li.jpn a:hover{ background-position:-100px -50px;}


/*-------------------------------------------------------------
globalNav
-------------------------------------------------------------*/
.glorbalNav {
	height:70px;
	background:#fff;
    overflow: hidden;
	padding-bottom:10px;
}
.glorbalNav .innerHeader {
	width: 960px;
	padding: 0 100px;
	background: url(../img/bg_glorbalNav_header.gif) repeat-x 0 0;
}
.glorbalNav .innerFooter {
	width: 960px;
	padding: 0 100px;
	background: url(../img/bg_glorbalNav_footer.gif) repeat-x 0 0;
}
.glorbalNav .nav {
	width:760px;
	float:left;
}
.glorbalNav .nav ul {
	height:70px;
}
.glorbalNav .nav ul li {
	float:left;
}
/* default */
.glorbalNav .nav ul li,
.glorbalNav .nav ul li a
.glorbalNav .nav ul li span{ width:152px;}
.glorbalNav .nav ul li a,
.glorbalNav .nav ul li span {
	height: 60px;
	display:block;
	text-indent: -10000px;
    white-space: nowrap;
    overflow: hidden;
	background-image:url(../img/gnav.gif);
	background-repeat: no-repeat;
}
.glorbalNav .innerFooter .nav ul li a,
.glorbalNav .innerFooter .nav ul li span {
	margin-top: 10px;
}
.glorbalNav .nav ul li span.active {
	margin-top: 0;
	height: 70px;
}
/* default */
.glorbalNav .nav ul li.home a{background-position: 0px -10px;}
.glorbalNav .nav ul li.about a{background-position: -152px -10px;}
.glorbalNav .nav ul li.speaker a{background-position: -304px -10px;}
.glorbalNav .nav ul li.conference a{background-position: -456px -10px;}
.glorbalNav .nav ul li.sponsor a{background-position: -608px -10px;}
/* hover */
.glorbalNav .nav ul li.home a:hover{background-position: 0px -110px;}
.glorbalNav .nav ul li.about a:hover{background-position: -152px -110px;}
.glorbalNav .nav ul li.speaker a:hover{background-position: -304px -110px;}
.glorbalNav .nav ul li.conference a:hover{background-position: -456px -110px;}
.glorbalNav .nav ul li.sponsor a:hover{background-position: -608px -110px;}
/* span */
.glorbalNav .nav ul li.home span{background-position: 0px -410px;}
.glorbalNav .nav ul li.about span{background-position: -152px -410px;}
.glorbalNav .nav ul li.speaker span{background-position: -304px -410px;}
.glorbalNav .nav ul li.conference span{background-position: -456px -410px;}
.glorbalNav .nav ul li.sponsor span{background-position: -608px -410px;}
/* innerHeader active */
.glorbalNav .innerHeader .nav ul li.home span.active{background-position: 0px -210px;}
.glorbalNav .innerHeader .nav ul li.about span.active{background-position: -152px -210px;}
.glorbalNav .innerHeader .nav ul li.speaker span.active{background-position: -304px -210px;}
.glorbalNav .innerHeader .nav ul li.conference span.active{background-position: -456px -210px;}
.glorbalNav .innerHeader .nav ul li.sponsor span.active{background-position: -608px -210px;}
/* innerFooter active */
.glorbalNav .innerFooter .nav ul li.home span.active{background-position: 0px -300px;}
.glorbalNav .innerFooter .nav ul li.about span.active{background-position: -152px -300px;}
.glorbalNav .innerFooter .nav ul li.speaker span.active{background-position: -304px -300px;}
.glorbalNav .innerFooter .nav ul li.conference span.active{background-position: -456px -300px;}
.glorbalNav .innerFooter .nav ul li.sponsor span.active{background-position: -608px -300px;}
/*-------------------------------------------------------------
globalNav  navBtnEntry
-------------------------------------------------------------*/
.glorbalNav p.navBtnEntry {
	float:right;
	width:182px;
	height:50px;
}
.glorbalNav .innerHeader p.navBtnEntry {
	padding: 5px 0 0 0;
}
.glorbalNav .innerFooter p.navBtnEntry {
	padding: 15px 0 0 0;
}
.glorbalNav p.navBtnEntry a {
	width:182px;
	height:50px;
	display:block;
	text-indent: -10000px;
    white-space: nowrap;
    overflow: hidden;
	background:url(../img/btn_entry_gnav.gif) 0 0 no-repeat;
}
/* hover */
.glorbalNav p.navBtnEntry a:hover {background-position: 0 -50px;}

/* clearfix --------------------------------- */
.glorbalNav ul:after,
.glorbalNav .innerHeader:after,
.glorbalNav .innerFooter:after,
* html .clearfix             {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .glorbalNav ul,
* html .glorbalNav .innerHeader,
* html .glorbalNav .innerFooter{ zoom: 1; } /* IE6 */
*:first-child+html .glorbalNav ul,
*:first-child+html .glorbalNav .innerHeader,
*:first-child+html .glorbalNav .innerFooter { zoom: 1; } /* IE7 */
/*-------------------------------------------------------------
snsContactArea
-------------------------------------------------------------*/
.snsContactAreaWrapper {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	background: #fff;
}
.snsContactAreaWrapper .snsArea {
	width: 960px;
	margin: 0 auto;
    overflow: hidden;
	zoom:1;
}
.snsContactAreaWrapper .snsArea #facebook {
	float:right;
	width:115px;
}
.snsContactAreaWrapper .snsArea #twitter {
	float:right;
	width:100px;
}
/* clearfix --------------------------------- */
.snsContactAreaWrapper .snsArea:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .snsContactAreaWrapper .snsArea{ zoom: 1; } /* IE6 */
*:first-child+html .snsContactAreaWrapper .snsArea { zoom: 1; } /* IE7 */

/*-------------------------------------------------------------
newsArea
-------------------------------------------------------------*/
#top #containt {
	position: relative;
}
.newsAreaWrapper {
	position: absolute;
	right: 100px;
	width:160px;
	padding: 9px;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	z-index: 2;
	background: #fff;
}
.newsAreaWrapper .newsArea {
	margin-bottom: 20px;
}
.newsAreaWrapper .newsArea .newsTitle {
	margin-bottom: 10px;
}
.newsAreaWrapper .newsArea .newsTitle .title {
}
.newsAreaWrapper .newsArea .newsList {
	height: 306px;
    overflow: auto;
	zoom:1;
}
.newsAreaWrapper .newsArea .newsList ul {
	width: 140px;
	height: 336px;
}
.newsAreaWrapper .newsArea .newsList ul li {
	font-size:12px;
	margin-bottom: 16px;
}
.newsAreaWrapper .newsArea .newsList ul li span {
	display: block;
	margin-bottom: 5px;
	color: #3399cc;
	font-size:12px;
}
/*-------------------------------------------------------------
ContactArea
-------------------------------------------------------------*/
.contactArea {
	font-size:10px;
	margin-bottom: 16px;
}
.contactArea .title {
	margin-bottom:9px;
}
.contactArea dl dd {
	margin-top:3px;
}
/*-------------------------------------------------------------
top speaker
-------------------------------------------------------------*/
#top #speaker_01,
#top #speaker_02,
#top #speaker_03,
#top #speaker_04,
#top #speaker_05 {
	position: relative;
	z-index: 1;
	padding-bottom: 20px !important;
}
#top #speaker_05 {
	padding-bottom: 50px !important;
}
#top .section {
}

#top .section .imgBox {
	position: absolute;
	top: 30px;
	left: 100px;
	height: 290px;
	width: 290px;
}
#top .section .textBox {
	_height: 320px;
	min-height: 320px;
}
#top .section .textBox h2 {
	padding-left: 420px;
	background: #eee url(../img/bg_top_section.gif) repeat-x 0 0;
}
#top .section .textBox p {
	padding-top: 20px;
	padding-left: 420px;
	width: 640px;
	font-size: 13px;
}
#top #speaker_01 .textBox p {
	padding-left: 420px;
	width: 440px;
}
/*-------------------------------------------------------------
top massage
-------------------------------------------------------------*/
/*
.section .messageBox {
    overflow: hidden;
	zoom:1;
}
.section .messageBox p {
	margin-bottom:15px;
}
.section .messageBox .image {
	float:right;
	width:271px;
	margin:0 0 20px 39px;
}
.section .messageBox .image p.name {
	text-align: right;
}
*/


/*-------------------------------------------------------------
top massage
-------------------------------------------------------------*/
.section .messageBox {
    overflow: hidden;
	zoom:1;
}
.section .messageBox p {
	margin-bottom:15px;
}
.section .messageBox .image {
	float:right;
	width:271px;
	margin:0 0 20px 0;
}
.section .messageBox .image p.name {
	text-align: right;
}
.section .messageBox .titleText {
	float:left;
	width:610px;
}


/*-------------------------------------------------------------
secLeadBox
-------------------------------------------------------------*/
.section .secLeadBox {
	margin-bottom:25px;
    overflow: hidden;
	zoom:1;
}
.section .sectionInner p.secLead.text {
    margin-bottom:0!important;
	float:left;
	width:600px;
}
.section .sectionInner p.image {
	float:right;
	width:300px;
}


/*-------------------------------------------------------------
image
-------------------------------------------------------------*/
.section .frame img {
	padding: 2px;
	border: 1px solid #b7b7b7;
}


/*-------------------------------------------------------------
link
-------------------------------------------------------------*/





/*-------------------------------------------------------------
btn
-------------------------------------------------------------*/
/*  .btnPdf  */
.section p.btnPdf {
	width:300px;
	height:30px;
}
.section p.btnPdf a {
	width:300px;
	height:30px;
	display:block;
	text-indent: -10000px;
    white-space: nowrap;
    overflow: hidden;
	background:url(../img/btn_download_pdf.gif) 0 0 no-repeat;
}
/* hover */
.section p.btnPdf a:hover {background-position: 0 -30px;}

/*  .btnEntry  */
.section p.btnEntry {
	width:504px;
	height:64px;
	margin:0 auto;
	
}
.section p.btnEntry a {
	width:504px;
	height:64px;
	display:block;
	text-indent: -10000px;
    white-space: nowrap;
    overflow: hidden;
	background:url(../img/btn_entry.gif) 0 0 no-repeat;
}
/* hover */
.section p.btnEntry a:hover {background-position: 0 -100px;}



/*-------------------------------------------------------------
accessMap
-------------------------------------------------------------*/
.section .accessMap {
	margin-bottom:20px;
}
.section .accessMap iframe {
	padding: 3px;
	border: 1px solid #b7b7b7;
}



/*-------------------------------------------------------------
tableBox
-------------------------------------------------------------*/
.tableBox {
	
}
.tableBox table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-left: 1px solid #8a9ca9;
	border-top: 1px solid #8a9ca9;
}
.tableBox th,
.tableBox td {
	padding: 15px 0 13px 0;
	border-right: 1px solid #8a9ca9;
	border-bottom: 1px solid #8a9ca9;
	text-align: left;
	vertical-align: top;
}
.tableBox th {
	width: 200px;
	background: #f3f5f7;
}
.tableBox td {
}
.tableBox th p,
.tableBox td p {
	margin: 0 !important;
	padding: 0 15px;
	font-weight: normal;
}


/*-------------------------------------------------------------
footer
-------------------------------------------------------------*/
#footer {
	height:50px;
	background: #fff;
}
#footer .inner {
	width:960px;
	margin:0 auto;
}
#footer .inner p.imgJane {
	width:91px;
	float:left;
}
#footer .inner p.copyright {
	width:179px;
	float:right;
}



/* clearfix --------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*   山村追加  */

