/*English Version*/
/*全体構造*/
body{
	color:#000066;
}
/*リンクの設定*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color:#0000FF;
	text-decoration: none;
}
a:active {
	color:#0000FF;
	text-decoration: none;
}
/*ヘッダー*/
#header{
	color:#333333;
}
#header a:link{
	color:#333333;
	border-bottom-color:#0033cc;
}
#header a:visited{
	color:#999999;
	border-bottom-color:#999999;
}
#header a:hover{
	color:#FFFFFF;
	border-bottom-color:#66ccFF;
}
#header a:active{
	color:#FFFFFF;
	border-bottom-color:#66ccFF;
}

/*メニュー*/
#menu_title{
	color: #009999;
}
li.menu_list{
	color:#CCCCCC;
	border-bottom-color: #66cc00;
}
p.menu{
	border:1px solid #FF99FF;
}

/*トピック*/
li.topic{
	color:#FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color:#CCFF66;
}
#topic_title{
	color:#CCFF66;
	font-size:17px;
	font-weight:bold;
}
.date {
	color:#66FFFF;
}

/*ドルパマーケット*/
#dealer {
	color:#333333;
}
td.no_top{
	background-color: #FFCC99;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
td.no{
	background-color: #FFCC99;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
td.name_top{
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFCC66;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC66;
}
td.name{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC66;
}
td.name a:link{
	color:#0033CC;
}
td.name a:visited{
	color:#999999;
}
td.name a:hover,a:active{
	color:#00CCFF;
}

#market_map{
	background:#80F4E6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #0066FF;
}
/*ディーラーナビゲーション*/
#d_navi{
	background:#FFFFCC;
}
/*会場アクセス*/
#night li{
	color:#006600;
}
/*その他イベント*/
.title span{
	color:#FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
}

/*タグ再定義*/
h1{
	margin:0px 2px 10px 2px;
	padding:0px;
	background:url(img/cap_bg.gif);
	color:#FFFFFF;
	font-size:18px;
	text-align:left;
	line-height:40px;
	height:40px;
	clear:both;
}
h1 img{
	margin:0px 7px 0px 0px;
	float:left;
}
h2 {
	font-size: 18px;
	text-align: left;
	text-indent: 30px;
	margin:5px 10px 10px 40px;
	padding:5px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66CCFF;
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	clear:both;
}
h4{
	margin:0px 20px 15px 70px;
	padding:0px;
	color:#6699FF;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height: 16px;
}
h5 {
	margin:20px 50px;
	font-size: 12px;
	text-align: right;
}
/*クラス定義*/
.red {
	color: #FF0000;
}
.color{
	text-align:left;
	margin:0px 0px 0px 20px 
}

