@charset "utf-8";

@import "subpage.css";
@import "lightbox.css";

/*** body Area ***/

#mainSection {
	width: 600px;
	padding: 0 15px;
	float: left;
}

#sidebarSection {
	width: 170px;
	float: right;
}

/*** mainSection ***/

#breadcrumb {
	padding: 5px 0;
}

.blockTitle {
	clear: both;
	padding: 5px 0 2px;
}
/*** mainSection ***/
/*** index.html > mainSection ***/
.exhListBtBox {
	float: left;
	margin: 10px 0;
}

.exhListBtBox img {
	margin: 5px 0;
}

.exhUpListBox {
	float: right;
	margin: 10px 0;
}

.exhUpListBox ol.exhUpList {
	width: 200px;
	list-style-type: none;
	padding-left: 25px;
}

ol.exhUpList li {
	clear: both;
	background-image: url(../images/common/listbullet_blue_onwhite.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding: 5px 0;
	line-height: 1.1em;
}

ol.exhUpList li span.exhUpDate {
	display: block;
	float: left;
	color: #03c;
	padding-left: 12px;
	width: 50px;
}

ol.exhUpList li span.exhUpName {
	display: block;
	float: left;
	width: 120px;
}

ol.exhReleaseList {
	list-style-type: none;
	padding-left: 25px;
}

ol.exhReleaseList li {
	clear: both;
	padding: 8px 0 ;
	border-bottom: 1px #ccc dashed;
}

ol.exhReleaseList li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ol.exhReleaseList li {/*Hack for IE5-mac \*/
	display: inline-table;
}

/* Hides from IE5-mac \*/
* html #mainSection ol.exhReleaseList li { height: 1%; }
#mainSection ol.exhReleaseList li {display: block; }
/* End hideing */

ol.exhReleaseList li p {
	float: left;
}

ol.exhReleaseList li p.exhReleaseDate {
	width: 85px;
	font-size: 0.9em;
}

ol.exhReleaseList li p.exhReleaseBody {
	width: 470px;
	padding-left: 15px;
}

ol.exhReleaseList li p.exhReleaseBody span {
	display: block;
	font-size: 0.9em;
}

ol.exhReleaseList li p.exhReleaseBody span.exhReleaseTitle {
	background-image: url(../images/common/listbullet_blue_border.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	font-size: 1.1em;
}

/*** exh_serach.html > mainSection ***/
form.exhSearchForm {
	padding: 10px 0 0 25px;
}

form.exhSearchForm select, form.exhSearchForm input {
	border: 1px #999 solid;
}

/*
form.exhSearchForm p {
	float: left;
	width: 200px;
}

form.exhSearchForm div.exhSerachSelect{
	float: right;
	width: 300px;
}
*/

form.exhSearchForm div.exhSerachSelect input{
	margin: 5px;
}

p.exhSubmitWords {
	padding: 5px 0 5px 25px;
}

ol.exhListAll {
	list-style-type: none;
	padding: 5px 0 10px 30px;
}

ol.exhListAll li {
	background-image: url(../images/common/listbullet_blue_border.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding: 5px 0 5px 20px;
	font-size: 1.1em;
}

/*** exh_detail.html > mainSection ***/
#exhNameTitle {
	background-image: url(../images/exhibitors/bg_exh_Name.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 600px;
	margin-top: 20px; 
}

#exhNameTitle h1 {
	width: 470px;
	padding: 6px 0 0 20px;
	font-size: 16px;
	letter-spacing: -1px;
	float:left;
}

#exhNameTitle p {
	padding: 10px 8px 0 0;
	font-size: 14px;
	float:right;
}


.basicInfo {
	padding: 10px 15px 5px 20px;
}

.basicInfo dd {
	clear: both;
	width: 6em;
	text-align: right; 
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.basicInfo dt {
	float: left;
	width: 35em;
	padding-bottom: 10px;
	border-left: 3px #9c6 solid;
	padding-left: 5px;
	margin-bottom: 5px;
}

#mainSection h2 {
	clear: both;
	padding: 10px 0 0 15px;
}

#mainSection h3 {
	margin: 10px 0 5px 25px;
}


