@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   border-top:5px solid #9B0000;

}


p {
   margin:0;
   padding:0;
   letter-spacing:1px;
   font-size:0.9em;
line-height:1.8em;
}

.explain {
   margin:0;
   padding:0;
   font-size:0.9em;
line-height:1.4em;
padding:10px;

}


br {
   letter-spacing:normal;
}

a {
   color:#CC0000;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:middle;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


ul {
	list-style-type: none;
}


form {
	margin: 0;
}


table.frametable{ /* ---枠線で囲む表--- */
	margin:20px 0;
	border-collapse: collapse;
	border:1px solid #DEA724;
}

.frametable td, .frametable th {
	padding: 5px 8px;
	border:1px solid #DEA724;
}

.frametable th {
	background-color: #F6EEDB;
	text-align: center;
}



.arrow a:link, .arrow a:visited, .arrow a:hover, .arrow a:active { /* ---リンクの後ろに矢印をつける--- */
	background: url(../img/arrow_wht.gif) no-repeat 100% 100%;
	padding-right: 18px;
	font-weight: bold;
}




/* ========お知らせRSS======== */
/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {

	 width: 100%;

	 background-color: #ffffff;

}



.rss_title, rss_title a {

	margin: 0px 0;

   font-size:0em;
   font-weight:bold;
   color:#FFFFFF;
	}


}



.rss_items {

       list-style:none;
   font-size:0em;

       margin:0;

       padding:0;

}





.rss_item a:link, .rss_item a:visited, .rss_item a:active {


   font-size:1em;
   font-weight:bold;

	}



.rss_item a:hover { 



	}

	

.rss_date {

	font-size: 1em;
	color:#000;

	}




/* ========TEMPLATE LAYOUT======== */
div#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:0 0;
   background:#fff;
}

div#header {
   position:relative;
   width:900px;
   margin:0 auto;
   background:#fff;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:900px;
}

div#gnavi {
   width:58%;
   float:right;
   background:url(../images/sub_back.gif) 0 0 repeat-x;
}

div#menu {
   width:100%;
   float:left;
   background:url(../images/bg_menu.gif) 0 0 repeat-x;
}

div#icatch {
   width:900px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:900px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}


div#contents h2 {
	height:24px;
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0 12px 0px;
	padding: 0 0 0 21px;
	background: url(../images/marker_yg14.gif) no-repeat 0 0;
	}


h1 {
   padding:0 0 0  10px;
   font-size:1.3em;
   font-weight:bold;
   line-height:44px;
   border-bottom: 2px solid #CC0000;


}





div#main {
   float:left;
   width:600px;
}

div#main .text{
   margin:14px;
   line-height:1.7em;
}

div#sub {
   float:right;
   width:280px;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:900px;
   margin:0 auto;
}

div#footer {
   background:#EBEADD;
   border-bottom:5px solid #9B0000;
}


#waku{
	margin:14px ;
	padding:8px;
	border:1px #C00 solid;
	font-size:14px;
	}



div#waku ul {
   margin:0px 0 0 5px;
   padding:0;
}

div#waku li {
   padding:5px 0 5px 15px;
   font-size:1em;
   line-height:1.8em;
   list-style:none;
   font-weight:bold;

}

div#waku li a {
   display:block;
   padding-left:12px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
   font-weight:bold;
}





#waku2{
	margin:10px ;
	padding:20px;
	border:1px #C00 solid;
	font-size:1em;
	}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:5px;
   font-size:2em;
   color:#fff;
   line-height:50px;
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #pr p {
   margin:0;
   font-size:0.75em;
}


div#header #gnavi ul {
   margin:0 auto;
   padding:0;
   
}

div#header #gnavi li {
   float:left;
   font-size:0.8em;
   font-weight:bold;
   color:#000;
   text-align:center;
   list-style-type:none;
}

div#header #gnavi li a{
   display:block;
   width:173px;
   color:#000;
   line-height:30px;
   border-top:1px solid #D8D8D8;
   border-right:1px solid #D8D8D8;
}

div#header #gnavi li a:hover{
   color:#000;
   background:#9f9e9e;
}

.block{ /* ---線で囲む左右フロート有りの一覧表等--- */
	clear: both;
	margin: 0 ;
	padding: 3px 0 0 0;
	background: url(../images/bg_dotline.gif) repeat-x 0 5px;
}

.block2{ /* ---線で囲む左右フロート有りの一覧表等 下マージン広め--- */
	clear: both;
	margin: 0 0 20px 20px;
	padding: 20px 0 0 0;
	background: url(../images/bg_dotline.gif) repeat-x 0 5px;
	width:100%;
}


.block2 p { /* ---線で囲む左右フロート有りの一覧表等 下マージン広め--- */
	margin: 18px;
	margin: 10px;
}

