a{
	color:#ff0000;
	text-decoration: underline;
}
a:hover{
	/*color:#ffffff;
	background-color:#ff0000;*/
	text-decoration: underline;
}
a:link{
	color:#ff0000;
	text-decoration: none;
}
a:visited{
	color:#ff0000;
	text-decoration: none;
}	
a:link:hover{
	/*color:#ffffff;
	background-color:#ff0000;
	text-decoration: none;*/
	text-decoration: underline;
}
a:visited:hover{
	/*color:#ffffff;
	background-color:#ff0000;
	text-decoration: none;*/
	text-decoration: underline;
}


body{
	background:#fff;
}
#contena{
	width:800px;
	margin: 0 auto;
	text-align:center;
	overflow:hidden;
	_display:inline; /*IE6+5.x*/
}
#contents{
	text-align:center;
	margin: 20px 60px 60px 60px;
	width:680px;
	display:block;
	overflow:hidden;
}

#header{
	height:80px;
	width:680px;
	background:url(./img/headerBG.png) repeat-x;
	display:block;
	margin-bottom:30px;
}
.headerURL{
	width:680px;
	display:block;
	height:30px;
	text-align:right;
}
h1{
	width:87px;
	height: 0px;
	padding-top:20px;
	background:url(./img/ttl-DEALER.png) no-repeat;
	overflow:hidden;
	display: block;
	font-size:80%;
	float:left;
}

#nav{
	width:100px;
	display:block;
	overflow:hidden;
	float:right;
}

table{
	width:680px;
	margin:16px 0 60px 0;
}
th{
	font-size:74%;
	_font-size:76%;
	line-height:1.6em;
	font-weight:bold;
	color:#ccc;
	text-align:left;
}

td{
	font-size: 80%;
	_font-size: 114%;
	padding: 8px 0;
	vertical-align: top;
}
.shopNAME{
	font-weight: bold;
	width: 160px;
}
.shopAD{
	padding-right:10px ;
	width: 400px;
	color: #888;
}
.shopTEL{
	width: 110px;
}
.shopOPEN{
	width: 80px;
	color: #888;
}
#partSOPH .shopNAME{
	width: 140px;
}
#partSOPH .shopAD{
	width: 345px;
}
#partSOPH .shopTEL{
	width: 115px;
}
.shopAD img{
	margin-left: 8px;
	vertical-align: bottom;
}

#lightbox-infoContainer{
	background: #000;
	color: #fff;
}
#lightbox a,
#lightbox a:link,
#lightbox a:visited,
#lightbox a:hover {
	color:#fff;
	text-decoration:none;
}