@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 1.5;
}
table {
	empty-cells: show;
}
th {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 8px 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #F60;
}

.font70 {
	font-size: 70%;
}
.font75 {
	font-size: 75%;
}
.font80 {
	font-size: 80%;
}
.font85 {
	font-size: 85%;
}
.font90 {
	font-size: 90%;
}
.font95 {
	font-size: 95%;
}
.font100 {
	font-size: 100%;
}
.font120 {
	font-size: 120%;
}
.font150 {
	font-size: 150%;
}
.font180 {
	font-size: 180%;
}

.left {
	float: left;
}
.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}


/* clearfix ハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }



/* 基本レイアウト
-----------------------------------------------------------------------------------*/
div#base {
	width: 900px;
	margin: 0 auto;
	background: url(../images/bg.jpg) top center repeat-y;
}

/* 右コンテナー
------------------------------------------*/
div#right_container {
	width: 680px;
	margin-bottom: 30px;
	float: right;
}

/* 左コンテナー
------------------------------------------*/
div#left_container {
	width: 200px;
	padding-left: 10px;
	float: left;
}

/* フッターコンテナー
------------------------------------------*/
div#foot_container {
	padding: 40px 0 40px;
	color: #FFF;
	clear: both;
	background: url(../images/foot.jpg) right top no-repeat;
}

div#foot_container p {
	padding-left: 230px;
	text-align: center;
}


/* ヘッダー
------------------------------------------*/
div#header {
	width: 100%;
}

/* メイン
------------------------------------------*/
div#main {
	width: 670px;
}

/* サイドバー
------------------------------------------*/
div#side_bar {
	width: 200px;
}

/* バナー */
div#side_bar div.banner {
	margin: 30px 0;
	text-align: center;
}
div#side_bar div.banner img {
	margin-bottom: 10px;
}



/* ナビゲーション
------------------------------------------*/
div#navi {
	margin-top: 15px;
	padding: 20px 0;
	background: url(../images/menu/menu_bg.jpg) no-repeat;
}

div#navi ul {
	margin: 0;
	padding: 0;
}

div#navi ul li {
	height: 36px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
}

div#navi ul li a {
	height: 36px;
	display: block;
	overflow: hidden;
}

div#navi ul li a:hover,
div#navi ul li a.on {
	background: none !important;
}

/* ホーム */
div#navi ul li#menu01   { background: url(../images/menu/menu_01_on.jpg) no-repeat; }
div#navi ul li#menu01 a { background: url(../images/menu/menu_01.jpg) no-repeat; }

/* 開催趣旨 */
div#navi ul li#menu02   { background: url(../images/menu/menu_02_on.jpg) no-repeat; }
div#navi ul li#menu02 a { background: url(../images/menu/menu_02.jpg) no-repeat; }

/* 開催概要 */
div#navi ul li#menu03   { background: url(../images/menu/menu_03_on.jpg) no-repeat; }
div#navi ul li#menu03 a { background: url(../images/menu/menu_03.jpg) no-repeat; }

/* 出展者一覧（分野別） */
div#navi ul li#menu04   { background: url(../images/menu/menu_04_on.jpg) no-repeat; }
div#navi ul li#menu04 a { background: url(../images/menu/menu_04.jpg) no-repeat; }

/* 出展者一覧（五十音順） */
div#navi ul li#menu05   { background: url(../images/menu/menu_05_on.jpg) no-repeat; }
div#navi ul li#menu05 a { background: url(../images/menu/menu_05.jpg) no-repeat; }

/* 出展要項 */
div#navi ul li#menu06   { background: url(../images/menu/menu_06_on.jpg) no-repeat; }
div#navi ul li#menu06 a { background: url(../images/menu/menu_06.jpg) no-repeat; }

/* 会場小間図 */
div#navi ul li#menu07   { background: url(../images/menu/menu_07_on.jpg) no-repeat; }
div#navi ul li#menu07 a { background: url(../images/menu/menu_07.jpg) no-repeat; }

/* 講演・プレゼンテーション */
div#navi ul li#menu08   { background: url(../images/menu/menu_08_on.jpg) no-repeat; }
div#navi ul li#menu08 a { background: url(../images/menu/menu_08.jpg) no-repeat; }

/* 会場アクセス */
div#navi ul li#menu09   { background: url(../images/menu/menu_09_on.jpg) no-repeat; }
div#navi ul li#menu09 a { background: url(../images/menu/menu_09.jpg) no-repeat; }

/* 招待状 */
div#navi ul li#menu10   { background: url(../images/menu/menu_10_on.jpg) no-repeat; }
div#navi ul li#menu10 a { background: url(../images/menu/menu_10.jpg) no-repeat; }

/* お問い合わせ */
div#navi ul li#menu11   { background: url(../images/menu/menu_11_on.jpg) no-repeat; }
div#navi ul li#menu11 a { background: url(../images/menu/menu_11.jpg) no-repeat; }

/* リンク用バナー */
div#navi ul li#menu12   { background: url(../images/menu/menu_12_on.jpg) no-repeat; }
div#navi ul li#menu12 a { background: url(../images/menu/menu_12.jpg) no-repeat; }

/* 2008結果報 */
div#navi ul li#menu13   { background: url(../images/menu/menu_13_on.jpg) no-repeat; }
div#navi ul li#menu13 a { background: url(../images/menu/menu_13.jpg) no-repeat; }

/* 特許庁の施策紹介 */
div#navi ul li#menu14   { background: url(../images/menu/menu_14_on.jpg) no-repeat; }
div#navi ul li#menu14 a { background: url(../images/menu/menu_14.jpg) no-repeat; }



/* コンテンツ
------------------------------------------*/
div.contents {
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #FFFFFF;
}

div.contents h2 {
	margin: 0;
	padding: 0;
}


