@charset "utf-8";

/* ****************************************************
Title: exhibitor.css
Created: 2010-01-12
Last Modified: 2010-03-15
Editor(s): tsutsu
Last Editor: nishio
***************************************************** */


/* Table Of Contents
----------------------------------------

# gNav
# content
# footer
# clearfix
# common classes

----------------------------------------*/


/* # gNav
---------------------------------------------------------------------------- */

dl#gNav dd ul li#gNavPress a img {
	visibility: hidden;
}


/* # content
---------------------------------------------------------------------------- */

div#content div.section .sectionTitle {
	background: url(../../common/images/bg_sh.jpg) no-repeat left top;
	padding: 4px 12px;
	margin-bottom: 10px;
}


div#content div.section .sectionTitle span.alias {
	font-size: 84.6%;
}

/* outline */
div#content div#outline p.apply {
	font-weight: bold;
	text-align: right;
}

div#content div#outline div.section p {
	margin-bottom: 0;
}

div#content div#outline div.section table#periodTable {
	margin: 8px 0;
}

div#content div#outline div.section table#periodTable th.space {
	width: 154px;
}

div#content div#outline div.section table#periodTable td.period {
	text-align: left;
}


/* # footer
---------------------------------------------------------------------------- */

div#footer div#fNav ul li#fNavPress a {
	color: #666;
}


/* # clearfix
---------------------------------------------------------------------------- */

div#content div#application div#lead,
div#content ul#pageNav {
	zoom: 1;
}

div#content div#application div#lead:after,
div#content ul#pageNav:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}


/* # common classes
---------------------------------------------------------------------------- */

ol.basic {
}

ol.basic li {
	margin-bottom: 3px;
}

ol.basic li ul {
	margin: 8px 0;
}

ol.basic ol.level2 li {
	margin: 0 0 8px;
}

ol.basic ol.level3 {
	margin: 8px 0;
}

ol.basic li span.title {
	display: block;
	font-weight: bold;
	margin: 8px 0;
}