.underDot {  /* ---区切りとして下線を付ける部分囲む--- */
	border-bottom: 1px dotted #CDCD00;
	margin-bottom: 1px;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:900px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.8em;
   font-weight:bold;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:148px;
   color:#FFF;
   line-height:40px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a{
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover{
   color:#000;
   background:#fff;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#9B0000;
}

div#main a:hover {
   color:#9B0000;
   border-bottom:1px solid #9B0000;
}

div#main h2 {
   margin-bottom:8px;
   padding:0 0 0  10px;
   color:#000000;
   font-size:1em;
   font-weight:bold;
   line-height:30px;
   border:1px solid #D8D8D8;
   background:url(../images/bg_h2.gif) 0 0 no-repeat;
}

div#main h3 {
   margin-bottom:3px;
   font-size:1em;
   line-height:1.5em;
   color:#B22222;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

#fullList h4 {
	font-size: 12px;
	margin: 10px 0;
	background: url(images/dot_ylw.gif) repeat-x 0 100%;
}



div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main p{
   margin:0 0 1em 0;
   font-size:0.75em;
}

div#main ul,ol,dl{
   font-size:0.8em;
}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:180px;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}





/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-top:10px;
   margin-bottom:8px;
}

div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#000000;
   padding-left:10px;
   background:#e6e6e6;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
   background:url(../images/bg_dotline.gif) 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
}


/* 2010開催概要向け（dlは出展の申込み案内も）
---------------------------------------------------- */




#info {
	margin: 20px 23px 0 0;
		width: 900px;



}

#info .box{
	padding: 60px 10px 0 10px;
		width: 135px;
	font-size:11px;


}



#info dt, #exibitorApply dt{ /* ---項目--- */
	clear: left;
	float: left;
	display: block;
	width: 120px;
	color: #CC0000;
	font-weight: bold;
	margin-right:20px;
		font-size: 1.2em;

}



#interview #colm1 dl {
	margin-bottom: 20px;
}


#interview_index {
	width:780px;
	align:center;
	margin-bottom: 20px;
}


div #interview_index .box1{
	width:20%;
	float:left;
	padiing: 5px;
}

div #interview_index .box2{
	width:80%;
	float:right;
	padiing: 5px;
}


div #interview_index h3 {
	font-size:1.2em;
	color:#A00404;
}

div #interview h3 {
	font-size:1.2em;
	color:#A00404;
}


#interview #colm1 dt { /* ---情報項目--- */
	float: left;
	display: block;
	width: 60px;
	color: #A00404;
	font-weight: bold;
}

#interview .text {
	padding:20px 48px;
	font-size:0.9em;
	line-height:1.4em;
}

#interview .name {
	padding: 10px;
	font-size:0.8em;
	line-height:1.4em;
	text-align:right;
	font-weight:bold;
}

#interview .highlight {
	color:#A00404;
	font-weight: bold;
}


#interview #colm1 dd {
	display: block;
	margin-left: 62px;
	padding-left: 12px;
	text-indent: -3px;
	border-left: 2px solid #DEA724;
	margin-bottom:10px;
}



#info dd, #exibitorApply dd {
	display: block;
	margin-left: 140px;
	padding-left: 12px;
	text-indent: -3px;
	border-left: 2px solid #DEA724;
	margin-bottom:40px;
	font-size: 1.3em;
	width:680px;

}

.bankList1 { /* ---問合せ銀行左列--- */
	float: left;
	display: block;
	width: 290px;
}

#info .bankList2 { /* ---問合せ銀行中列--- */
	float: left;
	display: block;
	width: 290px;
}

#info .bankList3 { /* ---問合せ銀行右列--- */
	float: left;
	display: block;
	width: 290px;
}

.address { 
	display: block;
	width: 280px;
	font-size:12px;
	line-height:14px;


}


#info h4 { /* ---銀行名--- */
	font-size: 14px;
	width: 280px;
	margin: 25px 0 10px 0;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

#info .bankList1 p, #fs2009info .bankList2 p {
	width: 345px;
}

#fs2009info .office, #inquiry .office { /* ---仮問合せページ：事務局名--- */
	font-weight: bold;
	margin: 25px 0 10px 0;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}



/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background: url(../images/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address{
   padding:30px 0;
   font-size:0.63em;
   color:#333;
   text-align:center;
}



/* 内部ページ全体向け
---------------------------------------------------- */
#wrapper { /* ---横全体に白背景枠１つの場合--- */
	clear: both;
	width: 900px;
	margin: 15px auto;
}

#wrapper #topFull { /* ---全体白背景枠の最初--- */
	background: url(../images/boxful_top33.gif) no-repeat;
	width: 900px;
	min-height: 33px; /* --- 08/08/26修正箇所 ---*/
}

#wrapper #btmFull { /* ---全体白背景枠の最後--- */
	background: url(../images/boxful_btm43.gif) no-repeat;
	width: 900px;
	height: 43px;
}

#wrapper #content {
	background: url(../images/boxful_mid.gif) repeat-y;
	width: 900px;
	text-align: left;
}

#wrapper #topFull #returnMenu { /* ---右上につく「indexへ戻る」等--- */
	background: url(../images/boxful_mid.gif) no-repeat 0 23px;
	padding: 23px 23px 5px 23px;
	text-align: right;
	line-height: 1.2em;
}

#wrapper #content h1 { /* ---メインタイトル（画像使用）各背景画像はページで指定--- */
	width: 750px;
	height: 28px;
	margin: 0 23px 0 23px;
	font-size: 12px;
	text-indent: -9000px;
	display: block;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}

