div#wrapper {
	width: 100%; 
	background-color:transparent;
	background:url(../../common/img/bg_content.gif);
	position: fixed;
	top:0;
	left: 0;
}
* html div#wrapper  {   
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+0));
}
.wrap {
	width:760px;
}
#carbon {
	background-image: url(../img/common/carbon_line.png);
	width: 100%;
	height: 19px;
}
.wrap02 {
	width:100%;
	background: url(../img/common/bg_carbon.png);
}
table { 
	width: 760px;
	border-collapse: collapse;
	border-bottom: 1px #717171 solid;
	border-top: 1px #717171 solid;
	margin:0 0 20px;
}
table td { 
	border-bottom: 1px #717171 dotted;
	padding: 10px;
}
table th { 
	border-bottom: 1px #717171 dotted;
	padding: 10px;
}
#content{
	width: 760px;
	margin:0 auto!important;
	float:none!important;
	padding: 320px 0 0;
	z-index: 1;
}
.leftcolum {
	width: 290px;
	float: left;
}
.leftcolum h2 img {
	background-color:transparent;
	padding:0;
}
.leftcolum h3 {
	font-size: 13px;
	color: #FFF;
	margin: 20px 0;
	padding: 0 0 3px;
	border-bottom: #717171 solid 1px;
}
.leftcolum img{
	background-color:#FFF;
	padding:5px;
}
#mainspec {
	width:760px;
	height:300px;
	color: #b8b8b8;
}
#mainspec .rightcolum {
	width: 450px;
	float: right;
}

#mainspec .rightcolum a {
	color: #FFF;
	text-decoration: none;
}
#mainspec .rightcolum a:hover {
	color: #FFF;
	text-decoration: underline;
}

#mainspec .rightcolum h3 {
	height: 24px;
	margin: 20px 0 10px;
}
#mainspec .rightcolum p {
	padding: 0 0 10px;
	background:url(https://www.tokyoautosalon.jp/2011/auto/individual/images/common/dot.png) bottom no-repeat;
}

#mainspec .leftcolum h3 {
	font-size:12px;	
	padding: 0 0 2px;
}
#mainspec .rightcolum dl {
	width: 450px;
	padding: 5px 0;
	background:url(../img/common/dot.png) bottom no-repeat;
}
#mainspec .rightcolum dt {
	width: 120px;
	float:left;
}
#mainspec .rightcolum dd {
	width: 300px;
	padding:0 0 0 30px;
	float:right;
}

/* clear
***************************************************************/
dl{
    zoom:1;
}
dl:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

