@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/bmw-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;
}

.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;
}

.keyword-list-text {
	margin:7px 0 0 0;
}


#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;
}