﻿/*
Theme Name: CENTRAL CAR SALES
Theme URL: http://www.central-car.co.jp/
Description:中央自動車販売用CSS
Version: 1.0
Author: 藤岡
Author URL: http://www.five-mix.co.jp/
*/

/***************************
  base 
***************************/
h1, h2, h3, h4, h5, h6, p { margin: 0px; padding: 0px; }
img { border: 0px; margin: 0px; padding: 0px; }
form { border: 0px; margin: 0px; padding: 0px; }


/* link */
a { color: #0080b1; text-decoration: none; }
a img { border: none; }
a:hover { color: #76c6e5; }


/* body */
body {
	margin: 0;
	padding: 0;
	background: #09f;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:140%;
	letter-spacing: normal;
	text-align: center;
	color: #333;
}

p {
	line-height: 120%;
}


/* headtext */
h1 {
	color: #666;
	font: 80% normal;
	text-align: center;
}

/***************************
  layout 
***************************/

#rap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border: 2px #069 solid;
	border-top-style: none;
	border-bottom-style: none;
}

#header {
	width: 784px;
	height: auto;
	margin: 0 8px;
	padding: 0;
	text-align: left;
}

#menu {
	width: 784px;
	height: auto;
	margin: 0 8px 8px 8px;
	padding: 2px 0 0 0;
	clear: left;
}


#content {
	position: relative;
	float: left;
	width: 800px;
}

.point_head {
	background: #fc3;
	margin: 10px 0 5px 0;
	width: 800px;
}

.point_txt {
	margin: 0 65px;
}

.outtbl {
	width: 770px;
	margin: 15px;
}

.innertbl {
	padding: 3px 11px;
	border: 1px #999 solid;
	border-top-style: none;
	border-bottom-style: none;
}

.innertxt {
	margin: 5px 15px;
}

.marginleft {
	margin-left: 8px;
}

.block {
	width: 366px;
	padding-bottom: 10px;
	border: 1px #999 solid;
}

.summary {
	margin: 5px 0;
}

.casehead {
	width: 744px;
	margin: 5px 0;
	background: #09f;
	border: 1px #999 solid;
}


.und {
	width: 243px;
	margin: 5px 0;
	border: 1px #999 solid;
}

.caution {
	color: #f00;
}

.line {
	width: 780px;
	height: 1px;
	margin: 0 10px;
	background: url(../images/dot.jpg) repeat-x;
}

.notice {
	font-size: 85%;
	color: #909090;
	line-height: 120%;
}


.tbl {
	border: 1px #999999 solid;
	border-bottom-style: none;
	border-right-style: none;
}

.tbl th {
	border: 1px #999999 solid;
	border-top-style: none;
	border-left-style: none;
	background: #eae7dd;
	font-weight: normal;
	text-align: center;
}

.tbl td {
	border: 1px #999999 solid;
	border-top-style: none;
	border-left-style: none;
}

.tbl_txt {
	padding: 7px;
}

#footer {
	clear: both;
	float: none;
	width: 784px;
	margin-top: 10px;
	padding: 10px 8px;
	text-align: center;
	background: #f3f3f3;
	border: 5px #999 double;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}