#wrapper #content h2 {
	font-size: 16px;
	color: #CC0000;
	border-top: 2px solid #DEA724;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
	padding: 15px 0 5px 0;
	margin-bottom: 10px;
	margin-top: 40px;
}

#wrapper #content h6 { /* ---リード文--- */
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0;
}

#wrapper #content p {
	margin-bottom: 10px;
}

.arrow a:link, .arrow a:visited, .arrow a:hover, .arrow a:active { /* ---リンクの後ろに矢印をつける--- */
	background: url(../images/arrow_wht.gif) no-repeat 100% 100%;
	padding-right: 18px;
	font-weight: bold;
}

.hplink a:link, .hplink a:visited, .hplink a:hover, .hplink a:active { /* ---リンクの後ろにHPをつける--- */
	background: url(../images/icon_hp.gif) no-repeat 100% 100%;
	padding-right: 25px;
	font-weight: bold;
}

#content .toPageTop{
	float:right;
}

#content .toPageTop a {
	font-size: 10px;
	line-height: 10px;
	text-indent: -9000px;
	display: block;
	width: 68px;
	height: 16px;
	text-decoration: none;
	background: url(../images/pagetop.gif) no-repeat;
}

.small { /* ---小さい--- */
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}

.attention {
	color: #8b0000;
	font-weight: bold;
}

.phleft { /* ---写真左側--- */
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.phright { /* ---写真右側--- */
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}

.clear {
	clear:both;
	line-height: 1px;
}

.issue {
	text-align: right;
	margin: 10px 0 30px 0;
}


.frame { /* ---四方枠線で囲む--- */
	border:1px solid #DEA724;
	padding:20px;
	margin:20px 0;
}

.sectionLine {
	border-top: 2px solid #DEA724;
	padding-top: 20px;
}



/* 2007開催レポートページ向け
---------------------------------------------------- */
#report {
	margin: 20px 23px 0 23px;
}

#report #lead { /* ---最初の段落（写真と文）--- */
	margin: 10px 0 25px 25px;
}

#report li {
	float: left;
	padding-left: 24px;
	margin-bottom: 25px;
}

#report .division {
	margin: 0 0 10px 25px;
	padding-top: 10px;
	border-top: 1px solid #DEA724;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}


/* 2007アンケートページ向け
---------------------------------------------------- */
#enquete {
	margin: 20px 23px 0 48px;
}

#enquete h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 20px 0;
}

#enquete ul {
	margin-left: 100px;
	margin-bottom: 60px;
}

#enquete li {
	float: left;
	margin-right: 80px;
}

#enquete .colm1 { /* --- ２段組み左側 --- */
	float: left;
	width: 340px;
	display: block;
	border: 1px solid #FFF;
}

#enquete .colm2 { /* --- ２段組み右側 --- */
	margin-left: 370px;
	width: 340px;
	display: block;
	border: 1px solid #FFF;
}

#enquete #enq_buyer h2 { 
	border-top: 2px solid #C8BF00;
	background: url(../images/dot_yg.gif) repeat-x 0 100%;
}
#enquete #enq_exibitor h2 { 
	border-top: 2px solid #A04246;
	background: url(../images/dot_br.gif) repeat-x 0 100%;
}

#enquete .entry { /* ---業種・職種--- */
	margin: 10px 0;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
#enquete #enq_buyer .entry { 
	background: url(../images/marker_yg14.gif) no-repeat 0 1px;
}
#enquete #enq_exibitor .entry { 
	background: url(../images/marker_br14.gif) no-repeat 0 1px;
}

#enquete .question{ /* --- 質問項目をくるむ --- */
	margin: 20px 0 10px 0;
	width: 338px;
	font-weight: bold;
}
#enquete #enq_buyer .question{
	border: 1px solid #C8BF00;
	background: url(../images/enq_q_bg1.gif) repeat-y;
}
#enquete #enq_exibitor .question{
	border: 1px solid #A04246;
	background: url(../images/enq_q_bg2.gif) repeat-y;
}

#enquete .question .qNmbr { /* --- 質問番号 --- */
	float: left;
	width: 40px;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, sans-serif;
	line-height: 25px;
	padding: 10px 0 0 6px;
}

#enquete .question .qContents { /* --- 質問内容 --- */
	font-size: 14px;
	line-height: 20px;
	margin-left: 48px;
	padding: 2px;
}

#enquete .colm1 img, #enquete .colm2 img {
	padding-left: 15px;
}

#wrapper #content #enquete p { /* --- 声 --- */
	margin-bottom: 0;
	padding: 6px 10px;
	display: block;
}
#wrapper #content #enquete #enq_buyer p {
	background: #EFEED0;
}
#wrapper #content #enquete #enq_exibitor p {
	background: #EBE0E1;
}

#enquete .commenter { /* --- 声の筆者 --- */
	margin-bottom: 10px;
	text-align: right;
	color: #666855;
}


#enquete p strong { 
	font-size: 16px;
	font-weight: bold;
}



