@charset "utf-8";

@import "subpage.css";

/*** body Area用レイアウト ***/

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

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

/*** mainSection内のレイアウト用スタイル ***/
/*** aboutカテゴリ共通のパーツ ***/
#breadcrumb {
	padding: 5px 0;
}

.blockTitle {
	clear: both;
	padding: 5px 0 2px;
}


/*** index.html用のパーツ ***/
/** PROTECについて部分 **/
.aboutHighlight p {
	margin: 0 0 10px 25px;
}

.aboutHighlight p.aboutHighlightTitle {
	margin: 15px 0 10px 0;
	background-image: url(../images/about/bg_highlight_strong.jpg);
	background-repeat: repeat-x;
	background-color: #036A00;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 10px 5px 10px;
}

.aboutHighlightPictures {
	width:575px;
	padding-left: 25px;
	list-style-type: none;
}

.aboutHighlightPictures li {
	width:190px;
	display: block;
	float: left;
}

.aboutHighlightPictures li p {
	padding: 15px 5px 20px;
	text-align: center
}

.aboutHighlightPictures li p img {
	margin: 0 0 3px 0;
}

/** 開催概要部分 **/
.genralInfo {
	padding: 10px 15px 5px 20px;
}

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

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

/*** about_greeting.html用のパーツ ***/
.aboutGreetingHead {
	margin: 20px 0 25px 25px;
}

#aboutGreetingTitle {
	font-size: 1.4em;
	font-weight: bold;
	width: 420px;
	float: left;
	margin-bottom: 25px;
}

.aboutGreetingPortrait {
	width: 120px;
	padding: 0 15px 10px;
	float: right;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align:right;
}

.aboutGreetingBody {
	margin: 20px 0 0 25px;
	text-indent: 1em;
}

/*** about_profile2005.html用のパーツ ***/
.aboutProfileAnchorNav {
	width:575px;
	padding: 10px 0 0 25px;
	margin: 5px 0;
	height: 2em;
	list-style-type: none;
	background-color: #eee;
}

