/**************** コンテナ設定 ****************/
#container{
	background: url(img/side.gif) repeat-y;
	text-align: center;
	width: 792px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/**************** ヘッダー設定 ****************/
/*** 大枠 ****/
#head{
	width: 750px;
	height: 61px;
	margin: 0 21px 10px 21px;
}

/*** ヘッダ用大見出し ****/
#head h1{
	/* \*//*/
	font-size: 1px;
	/**/
	/* 今度はMac版 IE 5.x にのみ適用させないスタイル \*/
	text-indent: -9999em;
	font-size: 11px;
	/*ここから以降は、どのブラウザも正しく認識できるスタイルのみを記述*/
	float: left;
	width: 148px;
	height: 56px;
	margin: 0px;
	padding: 0px;
}
#head h1 a{
	background: url(img/logo.gif) no-repeat;
	display: block;
	width: 148px;
	height: 56px;
	padding: 0;
	margin: 5px 0 0 0;
}

h2{
	/* \*//*/
	font-size: 1px;
	/**/
	/* 今度はMac版 IE 5.x にのみ適用させないスタイル \*/
	text-indent: -9999em;
	font-size: 11px;
	/*ここから以降は、どのブラウザも正しく認識できるスタイルのみを記述*/
	float: left;
	margin: 0px;
	padding: 0px;
}

h3 {
	background-color: #ffffff;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #144093 8px solid;
	font-size: 1.3em;
	font-weight:bold;
	color: #333333;
	padding: 5px;
	margin: 0 0 20px 0;
	width:400px;
}

/*** ヘッダ用右エリア設定 ****/
#head_right {
	float: right;
	width: 500px;
	height: 61px;
	margin: 0;
}

/*** ヘッダ用右リンクフォント設定 ****/
#head_right a:link{
	color: #ffffff;
	text-decoration: none;
}
#head_right a:visited{
	color: #ffffff;
	text-decoration: none;
}
#head_right a:hover{
	color: #ffffff;
	text-decoration: underline;
}


/**************** メニュー設定 ****************/
#menu {
	width: 500px;
	height: 61px;
}

#menu .alt{
	display: none;
}

#menu ul{
	list-style: none;
	position: relative;
}

#menu li{
	display: block;
	float: left;
	position: relative;
}

#menu a{
	background: url(img/menu.gif) no-repeat;
	width: 100px;
	height: 61px;
}

/*** Special Car用リンク ****/
#menu1 a{
	background-position: 0px 0px;
	position: absolute; top:0; left:0px;
}

#menu1 a:hover{
	background-position: 0px -61px;
}

#menu1_on a{
	background-position: 0px -61px;
	position: absolute; top:0; left:0px;
}

/*** New Car用リンク ****/
#menu2 a{
	background-position: -100px 0px;
	position: absolute; top:0; left:100px;
}

#menu2 a:hover{
	background-position: -100px -61px;
}

#menu2_on a{
	background-position: -100px -61px;
	position: absolute; top:0; left:100px;
}

/*** Stock List用リンク ****/
#menu3 a{
	background-position: -200px 0px;
	position: absolute; top:0; left:200px;
}

#menu3 a:hover{
	background-position: -200px -61px;
}

#menu3_on a{
	background-position: -200px -61px;
	position: absolute; top:0; left:200px;
}

/*** Factory用リンク ****/
#menu4 a{
	background-position: -300px 0px;
	position: absolute; top:0; left:300px;
}

#menu4 a:hover{
	background-position: -300px -61px;
}

#menu4_on a{
	background-position: -300px -61px;
	position: absolute; top:0; left:300px;
}

/*** Company用リンク ****/
#menu5 a{
	background-position: -400px 0px;
	position: absolute; top:0; left:400px;
}

#menu5 a:hover{
	background-position: -400px -61px;
}

#menu5_on a{
	background-position: -400px -61px;
	position: absolute; top:0; left:400px;
}

/**** キャンバスエリア設定 ****/
#c_canvas{
	width: 720px;
	text-align: left;
	margin: 15px 0 15px 36px;
	line-height: 1.3em;
}

#c_canvas p{
	margin:0 0 10px 0;
	}

#c_canvas ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}

#c_canvas li {
	margin: 0 0 0 20px;
	padding: 0;
	font-weight: normal;
	line-height: 1.0em;
}

.pic_b {
	border: 1px #999999 solid;
}

.picture_cap{
	float: left;
	text-align: left;
	line-height: 22px;
	margin: 0 10px 0 0;
}

.picture_cap2{
	float: left;
	text-align: center;
	font-size:10px;
	margin: 0 10px 0 0;
}


/**************** フッター設定 ****************/
#hoot{
	background: url(img/hooter.gif) no-repeat;
	width: 750px;
	height: 35px;
	margin: 0 21px 0 21px;
}

/**************** コンテンツTOP用画像 ****************/
#ctop_special {
	background: url(img/special.gif) no-repeat;
	width: 750px;
	height: 100px;
	margin: 0 21px 15px 21px;
}

#ctop_newcar {
	background: url(img/newcar.gif) no-repeat;
	width: 750px;
	height: 100px;
	margin: 0 21px 15px 21px;
}


#ctop_stock {
	background: url(img/stock.gif) no-repeat;
	width: 750px;
	height: 100px;
	margin: 0 21px 15px 21px;
}

#ctop_factory {
	background: url(img/factory.gif) no-repeat;
	width: 750px;
	height: 100px;
	margin: 0 21px 15px 21px;
}

#ctop_company {
	background: url(img/company.gif) no-repeat;
	width: 750px;
	height: 100px;
	margin: 0 21px 15px 21px;
}


#ctop_inq {
	background: url(img/inq.gif) no-repeat;
	width: 750px;
	height: 100px;
	margin: 0 21px 15px 21px;
}

#map{
	width: 315px;
	height: 450px;
	border-width : 1px;
	border-style : solid;
	border-color : #999999;	/* IE 6(Win)向け */
}