/* フードセレクションとは？ページ向け
---------------------------------------------------- */
#about {
	margin: 20px 23px 0 48px;
}

#about .nmbr { /* ---大きい数字--- */
	font-size: 42px;
	line-height: 42px;
	font-family: 'Arial Black', Arial, sans-serif;
	color: #8B0000;
	float: left;
	display: block;
	width: 37px;
	height: 42px;
	margin-top: 25px;
}

#about h3 {
	font-size: 16px;
	margin: 45px 0 10px 37px;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

#about p {
	margin-left: 40px;
}

#about h4 {
	font-size: 12px;
	margin-left: 40px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
	padding: 5px 0;
}


#about .colm1, #about .buyer { /* --- ２段組み左側 --- */
	float: left;
	width: 340px;
	display: block;
}

#about .colm2, #about .exhibitor { /* --- ２段組み右側 --- */
	margin-left: 370px;
	display: block;
}

#about .colm1 h3, #about .colm1 p, #about .colm1 h4, #about .colm2 h3, #about .colm2 p, #about .colm2 h4 {
	margin-left: 0px;
}




/* 2007開催概要向け（dlは出展の申込み案内も）
---------------------------------------------------- */
#fs2007info {
	margin: 20px 23px 0 48px;
}

#fs2007info dt, #exibitorApply dt { /* ---項目--- */
	clear: left;
	float: left;
	display: block;
	width: 75px;
	color: #CC0000;
	font-weight: bold;
}

#fs2007info dd, #exibitorApply dd {
	display: block;
	margin-left: 75px;
	padding-left: 12px;
	text-indent: -3px;
	border-left: 2px solid #DEA724;
	margin-bottom:40px;
}


/* 出展のご案内ページ向け
---------------------------------------------------- */
#exibitor {
	margin: 20px 23px 0 48px;
}

#exibitor h5, #inquiry h5, #buyer h5 {
	font-size: 14px;
	margin: 10px 0 20px 0;
}

#exibitor .process { /* ---申し込み方法--- */
	margin: 5px 0;
	background: url(../images/process_arrow.gif) no-repeat 70px 90%;
	padding-bottom: 15px;
}

#exibitor .bankList1 { /* ---問合せ銀行左列--- */
	float: left;
	display: block;
	width: 370px;
}

#exibitor .bankList2 { /* ---問合せ銀行右列--- */
	float: right;
	display: block;
	width: 350px;
}

#exibitor h4 { /* ---銀行名--- */
	font-size: 12px;
	width: 345px;
	margin: 25px 0 10px 0;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

#exibitor .bankList1 p, #exibitor .bankList2 p {
	width: 345px;
}

#exibitor .office, #inquiry .office { /* ---仮問合せページ：事務局名--- */
	font-weight: bold;
	margin: 25px 0 10px 0;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}


/* プライバシーポリシー向け
---------------------------------------------------- */
#privacy {
	margin: 20px 48px 0 48px;
}

#privacy .nmbr { /* ---数字--- */
	font-size: 24px;
	line-height: 24px;
	font-family: 'Arial Black', Arial, sans-serif;
	color: #8B0000;
	clear: left;
	float: left;
	display: block;
	width: 37px;
	height: 24px;
	margin-top: 20px;
}

#privacy h3 {
	font-size: 12px;
	margin: 35px 0 10px 37px;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

#privacy p {
	margin-left: 40px;
}

#privacy ul {
	margin-left: 60px;
	margin-bottom: 10px;
	list-style-type: square;
}

#privacy ul li {
	padding: 3px 0 3px 3px;
}


/* プレスリリース向け（dlは出展社へのお知らせも）
---------------------------------------------------- */
#press {
	margin: 20px 23px 0 48px;
}

#press dl, #exibitorInfo {
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
	margin: 30px 0;
}

#press dt, #exibitorInfo dt { /* ---リスト日付--- */
	clear: left;
	float: left;
	display: block;
	width: 90px;
	font-size: 12px;
	font-family: Arial,sans-serif;
	padding: 10px 0;
	background: url(../images/dot_ylw.gif) repeat-x;
}

#press dd, #exibitorInfo dd { /* ---リスト本文--- */
	display: block;
	margin-left: 90px;
	text-indent: -3px;
	padding: 10px 0;
	background: url(../images/dot_ylw.gif) repeat-x;
}

#press dd a:link, #press dd a:visited, #press dd a:hover, #press dd a:active, #exibitorInfo dd a:link, #exibitorInfo dd a:visited, #exibitorInfo dd a:hover, #exibitorInfo dd a:active { /* ---リンクの後ろにPDFアイコンをつける--- */
	background: url(../images/icon_pdf_s.gif) no-repeat 100% 100%;
	padding: 4px 24px 0 0;
}

/* 問合せフォームページ向け
---------------------------------------------------- */
#inquiry {
	margin: 20px 23px 0 48px;
}

#inquiry dt { /* ---項目--- */
	clear: left;
	float: left;
	display: block;
	width: 210px;
	color: #CC0000;
	font-weight: bold;
	text-align: right;
}

