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

/**************************************************** 共通使用 ******************************************************/

*{
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	text-align:left;
	background-position:left top;
	background-repeat:no-repeat;
	list-style:none;
	text-decoration:none;
}

html{
	height:100%;
	margin-bottom:1px;
}

* html body{padding-left:1px;}
*+html body{padding-left:1px;}

body{
	margin:0px auto;
	background-color:#D9DEDD;
	/*background-image:url(../img/background_image.gif);
	background-position:top left;
	background-repeat:repeat;*/
}

#common{
	width:800px;
	margin:0 auto;
	border-left:1px solid #cfd6dc;
	border-right:1px solid #cfd6dc;
	background-color:#ffffff;
	background-image:url(../img/commonback.gif);
	background-repeat:repeat-y;
}

table{border-collapse:collapse;}

p{line-height:1.6em;}

img{border:0px;}

.left{float:left;}

.right{float:right;}

.clear{
	display:block;
	clear:both;
	font-size:0px;
	line-height:0px;
}

a{color:#009cff}

a:hover{color:#0B5CAA; text-decoration:underline;}

h1{
	margin:0 auto;
	width:800px;
	border-left:1px solid #cfd6dc;
	border-right:1px solid #cfd6dc;
	text-align:center;
	background-color:#0B5CAA;
	color:#ffffff;
	font-size:9px;
	padding:2px 0;
}

/********************************/
/********** リンク矢印 **********/
/********************************/

.link a{
	padding-left:15px;
	background-image:url(../img/arrow.gif);
	background-position:0% 48%;
	color:#009cff;
}

.link a:hover{
	background-image:url(../img/arrow_h.gif);
	background-position:0% 48%;
	text-decoration:underline;
	color:#0B5CAA;
}

/********************************/
/********** メール使用 **********/
/********************************/

.mail a{
	height:auto;
	color:#3399FF;
	line-height:15px;
	padding-left:18px;
	background-image:url(../img/mail.gif);
	background-position:left 50%;
}

.mail a:hover{
	background-image:url(../img/mail.gif);
	background-position:left 50%;
	text-decoration:underline;
}

/***************************************************** ヘッダー *****************************************************/

/*#headder{
	position:relative;
}*/

#headder .head{
	display:block;
	width:800px;
	height:110px;
	background-image:url(../img/headder_en.jpg);
	background-position:top center;
}

#headder .head h1{
	display:none;
	margin:0;
	padding:0;
	width:800px;
	border:0px;
	text-align:left;
	background-color:#ffffff;
	color:#333333;
	font-size:13px;
}

#headder .head h1 span{
	font-size:1.4em;
}

#headder .bar{
	display:block;
	width:800px;
	height:20px;
	background-image:url(../img/bar.jpg);
	color:#FFFFFF;
	line-height:20px;
}

#headder .bar .top, #headder .bar .lang{font-size:11px; width:160px;}

#headder .bar .top a, #headder .bar .lang a, #headder .bar .top span{font-size:11px; padding:0 7px; font-weight:bold; font:sans-serif;}

#headder .bar .top{float:left; margin-left:15px;}

#headder .bar .lang{float:right;color:#FFFFFF;}

#headder .bar .top span{color:#FFFFFF;}

#headder .bar .top a:link, #headder .bar .top a:visited{color:#FFFFFF;}

#headder .bar .lang a:link, #headder .bar .lang a:visited{color:#FFFFFF;}

#headder .bar .top a:hover, #headder .bar .lang a:hover{text-decoration:underline;}

/***************************************************** メニュー部分 *****************************************************/

#left{
	display:block;
	float:left;
	/*border:1px solid #000000;*/
}

/********************************/
/**** メニュー部分お申込み先 ****/
/********************************/

#left .inquiry{
	color:#ffffff;
	font-size:12px;
	margin:10px;
	padding-bottom:2px;
}

#left .inquiry .c1, #left .inquiry .c2{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

#left .inquiry .c1{
	border-bottom:1px solid #ffffff;
	margin-bottom:5px;
}

#left .inquiry a:link, #left .inquiry a:visited{color:#ffffff;}

#left .inquiry a:hover{
	color:#ffffff;
	text-decoration:underline;
}

/***************************************************** メイン部分 *****************************************************/

#right{
	display:block;
	width:600px;
	float:right;
}

#main{
	padding:30px 30px 0 30px;
	line-height:1.6em;
}

#main h1{
	display:block;
	width:540px;
	height:30px;
	font-size:1.4em;
	line-height:27px;
	color:#ffffff;
	text-indent:15px;
	background-image:url(../img/h1.gif);
	background-color:#ffffff;
	text-align:left;
	border:0px;
	padding-bottom:10px;
}

#main h2{
	font-size:1.2em;
	color:#0B5CAA;
	line-height:1.3em;
	margin-top:8px;
}

#main h3{
	font-size:1.1em;
	color:#FF9900;
	line-height:1.3em;
}

#main h4{
	font-size:1.3em;
	color:#FF9900;
	line-height:1.3em;
	border-bottom:1px solid #FF9900;
	margin-bottom:3px;
	padding-bottom:3px;
}

#main h5{

}

#main h6{

}

/********************************/
/*********** 開催概要 ***********/
/********************************/

.summary .c1, .summary .c2{
	display:block;
	float:left;
	padding:2px 0;
}

.summary .c1{
	width:150px;
	border-right:1px solid #999999;
}

.summary .c2{
	width:370px;
	padding-left:10px;
}

.thanks .c1{text-align:right;}

/********************************/
/********** 出展社一覧 **********/
/********************************/