#mainSection h3.eventTitle {
	background-image: url(../images/exhibitors/exh_Data_EventBulet.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: 0 60%;
}

#mainSection h3.otherProducts {
	font-size: 1.2em;
	font-weight: normal;
}

#mainSection p.companyInfo, #mainSection p.productInfo, #mainSection p.eventInfo {
	padding: 10px 0 20px;

}

#mainSection p.companyInfo, #mainSection p.productCategory, #mainSection p.productInfo, #mainSection p.otehrProductInfo, #mainSection p.eventInfo {
	margin-left: 25px;
	padding-bottom: 5px;
	line-height: 1.7em;
}

#mainSection p.productInfo, #mainSection p.eventInfo {
	border-bottom: 1px #666 dashed;
}


/* 画像がテキストより大きいので、ハックでoverflowを避ける */
#mainSection p.productInfo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainSection p.productInfo { /* hack for IE */
	display: inline-table;
}

/* Hides from IE5-mac \*/
* html #mainSection p.productInfo { height: 1%; }
#mainSection p.productInfo {display: block; }
/* End hideing */

#mainSection p.productInfo img {
	margin: 0 10px;
	float: right;
}

dl.eventDate {
	margin-left: 25px;
}

dl.eventDate dt, dl.eventDate dd {
	display: inline;
	padding-right: 1em;
}

#exhRelatedLinks {
	clear: both;
	margin-left: 25px;
	border-left: 7px #cfc solid;
}


#exhRelatedLinks h2 {
	padding: 0 0 10px 15px;
}

#exhRelatedLinks ul {
	padding-left: 15px;
	list-style-type: none;
}

#exhRelatedLinks ul li {
	background-image: url(../images/news/info_graybullet.gif);
	background-repeat: no-repeat;
	padding: 0 0 5px 15px;
}


.blockFooterLinks .exhList {
	background-image: url(../images/exhibitors/rightAllow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-indent: 15px;
}

/*** sidebarSectionのスタイル ***/

#subNavi {
	list-style-type: none;
	text-align: center;
	margin-top: 30px;
}

#subNavi li {
	margin: 10px 0;
}
 
#subNavi li.exhibitorsSubnaviTitle {
	background-image: url(../images/exhibitors/subnavi/exhibitors.gif);
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999em;
	margin-bottom: 18px;
}

#subNavi li a.exhibitorsTop {
	background-image: url(../images/exhibitors/subnavi/top.gif);
	background-position: 0 30px;
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999em;
}

#subNavi li a.exhibitorsTop:hover {
	background-image: url(../images/exhibitors/subnavi/top.gif);
	background-position: 0 0;
	display: block;
	width: 150px;
	height: 30px;
}

#subNavi li a.exhibitorsList {
	background-image: url(../images/exhibitors/subnavi/exhibitor_list.gif);
	background-position: 0 30px;
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999em;
}

#subNavi li a.exhibitorsList:hover {
	background-image: url(../images/exhibitors/subnavi/exhibitor_list.gif);
	background-position: 0 0;
	display: block;
	width: 150px;
	height: 30px;
}

#subNavi li a.exhibitorsUpdate {
	background-image: url(../images/exhibitors/subnavi/exhibitor_update.gif);
	background-position: 0 30px;
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999em;
}

#subNavi li a.exhibitorsUpdate:hover {
	background-image: url(../images/exhibitors/subnavi/exhibitor_update.gif);
	background-position: 0 0;
	display: block;
	width: 150px;
	height: 30px;
}

#subNavi li a.exhibitorsHallmap {
	background-image: url(../images/exhibitors/subnavi/hallmap.gif);
	background-position: 0 30px;
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999em;
}

#subNavi li a.exhibitorsHallmap:hover {
	background-image: url(../images/exhibitors/subnavi/hallmap.gif);
	background-position: 0 0;
	display: block;
	width: 150px;
	height: 30px;
}
