/********************************************************************************************************************************************
全ページ共通、基本設定
*********************************************************************************************************************************************/

/* cssリセット（全ページ共通）*************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* フォント設定（全ページ共通）*************************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/* Modern browsers of Mac and Win */
	*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/* IE7 of Win */
	_font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/* IE6 of Win */
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}


/* リンク設定（全ページ共通）*************************************************/
a { 
	color: #006e98; 
	text-decoration: none; 
	border: none; 
}
a:visited 
	{
	color: #456875;
	}
a:hover 
	{
	text-decoration: underline;
	color: #0066FF;
	}
a.more {
	padding-right: 8px;
	background-image: url(/images/buttons/link_arrow_blue1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}




/********************************************************************************************************************************************
全ページ共通、ページ構築
*********************************************************************************************************************************************/

/* body, container（全ページ共通）*************************************/
body {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
div#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}


/* header（全ページ共通）*************************************************/
div#header {
	width: 1000px;
	height: 81px;
}
p#logo {
	float: left;
	display: inline;
	margin-top: 27px;
	margin-left: 38px;
}
p#logo a {
	display: block;
	width: 165px;
	height: 36px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
p#logo a span {
	display: none;
}

ul#navi {
	float: right;
	display: inline;
	margin-top: 45px;
	margin-right: 25px;
}
ul#navi li {
	float: left;
	display: inline;
}
ul#navi li a {
	color: #333333;
}
body#index li#index a,
body#schedule li#schedule a,
body#session li#session a,
body#speaker li#speaker a,
body#exhibitors li#exhibitors a {
	color: #0066FF;
}


/* feature（全ページ共通）*************************************************/
div#feature {
	height: 249px;
	width: 1000px;
}
h1#mainImg {
	background-image: url(../images/main_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 234px;
	width: 691px;
}
p#banner {
	float: right;
}
p#banner {
	background-image: url(../images/regist_end.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 234px;
	width: 297px;
}
h1#mainImg span, p#banner span {
	display: none;
}


/* content（全ページ共通）*************************************************/
div#content {
	width: 1000px;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
div#contentTop {
	width: 1000px;
	height: 20px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#contentBtm {
	width: 1000px;
	height: 20px;
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* footer（全ページ共通）*************************************************/
div#footer {
	width: 960px;
	margin-left: 20px;
	padding-top: 20px;
}
p#copy {
	font-size: 10px;
	color: #999999;
}




/********************************************************************************************************************************************
左カラム
*********************************************************************************************************************************************/

/* inner 横幅 671px の基本の左カラム（セッション、スピーカー、ショウケース）**********/

div#inner {
	width: 671px;
	margin-left: 20px;
	background-image: url(../images/inner-bg_671.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: inline;
	float: left;
}
div#inner h2 {
	background-image: url(../images/inner-top_671.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
div#innerBtm {
	background-image: url(../images/inner-bottom_671.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 671px;
}


/* inner 横幅 960px の右サイドメニューなし用の左カラム（スケジュール）******************/
body#schedule div#inner {
	width: 960px;
	margin-left: 20px;
	background-image: url(../images/inner-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
body#schedule div#inner h2 {
	background-image: url(../images/inner-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
body#schedule div#innerBtm {
	background-image: url(../images/inner-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 960px;
}



/* intro ホームページの導入部分のdiv（ホーム）***************************/
div#intro {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 670px;
}
div#intro h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3E5092;
	margin-top: 20px;
}
div#intro p {
	margin-top: 1em;
	margin-bottom: 1em;
}
div#intro ul {
	margin-top: 1em;
	margin-bottom: 20px;
	margin-left: 2em;
}
div#intro ul li {
	list-style-type: disc;
	list-style-position: outside;
	font-weight: bold;
}

/* map ホームページの地図等のdiv（ホーム）***************************/
div#map {
	clear: both;
	width: 960px;
	height: 300px;
	background-image: url(../images/map_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
}
div#map p#text {
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 60px;
	color: #666666;
}
div#map p#btn {
	float: right;
	display: inline;
	margin-top: 246px;
	margin-right: 343px;	
}
div#map p#btn a {
	display: block;
	width: 134px;
	height: 24px;
}
div#map p#btn a span {
	display: none;
}





/* mainSpace 左カラムで最も内側の、コンテンツを書き込むスペースと、その中身の設定（スケジュール、セッション、スピーカー、ショウケース）*********************/
div#mainSpace {
	padding: 20px;
}
div#mainSpace p {
	margin-top: 1em;
	margin-bottom: 1em;
}
div#mainSpace h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
}
div#mainSpace h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
}
.sol {
	color: #2983B7;
}
.tec {
	color: #E39D1C;
}
div.line {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.end {
	color: #CC0000;
}

/* スケジュール表の table（スケジュール）********************************************/
table#sch {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
table#sch td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 10px;
}


/* ショウケースの FBAブースリスト（ショウケース）********************************************/
ul#fba {
	margin-left: 2em;
}
ul#fba li {
	list-style-type: disc;
	list-style-position: outside;
}


/************************************************************************************************************************************************
右サイドのメニュー
*************************************************************************************************************************************************/

/* menu カンファレンスのメニュー（ホーム、セッション、スピーカー、ショウケース）***************************/

div#menu {
	float: right;
	display: inline;
	margin-right: 20px;
	width: 277px;
}
div#menuTop {
	width: 277px;
	height: 40px;
	background-image: url(../images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#menuTop p {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
}
div#menuBtm {
	width: 277px;
	background-image: url(../images/menu_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#menuBtm ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div#menuBtm ul li {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/explore-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
div#menuBtm ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #3E5092;
	line-height: 30px;
}


/* map_side 右サイドメニューの地図等（セッション、スピーカー、ショウケース） ***************************/

div#map_side {
	float: right;
	display: inline;
	width: 277px;
	height: 400px;
	margin-right: 20px;
	background-image: url(../images/map_side_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
div#map_side p#text {
	margin-left: 20px;
	margin-top: 15px;
	height: 175px;
	color: #666666;
}

div#map_side p#btn {
	margin-top: 165px;
	margin-left: 71px;	
}
div#map_side p#btn a {
	display: block;
	width: 134px;
	height: 24px;
}
div#map_side p#btn a span {
	display: none;
}


/* menu2 右サイドメニューのクイックリンク等（セッション）***************************/

div.menu2 {
	float: right;
	display: inline;
	margin-right: 20px;
	margin-top: 10px;
	width: 277px;
}
div.menuTop2 {
	width: 277px;
	height: 30px;
	background-image: url(../images/menu_top_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.menuTop2 p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	padding-left: 20px;
}
div.menuBtm2 {
	width: 277px;
	background-image: url(../images/menu_btm_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.menuBtm2 ul {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div.menuBtm2 ul li {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/explore-arrow_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
div.menuBtm2 ul li a {
	font-size: 11px;
	line-height: 30px;
}
/* セッション以外は非表示にする */
body#speaker div.menu2,
body#exhibitors div.menu2,
body#document div.menu2 {
	display: none;
}