#inquiry dd {
	display: block;
	margin-left: 220px;
	padding-left: 15px;
	text-indent: -3px;
	border-left: 2px solid #DEA724;
	margin-bottom:30px;
	line-height: 2em;
}

#inquiry dd p {
	line-height: 1.5em;
}

#inquiry input, #inquiry select, #inquiry textarea {
	margin-bottom: 5px;
	vertical-align: middle;
}

#inquiry form {
	margin: 20px 0;
	padding-top: 15px;
	background: url(../images/dot_ylw.gif) repeat-x;
}

#inquiry .btnBlock {
	margin: 30px auto;
	text-align: center;
	padding-top: 15px;
	background: url(../images/dot_ylw.gif) repeat-x;
}

#inquiry .btnBlock p {
	text-align: left;
}

#inquiry .formunder { /* ---フォーム内見出し区切り線--- */
	font-weight: bold;
	font-size: 12px;
	margin: 40px 0px 10px 0px;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

#inquiry .formundertop { /* ---フォーム内一番上の見出し--- */
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

#sslCertificate { /* ---SSL証明書表示--- */
	border: 1px solid #BDBFC7;
	padding: 10px;
	margin: 20px 0;
	height: 55px;
}

#sslCertificate #seal { 
	float: left;
	padding-right: 20px;
}

/* ご来場の皆様へ向け
---------------------------------------------------- */
#buyer {
	margin: 20px 23px 0 48px;
}

#buyer .nmbr { /* ---大きい数字--- */
	font-size: 42px;
	line-height: 42px;
	font-family: 'Arial Black', Arial, sans-serif;
	color: #F2DCA7;
	clear: left;
	float: left;
	display: block;
	width: 37px;
	height: 42px;
	margin-top: 25px;
}

#buyer h3 {
	font-size: 16px;
	margin: 45px 0 10px 37px;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

#buyer p {
	margin-left: 40px;
}

#buyer h4 {
	font-size: 12px;
	margin-left: 40px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
	padding: 5px 0;
}

#buyer dt { /* ---項目--- */
	clear: left;
	float: left;
	display: block;
	width: 210px;
	color: #CC0000;
	font-weight: bold;
	text-align: right;
}

#buyer dd {
	display: block;
	margin-left: 220px;
	padding-left: 15px;
	text-indent: -3px;
	border-left: 2px solid #DEA724;
	margin-bottom:30px;
	line-height: 2em;
}

#buyer dd p{
	line-height: 1.5em;
}

#buyer input, #buyer select, #buyer textarea {
	margin-bottom: 5px;
	vertical-align: middle;
}

#buyer form {
	margin: 20px 0;
	padding-top: 15px;
	background: url(../images/dot_ylw.gif) repeat-x;
}

#buyer .btnBlock {
	margin: 30px auto;
	text-align: center;
	padding-top: 15px;
	background: url(../images/dot_ylw.gif) repeat-x;
}

#buyer .btnBlock p {
	text-align: left;
}

#buyer .formunder { /* ---フォーム内見出し区切り線--- */
	font-weight: bold;
	font-size: 12px;
	margin: 40px 0px 10px 0px;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

#buyer .formundertop { /* ---フォーム内一番上の見出し--- */
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

/* ポップアップ小ウィンドウ向け
---------------------------------------------------- */
#smlwin body {
	background: #CC0000;
}

#smlWrapper {
	margin: 0 auto;
	width: 400px;
	background: url(../images/logo.gif) no-repeat;
	padding-top: 60px;
}

#smlwin #footer {
	width: 400px;
}

#smlwin #closeBtn{
	clear: both;
	text-align: center;
	margin: 20px auto;
}


/* 出展社リストトップ（第二弾・一覧表）
---------------------------------------------------- */
#fullList {
	margin: 20px 48px 0 48px;
}

#fullList #clm1 { /* ---左枠--- */
	float: left;
	width: 330px;
}

#fullList #clm2 { /* ---右枠--- */
	float: right;
	width: 330px;
}

#fullList table {
	border-bottom: 2px solid #DEA724;
	width: 330px;
}

#fullList th { /* ---出展社名--- */
	border-right: 1px solid #DEA724;
	border-top: 1px solid #DEA724;
	padding: 6px;
	text-align: left;
}

#fullList td { /* ---分類または銀行名--- */
	border-top: 1px solid #DEA724;
	padding: 6px;
}

#fullList th a {
	background: url(../images/icon_detail.gif) no-repeat 100% 100%;
	padding-right: 36px;
	padding-bottom: 1px;
}

#fullList th a:link, #fullList th a:visited {
	color: #333427;
}

#fullList th a:hover, #fullList th a:active {
	color: #AA091C;
}

#fullList .dtLink { /* ---出展社名が２行の時のIE対策--- */
	background: url(../images/icon_detail.gif) no-repeat 100% 90%;
	padding-right: 36px;
}

#fullList .entry { /* ---タイトルとしての銀行名または分類--- */
	border-top: 2px solid #DEA724;
	padding: 6px 0 6px 24px;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	border-right: none;
	background: url(../images/marker_ylw12.gif) no-repeat 6px 11px;
}

