* {
		padding: 0px;
		margin: 0px;
}

html,body {
		height: 100%;
}

body {
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url(./images/2_02.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #f6f6f6;
}

div#box {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: white;
	width: 980px;
	margin: 0 auto -15px;
	}

div#title {
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(./images/top.png);
	height: 50px;
	width: 965px;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #0e1860;
}
	
div#contents {
	padding-bottom: 15px;
}

div#footer {
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 3px;
	padding-top: 0px;
	height: 34px; /*2010.05.25修正*/
	margin: 0 auto; /*2010.05.25修正*/
	background-position: 0 top;
	background-image: url(./images/foot.png);
	background-repeat: repeat-x;
	width: 974px;
	color: white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	background-color: #0e1860;
}

div#footer p{ /*2010.05.25修正*/
	font-size: 9px;
	line-height: 75%;
}

div#footer p#f-navi{ /*2010.05.25追加*/
	font-size: 10px;
	line-height: 21px;
}

div#footer a{ /*2010.05.25追加*/
	color: white;
	text-decoration: none;
}

div#push{
	height: 15px;
	margin: 0 auto;
}

/*
#globalnav li { display: inline; }
#globalnav li a { float: left; width: 122px; height: 0; padding-top: 30px; overflow: hidden; }
#globalnav li a { background-image: url(./images/btn.png);}

#globalnav li#gn-home a { background-position: 0 0; }
#globalnav li#gn-newcar a { background-position: -122px 0; }
#globalnav li#gn-oldcar a { background-position: -244px 0; }
#globalnav li#gn-service a { background-position: -366px 0; }
#globalnav li#gn-tenpo a { background-position: -488px 0; }
#globalnav li#gn-toi a { background-position: -610px 0; }
#globalnav li#gn-kaisha a { background-position: -732px 0; }
#globalnav li#gn-recruit a { width: 126px; background-position: -854px 0; }

#globalnav li#gn-home a:hover { background-position: 0 -50px; }
#globalnav li#gn-newcar a:hover { background-position: -122px -50px; }
#globalnav li#gn-oldcar a:hover { background-position: -244px -50px; }
#globalnav li#gn-service a:hover { background-position: -366px -50px; }
#globalnav li#gn-tenpo a:hover { background-position: -488px -50px; }
#globalnav li#gn-toi a:hover { background-position: -610px -50px; }
#globalnav li#gn-kaisha a:hover { background-position: -732px -50px; }
#globalnav li#gn-recruit a:hover { width: 126px; background-position: -854px -50px; }
*/

/*------------------ここからDrop Down Menu設定------------------*/
/*2010.05.26新規追加*/
#nav {
	display: block;
	width: 980px;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 30px;
	float: left;
	position: relative;
	text-indent: -9999px;
}

#nav li#dd07 {
	text-indent: 0;
}

#nav a {
	display: block;
	width: 140px;
	height: 30px;
}

li#dd01 {
	background: #000 url(images/dd-home.jpg) no-repeat 0 0;
}
li#dd01 a:hover {
	background: #000 url(images/dd-home_on.jpg) no-repeat 0 0;
}

li#dd02 {
	background: #000 url(images/dd-newcar.jpg) no-repeat 0 0;
}
li#dd02 a:hover {
	background: #000 url(images/dd-newcar_on.jpg) no-repeat 0 0;
}

li#dd03 {
	background: #000 url(images/dd-usedcar.jpg) no-repeat 0 0;
}
li#dd03 a:hover {
	background: #000 url(images/dd-usedcar_on.jpg) no-repeat 0 0;
}

li#dd04 {
	background: #000 url(images/dd-service.jpg) no-repeat 0 0;
}
li#dd04 a:hover {
	background: #000 url(images/dd-service_on.jpg) no-repeat 0 0;
}

li#dd05 {
	background: #000 url(images/dd-purchase.jpg) no-repeat 0 0;
}
li#dd05 a:hover {
	background: #000 url(images/dd-purchase_on.jpg) no-repeat 0 0;
}

li#dd06 {
	background: #000 url(images/dd-store.jpg) no-repeat 0 0;
}
li#dd06 a:hover {
	background: #000 url(images/dd-store_on.jpg) no-repeat 0 0;
}

li#dd07 {
	background: #000 url(images/dd-blog.jpg) no-repeat 0 0;
}
li#dd07 a:hover {
	background: #000 url(images/dd-blog_on.jpg) no-repeat 0 0;
}

#nav li img {
	vertical-align: bottom;
}

#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

* html #nav ul { /* IE6 "fix" */
	line-height: 0;
}

#nav ul a { /* IE6/7 fix */
	zoom: 1;
}

#nav ul li {
	float: none;
}

#nav ul ul {
	top: 0;
}

#nav ul {
	width: 140px;
}
 
#nav {
	height: 30px;
}

#nav *:hover {
	background-color: none;
}

#nav a {
	color: white;
	font-size: 12px;
	line-height: 1;
}

#nav ul {
	top: 30px;
}

#nav ul li a {
	border-top: white 1px solid;
}

/*
#nav ul li a {
	background-color: #5E5A5A;
}
#nav ul a.hover {
	background-color: #30A8C3;
}
下記の画像に置き換え*/
#nav ul li#dd-sub-alfaromeo a {
	background: #000 url(images/dd-sub-alfa.jpg) no-repeat 0 0;
}
#nav ul li#dd-sub-alfaromeo a:hover {
	background: #000 url(images/dd-sub-alfa_on.jpg) no-repeat 0 0;
}

#nav ul li#dd-sub-peugeot-se a {
	background: #000 url(images/dd-sub-peugeot-se.jpg) no-repeat 0 0;
}
#nav ul li#dd-sub-peugeot-se a:hover {
	background: #000 url(images/dd-sub-peugeot-se_on.jpg) no-repeat 0 0;
}

#nav ul li#dd-sub-peugeot-iz a {
	background: #000 url(images/dd-sub-peugeot-iz.jpg) no-repeat 0 0;
}
#nav ul li#dd-sub-peugeot-iz a:hover {
	background: #000 url(images/dd-sub-peugeot-iz_on.jpg) no-repeat 0 0;
}

#nav ul li#dd-sub-maserati a {
	background: #000 url(images/dd-sub-maserati.jpg) no-repeat 0 0;
}
#nav ul li#dd-sub-maserati a:hover {
	background: #000 url(images/dd-sub-maserati_on.jpg) no-repeat 0 0;
}

#nav ul a {
	filter: alpha(opacity=90);/*IE*/
	-moz-opacity:0.9;/*firefox*/
	opacity: 0.9;/*opera, safari*/
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
/*------------------ここまでDrop Down Menu設定------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */