@import "text.css";

* {
	margin:0;
	padding:0;
	font-family:"MS Pゴシック",sans-serif;
}

#wrapper {
	width:829px;
	border-left:solid #5c5b5b 1px;
	border-right:solid #5c5b5b 1px;
	margin:0 auto;
}

#header {
	height:68px;
	width:829px;
	border-bottom:solid #5c5b5b 1px;
	padding-top:20px;
}

#header h1 {
	margin:3px 0 0 8px;
}

#header img {
	float:left;
	display:block;
	margin:3px 3px 0 6px;
}

#global-navi {
	margin:12px 0 0 0;
}

#global-navi ul li{
	display:inline;
	float:left;
}

	

#contents {
	width:829px;
	height:auto;
	border:none;
	background-image:url(img/contents-back.gif);
	background-repeat:repeat-y;
}

#side-contents {
	width:190px;
	height:inherit;
	margin:0;
	padding:0;	
	float:left;	
}

.side-contents-box {
	margin:0 0 10px 0;
}

.side-contents-box ul li {
	background-image:url(img/dot-point.gif);
	background-repeat:no-repeat;
	background-position:0.5em 0.5em;
	list-style:none;
	text-indent:20px;
	line-height:1.8em;
}


.side-contents-box p{
	margin:4px 4px 0 6px;
}


.side-contents-title{
	background-image:url(img/side-box.gif);
	background-repeat:no-repeat;
	font-size:0.8em;
	text-indent:1.4em;
	padding:5px 0 0 0;
	margin:0;
	color:#ffffff;
	height:27px;
	
}

#main-contents {
	width:638px;
	margin:0;
	padding:0;
	float:right;
	background-image:url(img/benz-photo.jpg);
	background-position:right top;
	background-repeat:no-repeat;

}

.main-contents-box {
	margin:0 0 14px 10px;
}

#introduction{
	padding:0 0 15px 0;
	margin:14px 0 0 0;
	display:block;
}

.main-contents-text {
	font-size:0.9em;
	line-height:1.3em;
	margin:8px 0 5px 0;
}


#start-contents-box {
	margin:6px 0 0 0;
	background-color:#f5f5f5;
	border:solid #5c5b5b 1px;
	width:614px;
}

#start-contents-box  table tr th p {
	margin:4px 0 0 10px;
	font-weight:100;
}


#start-contents-box  table{
	width:614px;
	border:0;
}


.start-contents-adress {
	margin:10px 0 0 10px;
	display:block;
}

.start-contents-border {
	margin:5px 0;
}

.start-contents-button {
	text-align:right;
	margin:2px 10px 7px 0;
}


.system-picture {
	margin:6px 0 0 0;
}

#.pickup:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;		
	margin:7px 0 0 0;
	background-color:#e0e0e0;
	padding:14px 14px 8px 14px;
}

.pickup {
	margin:7px 0 0 0;
	background-color:#e0e0e0;
	padding:14px 14px 8px 14px;
	display:inline-block;
}


/*Hides from IE-mac \*/
* html .pickup { height: 1%; }
.pickup {display:block; }
/* End hide from IE-mac*/


#pickup-car {
	padding:0 0 2px 0;
	margin:0 0 6px 0;
	border-bottom:solid #999999 1px;
}

#pickup-car dl{
	display:inline;
	float:left;
	margin:0 10px 0 0;
}

#pickup-car dl.brand dt {
	list-style:url(img/brand.gif);
	float:left;
}

#pickup-car dl.class dd {
	text-indent:0.5em;
}

#pickup-car dl.class dt {
	list-style:url(img/brand.gif);
	float:left;
}

#pickup-car dl.bodytype dd {
	text-indent:0.5em;
}

#pickup-car dl.bodytype dt {
	list-style:url(img/brand.gif);
	float:left;
}


#pickup-car dl.brand dd {
	text-indent:0.5em;
}


#pickup-content {
	padding:8px 0 0 0;

}

.pickup p.pickup-text {
	margin:0;
	padding:0;
}

.pickup p.pickup-img {
	float:left;
	margin:0 8px 0 0;
	border:solid #f2f2f2 8px;
	padding:0;
	line-height:0;
}




.keyword-list {
	margin:0 0 14px 10px;
	width:614px;
}

.keyword-list-title {
	font-size:14px;
	padding:0 0 5px 0;
	border-bottom:solid #5c5b5b 1px;
}

ul.keyword-list-text {
	margin:7px 0 0 0;

}

ul.keyword-list-text li {
	/*border-left:solid　#5c5c5c 1px;*/
	padding:0 3px 0 3px;
	display:inline;
}

.keyword-list-text li a{
	margin:4px;
}

.keyword-list-text li.firstchild {
	border:none;
	padding-left:0px;
}

.keyword-list-news {
	margin:7px 0 0 0;
}

.keyword-list-news li{
	line-height:1.5em;
	background-image:url(img/dot-point.gif);
	background-repeat:no-repeat;
	background-position:0.5em 0.5em;
	text-indent:20px;
	line-height:1.8em;
}

#footer {
	border-top:solid #d8d8d8 10px;
	background:#f0f0f0;
	color:#8c8987;
	padding:10px;
}

#footer ul li{
	float:left;
	text-indent:0.5em;
}

#footer p {
	text-align:right;
}

.clear {
	clear:both;
}