#fullList .entry2 { /* ---ページトップへ--- */
	border-top: 2px solid #DEA724;
	padding: 6px 0;
}

#fullList thead td, #fullList thead th { /* ---項目--- */
	color: #CC0000;
	font-weight: bold;
	border-top: 2px solid #DEA724;
	text-align: center;
}

#fullList thead th {
	border-right: 1px solid #DEA724;
}

#fullList ul {
	margin-left: 60px;
	margin-bottom: 15px;
}

#fullList li {
	width: 130px;
	float: left;
	margin-right: 20px;
	font-size: 14px;
}

#fullList .arrow a {
	background: url(../images/arrow_wht.gif) no-repeat 100% 90%;
	padding-right: 20px;
}

#fullList h5 {
	font-size: 14px;
	margin: 10px 0 20px 0;
}

#fullList h4 {
	font-size: 12px;
	margin: 10px 0;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}


/* 出展社リスト（分類別　商品マーク）
---------------------------------------------------- */
#fullList .agri { /* ---分類別一覧　農--- */
	background: url(../images/icon_agri.gif) no-repeat 44px 50%;
	border-top: 2px solid #DEA724;
}
#fullList .live { /* ---分類別一覧　畜--- */
	background: url(../images/icon_live.gif) no-repeat 44px 50%;
	border-top: 2px solid #DEA724;
}
#fullList .fish { /* ---分類別一覧　水--- */
	background: url(../images/icon_fish.gif) no-repeat 44px 50%;
	border-top: 2px solid #DEA724;
}
#fullList .process { /* ---分類別一覧　加--- */
	background: url(../images/icon_process.gif) no-repeat 44px 50%;
	border-top: 2px solid #DEA724;
}
#fullList .drink { /* ---分類別一覧　飲--- */
	background: url(../images/icon_drink.gif) no-repeat 44px 50%;
	border-top: 2px solid #DEA724;
}
#fullList .other { /* ---分類別一覧　他--- */
	background: url(../images/icon_other.gif) no-repeat 44px 50%;
	border-top: 2px solid #DEA724;
}


/* 出展社リスト（詳細　上部分）
---------------------------------------------------- */
#dtList {
	margin: 20px 24px 0 48px;
}

#dtList #iconBox { /* --分類アイコン凡例--- */
	float: right;
	border: 1px solid #DEA724;
	padding: 4px;
}
#wrapper #content #dtList #iconBox h3 {
	font-size: 12px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
	margin-bottom: 5px;
	padding-bottom: 4px;
}

#wrapper #content #dtList h2 {
	font-size: 22px;
	color: #333427;
	border-top: none;
	background: none;
	padding: 0 0 6px 0;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 315px;
	border-bottom: 2px solid #DEA724;
	letter-spacing: 0.2em;
}

#dtList #linkBox { /* --他頁へのリンク--- */
	display: block;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
	margin-right: 315px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#dtList #linkBox li {
	float: left;
	width: 100px;
	margin-bottom: 4px;
	font-weight: bold;
}

#dtList #linkBox li a { /* ---リンクの前に矢印をつける--- */
	background: url(../images/arrow_wht.gif) no-repeat 0 100%;
	padding-left: 18px;
}

#dtList #linkBox li .nolink {
	color: #959688;
	background: url(../images/arrow_wht_nolink.gif) no-repeat 0 100%;
	padding-left: 18px;
}

#dtList #exhBox { /* --出展社一覧--- */
	margin-top: 10px;
}

#dtList #exhBox li {
	float: left;
	width: 360px;
	margin-bottom: 3px;
}

#dtList #exhBox li a { /* ---黄■をつける--- */
	background: url(../images/marker_ylw9.gif) no-repeat 4px 2px;
	padding-left: 18px;
}

#dtList #exhBox li a:link, #dtList #exhBox li a:visited {
	color: #333427;
}

#dtList #exhBox li a:hover, #dtList #exhBox li a:active {
	color: #AA091C;
}

.dtListBtm { /* ---白枠最後btmFullにつける--- */
	margin-bottom: 15px;
}



/* 出展社リスト（詳細 2列部分）
---------------------------------------------------- */
.topHalf { /* ---2分割白背景枠の最初--- */
	background: url(../images/boxhalf_top.gif) no-repeat;
	width: 796px;
	height: 23px;
}

.topHalf1 { /* ---2分割白背景枠の最初　左枠のみ--- */
	background: url(../images/boxhalf1_top.gif) no-repeat;
	width: 796px;
	height: 23px;
}


.btmHalf { /* ---2分割白背景枠の最後--- */
	background: url(../images/boxhalf_btm.gif) no-repeat;
	width: 796px;
	height: 23px;
}

.btmHalf1 { /* ---2分割白背景枠の最後　左枠のみ--- */
	background: url(../images/boxhalf1_btm.gif) no-repeat;
	width: 796px;
	height: 23px;
}


.halfContent {
	background: url(../images/boxhalf_mid.gif) repeat-y;
	width: 796px;
	text-align: left;
}

.halfContent1 {
	background: url(../images/boxhalf1_mid.gif) repeat-y;
	width: 796px;
	text-align: left;
}

