﻿@charset "UTF-8";

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	margin: 0;
	padding: 0;
}
body {
	background-color: #8F9398;
	background-image: url(../image/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana,Regular,Helvetica,ヒラギノ角ゴ,Pro W3,メイリオ,ＭＳ ゴシック;
}
/*--------基本リンク----------*/
a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
a:active{
	color: #CC0033;
	text-decoration: none;
}
/*--------テキストリンク----------*/
.a1:link{
	color: #000000;
	text-decoration: underline;
}
.a1:visited{
	color: #000000;
	text-decoration: underline;
}
.a1:hover{
	color: #FF0000;
	text-decoration: none;
}
.a1:active{
	color: #FF0000;
	text-decoration: none;
}
/*--------ダークバックリンク----------*/
.a2:link{
	color: #FFFFFF;
	text-decoration: none;
}
.a2:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.a2:hover{
	color: #B4B4B4;
	text-decoration: none;
}
.a2:active{
	color: #CC0033;
	text-decoration: none;
}
/*----------------------------------------------HEADER--*/
#header {
	height: 115px;
	width: 971px;
	text-align: left;
}
#header .logo1 {
	background-image: url(../image/audi-okazaki.gif);
	height: 71px;
	width: 220px;
	float: left;
	text-indent: -9999px;
}
#header .cars {
	margin-top: 39px;
	margin-left: 0px;
	float: left;
}
#header .cars ul {
	
}
#header .cars li {
	list-style-type: none;
	margin-left: 18px;
	display: inline;
}
#header .logo2 {
	float: right;
	text-indent: -9999px;
	background-image: url(../image/audi.gif);
	height: 56px;
	width: 234px;
}
#header .menu {
	clear: both;
	background-image: url(../image/menubar.gif);
	height: 35px;
	width: 971px;
}
#header .menu ul {
	padding-top: 7px;
	padding-left: 13px;
}
#header .menu li {
	list-style-type: none;
	margin-right: 18px;
	display: inline;
}
#blank1 {
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #FF0000;
	height: 71px;
	width: 220px;

	
}
/*----------------------------------------------CONTENTS--*/
.area01 .c-top {
	margin-top: 5px;
	background-image: url(../image/area01.gif);
	background-repeat: no-repeat;
	width: 971px;
	height: 5px;
	font-size: 5px;
}
.area01 .c-middle {
	background: url(../image/area01_middle.gif);
	background-repeat: repeat-y;
	width: 971px;
	text-align: left;
}
.area01 .c-middle .title {
	margin: 0 14px 0 14px;
	font-size: px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.area01 .c-middle .contents {
	margin: 9px 14px 0 14px;
}
.area01 .c-bottom {
	background-image: url(../image/area01.gif);
	background-repeat: no-repeat;
	background-position: 0 -38px;
	width: 971px;
	height: 5px;
	font-size: 5px;
}

/*-----*/

.area01 .c-middle ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.area01 .c-middle {
	font-size: 12px;
	list-style-image: url(../image/arrow.gif);
	line-height: 16px;
}


/*----------------------------------------------FOOTER--*/
#footer{
	position:fixed;
	bottom:0;
	left:50%;
	margin:0 0 0 -486px;
	_margin: 0;
	zoom:1;
	z-index:50;
	background-image: url(../image/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#footer-menu {
	margin-top: 5px;
	clear: both;
	background-image: url(../image/menubar_bottom.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 972px;
	text-align: left;
	font-size: 12px;
}
#footer-menu ul {
	padding-top: 3px;
	padding-left: 13px;
}
#footer-menu li {
	list-style-type: none;
	margin-right: 18px;
	display: inline;
}
#copyright {
	clear: both;
	margin-top: 5px;
	width: 972px;
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
}
/*----------------------------------------------CALENDAR--*/
.calendar {
	margin-top: 0px;
	margin-left: 25px;
}
.calendar table{
	
}
.calendar caption{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.calendar td{
	font-size: 10px;
	text-align: center;
	height: 14px;
	width: 10px;
}
.calendar .yobi{
	color: #000000;
	/*background-image: url(../image/ball_white.gif);*/
	background-repeat: no-repeat;
	background-position: center center;
}
.calendar .off{
	color: #000000;
	background-image: url(../image/ball_white.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.calendar .event{
	color: #FFFFFF;
	background-image: url(../image/ball_gray.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.calendar .memo{
	font-size: 10px;
	line-height: 14px;
}
/*----------------------------------試乗車情報*/
.TestCar {
	font-weight: bold;
	padding-bottom: 10px;
	border-top: 1px solid #8F9398;
}
.TestCar ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.TestCar li {
	font-size: 12px;
	list-style-image: url(../image/arrow.gif);
	line-height: 16px;
}
.TestCar .comment1 {
	font-size: 12px;
	font-weight: normal;
}
.caution1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
/*----------------------------------特選中古車*/
.ResaleCar {
	font-weight: bold;
	padding-bottom: 10px;
	height: auto;
	border-top: 1px solid #8F9398;
}
.ResaleCar .left,.right {
	width: 470px;
}
.ResaleCar .left{
	float: left;
	margin-right: 2px;
}
.ResaleCar .comment1 {
	font-size: 12px;
	font-weight: normal;
}
/*----------------------------------------------コンテンツ--*/
#contents {
	width: 971px;
	text-align: left;
}
#contents .left {
	float: left;
	width: 267px;
}
#contents .right {
	width: 704px;
	float: left;
}
/*----------------------------------------------コンテンツ左--*/
.sideblock {
	
}
.sideblock .top {
	background-image: url(../image/sideblock.gif);
	background-repeat: no-repeat;
	width: 242px;
	height: 30px;
	
	padding: 12px 12px 0px 12px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;	
}
.sideblock .middle {
	background: url(../image/sideblock_middle.gif);
	background-repeat: repeat-y;
	width: 242px;
	text-align: left;
	padding: 0 12px 0 12px;
	color: #FFFFFF;
}
.sideblock .middle .comment {
	padding: 6px 20px 6px 0;
	font-size: 12px;
}
.sideblock .middle ul {
	
}
.sideblock .middle li {
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	padding: 6px 6px 6px 0;
}
.sideblock .bottom {
	background-image: url(../image/sideblock.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 242px;
	height: 5px;
	font-size: 5px;
}
/*----------------------------------------------コンテンツ右--*/
#contents .right .title {
	padding: 0px 0px 12px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#contents .right .comment {
	font-size: 12px;
	color: #000000;
	padding-bottom: 50px;
}


























