@charset "utf-8";

@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */

/**** basic link set ****/
a {text-decoration: underline; }
a:link {color: #03c; }
a:visited {color: #369; }
a:hover {color: #03c; text-decoration: none; }
a:active {color: #03c;}

/* un-opened link */
.unOpenedLink {
	color: #ccc;
}
/*** functionBox link set ***/
#titleSection #functionBox ul li a {
	color: #fff;
	text-decoration: none;
}

#titleSection #functionBox ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/*** whatsNewsNav link set ***/
.whatsNewsNav li a {
	color: #060;
	text-decoration: none;
}

.whatsNewsNav li a:hover {
	color: #060;
	text-decoration: none;
	border-bottom: 1px #060 dashed;
}

/*** footer link set ***/
#footerLinks li a, #footerLinks p a {
	color: #fff;
	text-decoration: none;
}

#footerLinks li a:hover , #footerLinks p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #eee dashed;
}

/**** basic set of configration ****/

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
	height: 100%;
}

body {
	text-align: center;
	background-color: #fff;
	font-size: small;
	font-family: sans-serif;
	color: #333333;
	height: 100%;
	background-position: center;
	background-image: url(../images/common/bg_whiteandstripe.gif);
	background-repeat: repeat-y;
	line-height: 1.5em;
}

.separator {
	background-color: transparent;
	clear: both;
	height: 75px;
}

.clear-both {
	clear: both;
}

#toAnchors {
	clear: both;
	display: none;
}

.hiddenMessage {
	display: none;
}

/**** page frame style ****/

#ContentsHolder {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 100%;
	min-height: 100%;
}

body > #ContentsHolder {
	height: auto;
}
/*
#headerArea {
	background-image: url(../images/common/header/bg_title.jpg);
	background-repeat: no-repeat;
}*/

#titleSection {
	background-image: url(../images/common/header/bg_title.jpg);
	background-repeat: no-repeat;
	height: 100px;
}

#titleSection h1 {
	position: absolute; 
	left: -9999px; 
}

#titleSection p.sitesummary {
	/*font-size: 10pt;
	color: #fff;
	padding-left: 125px;*/
	position: absolute;
	left: -9999px; 
	/*top: 25px;*/
}

#titleSection #functionBox {
	width: 180px;
	padding: 0 5px 0 615px;
	font-size: 10pt;
	color: #fff;
	position: absolute;
	top: 25px;
}

#titleSection #functionBox ul {
	clear: both;
	list-style-type: none;
	width: 180px;
	margin-bottom: 2px;
}

#titleSection #functionBox ul li {
	display: block;
	float: right;
	text-align: right;
}

#titleSection #functionBox form {
	clear: both;
	text-align: right;
	width: 180px;
}

#titleSection #functionBox form input {
	border: 1px #666 solid;
}

#titleSection #functionBox form input.keywordBox {
	width: 100px;
}

/*** Image Swapping for the Global Navigation ***/

#globalnav {
	list-style-type: none;
}

#globalnav li.narrowbt {
	width: 120px;
	height: 50px;
	float: left;
}

#globalnav li.widebt {
	width: 170px;
	height: 50px;
	float: left;
}

#globalnav li.narrowbt a {
	display: block; 
	width: 120px; 
	height: 50px; 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
}

#globalnav li.widebt a {
	display: block; 
	width: 170px; 
	height: 50px; 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
}

#globalnav li.narrowbt a:hover {
	background-position: 0px -50px;
}	

#globalnav li.widebt a:hover {
	background-position: 0px -50px;
}

#globalnav li a#gnavHome {
	background-image: url(../images/common/header/nav_home.jpg);
}

#globalnav li a#gnavAbout {
	background-image: url(../images/common/header/nav_about.jpg);
}

#globalnav li a#gnavExhibitors {
	background-image: url(../images/common/header/nav_exhibitors.jpg);
}

#globalnav li a#gnavEvents {
	background-image: url(../images/common/header/nav_events.jpg);
}

#globalnav li a#gnavVisitors {
	background-image: url(../images/common/header/nav_visitors.jpg);
}


/*** message Section用スタイル ***/

#topGraphic {
	width: 630px;
	height: 120px;
	float: left;
}
	

/** Image Swapping for the seasonal Navigation **/

#seasonalnav {
	background-image:url(../images/top/message_bg.jpg);
	float: right;
	width: 170px;
	height: 120px;
}

#seasonalnav p, #seasonalnav table {
	width: 155px;
	margin: 0 auto;
}

#seasonalnav table th {
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#seasonalnav table td {
	text-align: center;
	font-weight: bold;
	width: 41px;
	font-size: 14px;
}

#seasonalnav table td.countdownNum {
	background-image:url(../images/top/countdown_box.jpg);
	background-repeat: no-repeat;
	width: 72px;
	height: 33px;
	font-family: Arial;
	font-size: 26px;
}