.fullContent0 { /* ---横１枠の場合--- */
	background: url(../images/boxful_mid.gif) repeat-y;
	width: 796px;
	text-align: left;
}


.exhWrap {
	padding-left: 23px;
}

.exhWrap .exh1 { /* ---左枠--- */
	float: left;
	width: 346px;
}

.exhWrap .exh2 { /* ---右枠--- */
	margin-left: 404px;
	width: 346px;
}

.exhWrap .exh0 { /* ---横１枠の場合--- */
	float: left;
	width: 750px;
}

.exhWrap h2 { /* ---企業名--- */
	font-size: 16px;
	color: #CC0000;
	line-height: 18px;
	padding: 6px 32px 4px 0;
	margin-bottom: 8px;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}

.exhWrap .agri { /* ---h2に付くアイコン農産品--- */
	background: url(../images/icon_agri.gif) no-repeat 100% 50%;
}
.exhWrap .live { /* ---畜産品--- */
	background: url(../images/icon_live.gif) no-repeat 100% 50%;
}
.exhWrap .fish { /* ---水産品--- */
	background: url(../images/icon_fish.gif) no-repeat 100% 50%;
}
.exhWrap .process { /* ---加工食品--- */
	background: url(../images/icon_process.gif) no-repeat 100% 50%;
}
.exhWrap .drink { /* ---飲料--- */
	background: url(../images/icon_drink.gif) no-repeat 100% 50%;
}
.exhWrap .other { /* ---その他--- */
	background: url(../images/icon_other.gif) no-repeat 100% 50%;
}

.exhWrap h3 { /* ---商品名--- */
	font-size: 14px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

.exhWrap h3 .pdName {
	display: inline;
	background: #DEA724;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin-right: 8px;
}

.exhWrap img { /* ---写真--- */
	display: block;
	float: right;
	text-align: right;
	padding-left: 10px;
}

.exhWrap h4 { /* ---キャッチコピー--- */
	font-size: 12px;
	color: #CC0000;
	margin-bottom: 10px;
}

.exhWrap p { /* ---PR文--- */
	margin-bottom: 5px;
}

.exhWrap dl {
	background: url(../images/dot_ylw.gif) repeat-x;
	margin-top: 15px;
	padding-top: 10px;
}

.exhWrap dt { /* ---情報項目--- */
	float: left;
	display: block;
	width: 50px;
	color: #CC0000;
	font-weight: bold;
}

.exhWrap dd {
	display: block;
	margin-left: 52px;
	padding-left: 12px;
	text-indent: -3px;
	border-left: 2px solid #DEA724;
	margin-bottom:10px;
}

.exhWrap .lastCell { /* ---最後の行--- */
	margin-bottom:0;
}

.exhWrap li { /* ---箇条書き（PR本文中など）--- */
	margin-bottom: 2px;
	padding: 0 0 0 1.5em;
	text-indent: -1.5em;
}


/* 出展社リスト（第一弾・簡単な表）向け＆出展社への連絡個々のページ
---------------------------------------------------- */
#preList {
	margin: 20px 48px 0 48px;
}

#preList table {
	margin-top: 30px;
	border-bottom: 2px solid #DEA724;
	width: 100%;
}

#preList td, #preList th { 
	border-right: 1px solid #DEA724;
	border-top: 1px solid #DEA724;
	padding: 6px;
}

#preList .bank { /* ---銀行名--- */
	border-top: 3px solid #DEA724;
	padding: 6px 0 6px 24px;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	border-right: none;
	background: url(../images/marker_ylw12.gif) no-repeat 6px 11px;
}

#preList .bank2 { /* ---ページトップへ--- */
	border-top: 3px solid #DEA724;
	padding: 6px 0;
	border-right: none;
}

#preList thead td { /* ---項目--- */
	color: #CC0000;
	font-weight: bold;
	border-top: 2px solid #DEA724;
	text-align: center;
}

#preList .lastCell { /* ---右端--- */
	border-right: none;
}

#preList ul {
	margin-left: 80px;
	margin-bottom: 10px;
}

#preList li {
	width: 120px;
	float: left;
	margin-right: 20px;
}

#preList h5 {
	font-size: 14px;
	margin: 10px 0 20px 0;
}

#preList h4 {
	font-size: 12px;
	margin: 10px 0;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

#preList .frame { /* ---四方枠線で囲む--- */
	border:1px solid #DEA724;
	padding:10px;
	margin:10px 0;
}

#preList .frame h4 {
	font-size: 14px;
	margin-top: 0;
	padding-bottom: 5px;
}

#preList .frame .nmbr { /* ---数字--- */
	font-size: 24px;
	line-height: 24px;
	font-family: 'Arial Black', Arial, sans-serif;
	color: #8B0000;
	clear: left;
	float: left;
	display: block;
	width: 30px;
	height: 24px;
}


.nmbr { /* ---数字--- */
	font-size: 24px;
	line-height: 24px;
	font-family: 'Arial Black', Arial, sans-serif;
	color: #8B0000;
	clear: left;
	float: left;
	display: block;
	width: 37px;
	height: 24px;
	margin-top: 0px;
}