.aboutProfileAnchorNav li {
	background-image: url(../images/common/listbullet_gray_ongray.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: 12px;
	width:135px;
	display: block;
	float: left;
}

h2.blockTitle {
	clear: both;
	padding: 10px 0 0 15px;
}

.visitorDomesticForeign, .visitorDomesticBizCategory {
	width: 545px;
	margin: 5px 0 15px 25px;
	border: 1px #333 solid;
	border-collapse: collapse;
}

.visitorDomesticForeign caption, .visitorDomesticBizCategory caption {
	background-image: url(../images/common/subtitle_bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-indent: 12px;
	text-align: left;
	margin-left: 25px;
}

.visitorDomesticForeign th, .visitorDomesticBizCategory th {
	width: 136px;
	border: 1px #333 solid;
	text-algin: center;
	padding: 2px;
}

.visitorDomesticForeign td, .visitorDomesticBizCategory td {
	width: 136px;
	border: 1px #333 solid;
	text-align: right;
	padding: 2px;
}

.visitorForeignNational {
	margin-left: 25px;
}

.visitorForeignNational p {
	background-image: url(../images/common/subtitle_bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-indent: 12px;
}

.visitorForeignArea {
	width: 179px;
	margin:0 5px 5px 0;
	border: 1px #333 solid;
	border-collapse: collapse;
	float: left;
}

.visitorForeignArea th {
	border: 1px #333 solid;
	text-algin: center;
	padding: 2px;
}

.visitorForeignArea td {
	border: 1px #333 solid;
	text-align: right;
	padding: 2px;
}

/* 登録入場者数テーブルの色づけ用クラス
------------------------------------------------------------------------------ */
.visitorDomesticForeign th,  .visitorDomesticBizCategory th, .visitorForeignArea th {
	font-weight: normal;
}

/***  table.visitorDomesticForeign ***/
.visitorDomesticForeign thead th {
	background-color: #6b73c8;
	color: #fff;
}

.visitorDomesticForeign thead th.sum {
	background-color: #7a82d7;
	color: #fff;
	text-align: right;
}

.visitorDomesticForeign tbody tr.odd th, .visitorDomesticForeign tbody tr.odd td {
	background-color: #dee1f0;
}

.visitorDomesticForeign tbody tr.odd td.sum {
	background-color: #edf0ff;
}

.visitorDomesticForeign tbody tr.even th, .visitorDomesticForeign tbody tr.even td {
	background-color: #fff;
}
/***  table.visitorDomesticBizCategory***/
.visitorDomesticBizCategory thead th {
	background-color: #6b73c8;
	color: #fff;
}

.visitorDomesticBizCategory thead th.sum {
	background-color: #7a82d7;
	color: #fff;
	text-align: right;
}

.visitorDomesticBizCategory tbody tr.line1 th, .visitorDomesticBizCategory tbody tr.line1 td {
	background-color: #a0b9e2;
}

.visitorDomesticBizCategory tbody tr.line1 td.sum {
	background-color: #afc8f1;
}

.visitorDomesticBizCategory tbody tr.line2 th, .visitorDomesticBizCategory tbody tr.line2 td {
	background-color: #e4e6f2;
}

.visitorDomesticBizCategory tbody tr.line2 td.sum {
	background-color: #f3f6ff;
}

.visitorDomesticBizCategory tbody tr.line3 th, .visitorDomesticBizCategory tbody tr.line3 td {
	background-color: #ffd5c4;
}

.visitorDomesticBizCategory tbody tr.line3 td.sum {
	background-color: #ffe4d3;
}

.visitorDomesticBizCategory tbody tr.line4 th, .visitorDomesticBizCategory tbody tr.line4 td {
	background-color: #b9e4dd;
}

.visitorDomesticBizCategory tbody tr.line4 td.sum {
	background-color: #c8f3ec;
}

.visitorDomesticBizCategory tbody tr.line5 th, .visitorDomesticBizCategory tbody tr.line5 td {
	background-color: #efd5e0;
}

.visitorDomesticBizCategory tbody tr.line5 td.sum {
	background-color: #fee4ee;
}

.visitorDomesticBizCategory tbody tr.line6 th, .visitorDomesticBizCategory tbody tr.line6 td {
	background-color: #fff;
}

.visitorDomesticBizCategory tbody tr.line6 td.sum {
	background-color: #fff;
}

/***  table.visitorDomesticForeign ***/
.visitorForeignArea thead th {
	background-color: #6b73c8;
	color: #fff;
}

.visitorForeignArea thead th.sum {
	background-color: #7a82d7;
	color: #fff;
	text-align: right;
}

.visitorForeignArea tbody tr.odd th, .visitorForeignArea tbody tr.odd td {
	background-color: #dee1f0;
}

.visitorForeignArea tbody tr.odd td.sum {
	background-color: #edf0ff;
}

.visitorForeignArea tbody tr.even th, .visitorForeignArea tbody tr.even td {
	background-color: #fff;
}

/* /登録入場者数テーブルの色づけ用クラス
----------------------------------------------------------- */

.visitorAnalysis {
	margin: 10px 0 0 15px;
}

.visitorAnalysis dt {
	background-image: url(../images/common/subtitle_bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-indent: 12px;
	clear: both;
	float: left;
	width: 75px;
}
.exhibitorsListBox1 {
	margin: 10px 0 0 10px;
	width: 180px;
	float: left;
	list-style-type: none;
}

.exhibitorsListBox2 {
	margin: 10px 0 0 10px;
	width: 180px;
	float: left;
	list-style-type: none;
}

.exhibitorsListBox3 {
	margin: 10px 0 0 10px;
	width: 180px;
	float: left;
	list-style-type: none;
}

/*
.genralInfo { }
Using the same style as the one set for index.html. See above.
*/

h3  {
	font-size: 1em;
	font-weight: normal;
	padding: 25px 0 0 40px;
}

.profile2005Forum {
	padding-left: 80px;
}

.profile2005Forum dt {
	clear:both;
	padding-top: 5px;
	width: 4em;
	float: left;
}

.profile2005Forum dd {
	width: 30em;
	padding-top: 5px;
	float: left;
}


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

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

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

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

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

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

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

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

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