#seasonalnav p {
 	padding: 10px 0 0 3px;
}

/* styles for the 1st phase. no longer use.
---------------------------------------------------
#seasonalnav {
	list-style-type: none;
	float: right;
}

#seasonalnav li {
	width: 170px; 
	height: 60px; 
}

#seasonalnav li a {
	display: block; 
	width: 170px; 
	height: 60px; 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
}

#seasonalnav li a.snavApply {
	background-image: url(../images/top/message_bt_apply.jpg);
}

#seasonalnav li a.snavLogin {
	background-image: url(../images/top/message_bt_login.jpg);
}

#seasonalnav li a:hover {
	background-position: 0px -60px;
}
--------------------------------------------------- */

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

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

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

/*** mainSection ***/

#mainBlock {
	width: 400px;
	float: right;
	padding-top: 10px;
}

.jimykyokuNewsList {
	list-style-type: none;
	margin-top: 5px;
}

/* IEとFFで余白を調整するハック */
/* Hides from IE5-mac \*/
* html .jimykyokuNewsList {
	margin-top: 0px;
}
/* End hideing */

.jimykyokuNewsList .date {
	display: block;
	width: 385px;
	font-size: 0.8em;
	background-color: #bcdfef;
	padding: 1px 5px 0 10px;
}

.jimykyokuNewsList .headline {
	display: block;
	width: 385px;
	font-size: 1em;
	background-color: #eee;
	padding: 2px 5px 2px 10px;
}

.topContentsBox {
	margin-top: 10px;
	width: 378px;
	border: 1px #363 solid;
	background-color: #eee;
	padding: 10px;
}

.topContentsTitle {
	width: 378px;
	background-image: url(../images/top/bg_mainsubtitle.jpg);
	background-repeat: repeat-y;
}

.topContentsTitle h2 {
	font-size: 1.1em;
	font-weight: bolder;
	color: #060;
	padding: 0 5px;
}

.topContentsBox p {
	margin: 10px 3px;
	width: 370px;
}

.topContentsBox p img {
	float: right;
	margin-left: 5px;
}

.topContentsBox dl {
	list-style-type: none;
	margin-left: 20px;
}

.topContentsBox dl dt {
	text-indent: 12px;
	background-image: url(../images/common/listbullet_gray_ongray.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-top: 5px;
	font-weight: bold;
	color: #369;
}

/*
.topContentsBox .ContentsBoxMenu {
	float: right;
}*/

.topContentsBox ul {
	list-style-type: none;
	float: right;
}

.topContentsBox ul li {
	font-size: 0.8em;
	text-indent: 12px;
	background-image: url(../images/common/listbullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

/*** newsBlock用のレイアウト***/

#newsBlock {
	width: 185px;
	float: left;
	padding-top: 10px;
}

.whatsNewsNav {
	margin: 2px 0 10px;
	list-style-type: none;
	width: 185px;
}

.whatsNewsNav li {
	display: block;
	float: left;
	font-size: 9px;
}


.whatsNewList {
	clear: both;
	list-style-type: none;
	margin-top: 20px;
}

/* IEとFFで余白を調整するハック */
/* Hides from IE5-mac \*/
* html .whatsNewList {
	margin-top: 3px;
}
/* End hideing*/

.whatsNewList li {
	margin-bottom: 10px;
}

.whatsNewList .date {
	display: block;
	width: 170px;
	font-size: 0.9em;
	background-color: #caec95;
	padding: 1px 5px 0 10px;
}

.whatsNewList .headline {
	display: block;
	width: 170px;
	font-size: 1em;	
	background-color: #eee;
	padding: 2px 5px 2px 10px;
}


/*** sidebarSectionのスタイル ***/
#subNavi {
	list-style-type: none;
	text-align: center;
	margin: 10px 0 20px;
}

#subNavi li {
	margin: 10px 0;
}

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

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

#adBlock {
	list-style-type: none;
	width: 170px;
	text-align: center;
}

#adBlock li {
	margin: 10px 0;
}

/**** footerArea のスタイル ****/


#footerArea {
	clear: both;
	width: 800px;
	position: absolute;
	bottom: 0px;
}

#footerNav {
	list-style-type: none;
	padding: 20px 15px;
}

#footerNav li {
	display: block;
	float: left;
	font-size: 0.9em;
}

#footerLinks {
	clear: both;
	background-color: #333;
	height:2em;
	color: #fff;
	padding-bottom:3px;
}

#footerLinks ul {
	float: left;
	list-style-type: none;
	padding-left: 17px;
}

#footerLinks ul li {
	display: block;
	float:left;
	margin-right: 22px;
	font-size: 0.8em;
	text-indent: 15px;
	background-image: url(../images/common/listbullet_white.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#footerLinks p {
	float: right;
	font-size: 0.8em;
	padding-right: 17px;
}