#preList .frame p {
	margin-left: 30px;
	margin-bottom: 20px;
	padding-top: 5px;
}

#preList .frame .subList { /* ---さらに細かい項目　Pに付ける--- */
	margin-bottom: 15px;
	padding-left: 1em;
	text-indent: -1em;
}


/* 特別企画ページ＆レポート向け
---------------------------------------------------- */
#special, #specialRepo {
	margin: 20px 23px 0 48px;
}


#special h3, #specialRepo h3 { /* ---画像使用--- */
	font-size: 12px;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

#wrapper #content #special h2 { /* ---画像使用--- */
	font-size: 12px;
	padding: 8px 0 5px 0;
	margin-bottom: 20px;
	margin-top: 10px;
}

#wrapper #content #specialRepo h2 { /* ---画像不使用--- */
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 18px;
}

#specialRepo .session { /* ---h2の直前のsession名--- */
	margin-top: 35px;
	font-size: 14px;
	font-weight:bold;
	color: #7A7878;
}

#specialRepo .sessionEng { /* ---h2の直前のsession名英語--- */
	margin-top: 35px;
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 16px;
	color: #7A7878;
}

#wrapper #content #specialRepo h5 { 
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

#specialRepo .profLink {/* ---プロフィールへのリンク--- */
	float: right;
	text-align: right;
}

#special .talkContents {/* ---報告へのリンク--- */
	margin-top: 5px;
	font-weight: bold;
}

#specialRepo .profLink a, #special .talkContents a {
	background: url(../images/arrow_wht.gif) no-repeat 100% 90%;
	padding-right: 20px;
}

#specialRepo .talk {
	margin-top: 20px;
}

#specialRepo .colm1 { /* --- ２段組み左側 --- */
	float: left;
	width: 340px;
	display: block;
}

#specialRepo .colm2 { /* --- ２段組み右側 --- */
	margin-left: 370px;
	width: 340px;
	display: block;
	border: 1px solid #FFF;
}

#wrapper #content #specialRepo .talk .lead { /* --- リード --- */
	color: #CC0000;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 20px;
}

#wrapper #content #specialRepo .talk h6 { /* --- 対談見出し --- */
	color: #CC0000;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#specialRepo .talk .speaker {
	font-weight: bold;
	padding-right: 15px;
}

#special .colm1 { /* --- ２段組み左側 --- */
	float: left;
	width: 270px;
	display: block;
}

#special .colm2 { /* --- ２段組み右側 --- */
	margin-left: 300px;
	display: block;
	margin-bottom: 40px;
}


#special .colm1 h4, #specialRepo h4 {
	font-size: 16px;
	margin-bottom: 30px;
}

#special .colm1 p {
	line-height: 1.7em;
}

#special .colm2 .program { /* --- スケジュール１つ分 --- */
	margin-top: 25px;
}

#special .colm2 .program .timeTable{ /* --- SESSIONと時間をくるむ --- */
	float: left;
	border: 1px solid #7A7878;
	width: 95px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#special .colm2 .program .timeTable .session {
	background: #7A7878;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	padding: 3px;
}

#special .colm2 .program .timeTable .time { /* --- 時間 --- */
	font-size: 16px;
	line-height: 16px;
	padding: 3px 0 1px 3px;
}

#special .colm2 .program .sessionTitle{ /* --- SESSIONのタイトルをくるむ --- */
	margin-left: 110px;
	display: block;
}

#special .colm2 .program .sessionTitle h4{
	font-size: 16px;
	color: #CC0000;
	margin-bottom: 5px;
}

#special .colm2 .program .sessionTitle h5{
	font-size: 14px;
}


#special .photo { /* --- 顔写真 --- */
	clear: left;
	float: left;
	margin-bottom: 40px;
}

#special .profile { /* --- ゲストプロフィール --- */
	margin-left: 150px;
	display: block;
	margin-bottom: 40px;
}

/* 出展のご案内ページ向け
---------------------------------------------------- */
#exibitor {
	margin: 20px 23px 0 48px;
}

#exibitor h5, #inquiry h5, #buyer h5 {
	font-size: 14px;
	margin: 10px 0 20px 0;
}

#exibitor .process { /* ---申し込み方法--- */
	margin: 5px 0;
	background: url(../images/process_arrow.gif) no-repeat 70px 90%;
	padding-bottom: 15px;
}

#exibitor .bankList1 { /* ---問合せ銀行左列--- */
	float: left;
	display: block;
	width: 370px;
}

#exibitor .bankList2 { /* ---問合せ銀行右列--- */
	float: right;
	display: block;
	width: 350px;
}

#exibitor h4 { /* ---銀行名--- */
	font-size: 12px;
	width: 345px;
	margin: 25px 0 10px 0;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}

#exibitor .bankList1 p, #exibitor .bankList2 p {
	width: 345px;
}

#exibitor .office, #inquiry .office { /* ---仮問合せページ：事務局名--- */
	font-weight: bold;
	margin: 25px 0 10px 0;
	padding-bottom: 5px;
	background: url(../images/dot_ylw.gif) repeat-x 0 100%;
}