.exh_list table{width:100%;}

.exh_list td{
	border-bottom:1px dotted #999;
	padding:3px;
}

.exh_list a{color:#0033CC;}

.exh_list .same{border-bottom:0px; padding-bottom:0px;}

/********************************/
/*********** 出展対象 ***********/
/********************************/

.field p{
	padding-left:17px;
}

/********************************/
/*********** 小間規格 ***********/
/********************************/

.fee table td{
	border:1px solid #999999;
	padding:2px 5px;
}

.fee .c1{
	background-color:#FFFFCC;
	text-align:center;
}

.fee .c2{
	background-color:#eeeeee;
}

.fee .c3{
	font-weight:bold;
	color:#0099FF;
}

.fee .box{
	width:540px;
	height:100px;
	background-color:#e5e5e5;
}

/********************************/
/******* トライアルブース *******/
/********************************/

.trial table td{
	border:1px solid #999999;
	padding:2px 5px;
	vertical-align:top;
}

.trial .c1{
	background-color:#FFFFCC;
	text-align:center;
}

/********************************/
/******** パネルコーナー ********/
/********************************/

.panel table td{
	border:1px solid #999999;
	padding:2px 5px;
	vertical-align:top;
}

/********************************/
/****** プレゼンテーション ******/
/********************************/

.pre table td, .pre table th{
	border:1px solid #999999;
	padding:2px 5px;
}

.pre .c1{
	background-color:#FFFFCC;
	text-align:center;
}

.pre .pro th, .pre .pro td{text-align:center;}

.pre .pro th{background-color:#e5e5e5; font-weight:normal;}

.pre .pro td{font-weight:bold; color:#0099FF;}

.pre .pro .c2{
	font-weight:normal;
	background-color:#FFFFCC;
	color:#333333;
}


/********************************/
/******* 同時期開催展示会 *******/
/********************************/

.sej, .cer, .jima{
	font-size:2em;
	color:#009966;
	font-weight:bold;
	margin:20px 0 5px 0;
}

.cer{
	color:#6666FF;
}

.jima{
	color:#3399FF;
}

/********************************/
/******* サポートサービス *******/
/******** プロモーション ********/
/********************************/

.support .box, .promotion .box{
	width:518px;
	border:1px solid #FFCC00;
	background-color:#FFFFCC;
	padding:5px 10px;
	margin:5px 0 10px 0;
}

/********************************/
/******** 過去の開催概要 ********/
/********************************/

.p_summary .p1, .p_summary .p2{
	display:block;
	float:left;
	padding:2px 0;
}

.p_summary .p1{
	width:80px;
	border-right:1px solid #999999;
}

.p_summary .p2{
	width:230px;
	padding-left:10px;
}

.p_summary table td, .p_summary table th{
	border:1px solid #999999;
	padding:2px 5px;
}

.exh2007 div{font-size:10px; line-height:1.3em;}

/********************************/
/******* 前回開催セミナー *******/
/********************************/

.p_semi table td, .p_semi table th{
	border:1px solid #999999;
	padding:2px 5px;
}

.p_semi td{text-align:center;}

.p_semi .c1{
	background-color:#FFCC66;
	text-align:center;
}

.p_semi .c2{
	font-weight:normal;
	background-color:#FFFFCC;
}

.p_semi .c3{
	font-size:1.2em;
	color:#FF9900;
	font-weight:bold;
	margin:3px 0;
}

.p_semi .c4{
	font-size:0.9em;
}

.intable{
	margin:5px 0;
}

.intable td{
	text-align:left;
}

/********************************/
/************ PRESS *************/
/********************************/

.press table{margin-top:5px;}

.press .c1{
	width:300px;
	text-align:left;
}

.press .c1 img{border:1px solid #cccccc;}

.press .c3{vertical-align:bottom;}

.press .c4{padding-left:10px; width:435px;}

/********************************/
/******** ロゴ＆バナー **********/
/********************************/

.logo td{
	border:1px solid #999999;
	padding:20px 10px;
}

.logo .c1{
	width:250px;
	text-align:center;
}

.logo .c2{
	width:250px;
	text-align:center;
}

/********************************/
/*********** ACCESS *************/
/********************************/

.access p{
	font-size:0.9em;
	line-height:1.2em;
}

.access h2{
	padding:0px;
}

.access .c1{
	font-size:1.3em;
	border-bottom:1px solid #999999;
	margin-bottom:3px;
	padding-bottom:3px;
}

.access .c2{
	width:325px;
}

/***************************************************** フッター *****************************************************/

#footter{
	display:block;
	width:801px;
	height:71px;
	clear:both;
	margin:0 auto;
	background-image:url(../img/footer.gif);
	background-position:top center;
}

#footter address{
	float:right;
	font-size:10px;
	color:#666666;
	padding:5px 0 0 0;
	text-align:right;
	width:300px;
	margin-right:15px;
}

#footter .privacy{
	float:left;
	padding-top:25px;
	padding-left:10px;
	width:300px;
}

#footter .link a{
	padding-left:15px;
	background-image:url(../img/arrow_f.gif);
	background-position:0% 48%;
	color:#009cff;
}

#footter .link a:hover{
	background-image:url(../img/arrow_fh.gif);
	background-position:0% 48%;
	text-decoration:underline;
	color:#0B5CAA;
}

/********************************/
/*********** pagetop ************/
/********************************/

.pagetop{float:right;margin:15px}

.pagetop a{
	display:block;
	width:62px;
	height:19px;
	background-image:url(../img/pagetop.gif);
	text-align:center;
	line-height:19px;
}