@charset "utf-8";

/***************************************************************
	共通設定
	ヘッダー、フッター、フレームレイアウト
***************************************************************/

div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img,a,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-weight:normal;
}
fieldset,img {  
	border: 0; 
} 
ul{
	list-style-type:none;
}



body {
	background: #fff url(../img/common/body_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font: .75em/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
}

a {
	text-decoration:none;
	color:#ff6633;
	outline: 0;
}
a:hover {
	color : #E40D2E;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#container_h {
	width: 800px;
	height: 100%;
	margin: 0 auto; 
	padding: 0;
	text-align: left;
}
#container {
	width: 800px;
	height: 100%;
	background: #fff url(../img/common/content_bg.gif) repeat-y;
	margin: 0 auto; 
	padding: 0;
	text-align: left;
}


/*ヘッダー*/
#header {
	width: 800px;
	height:120px;
	position: relative;
	background: #fff url(../img/common/body_bg.jpg) repeat-x;
	overflow:hidden;
}

#header .logo {
	width: 410px;
	height: 60px;
	position: relative;
	top:0px;
	left:0px;
	float:left
}
#header .tel {
	width: 245px;
	height: 40px;
	position: absolute;
		top:0px;
		right:0px;
	float:right
}

/*ヘッダーメニュー*/
#header .navi{
	width : 260px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 48px;
}

#head_navi li {
	list-style-type: none;
	float: left;
}

#head_navi li a{
	display:block;
	height : 20px;
	line-height: 1em;
	background: url(../img/common/header_nav.gif) no-repeat;
	text-indent: -9999px;
}

#head_navi li#home a {
	background-position: left top;
	width : 56px;
}
#head_navi li#home a:hover,
#head_navi li#home a.current {
	background-position: left -20px;
}
#head_navi li#privacy a {
	background-position: -56px top;
	width : 118px;
}
#head_navi li#privacy a:hover,
#head_navi li#privacy a.current {
	background-position: -56px -20px;
}
#head_navi li#inquiry a {
	background-position: -174px top;
	width : 81px;
}
#head_navi li#inquiry a:hover,
#head_navi li#inquiry a.current {
	background-position: -174px -20px;
}

/*グローバルメニュー*/
#header #g_nav{
	width : 800px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 61px;
	margin:0;
	padding:0;
}
#g_nav #global_navi{
	width : 763px;
	height: 40px;
	margin-left: 19px;
	margin-top: 2px;
}
#global_navi li {
	list-style-type: none;
	float: left;
}
#global_navi li a{
	display:block;
	height : 40px;
	line-height: 1em;
	background: url(../img/common/g_nav.png) no-repeat;
	text-indent: -9999px;
}
#global_navi li#inspection a {
	background-position: left top;
	width : 126px;
}
#global_navi li#inspection a:hover,
#global_navi li#inspection a.current {
	background-position: left -40px;
}
#global_navi li#usedcar a {
	background-position: -127px top;
	width : 128px;
}
#global_navi li#usedcar a:hover,
#global_navi li#usedcar a.current {
	background-position: -127px -40px;
}
#global_navi li#event a {
	background-position: -256px top;
	width : 127px;
}
#global_navi li#event a:hover,
#global_navi li#event a.current {
	background-position: -256px -40px;
}
#global_navi li#cardresser a {
	background-position: -384px top;
	width : 127px;
}
#global_navi li#cardresser a:hover,
#global_navi li#cardresser a.current {
	background-position: -384px -40px;
}
#global_navi li#company a {
	background-position: -511px top;
	width : 126px;
}
#global_navi li#company a:hover,
#global_navi li#company a.current {
	background-position: -511px -40px;
}
#global_navi li#reservation a {
	background-position: -637px top;
	width : 128px;
}
#global_navi li#reservation a:hover,
#global_navi li#reservation a.current {
	background-position: -637px -40px;
}


/*メインコンテンツ*/
#mainContent {
	width: 800px;
	height: 100%;
	margin: 0;
	clear:both;
}


/*フッター*/

#footer{
	clear:both;
	margin : 30px 0 10px;
	width : 800px;
	text-align: center;
	background: #fff url(../img/common/line.gif) repeat-x left top;
}
#footer .pagetop a{
	clear: both;
	position: relative;
	float: right;
	top: -17px;
	right: 9px;
	width: 137px;
	height: 17px;
	background: url(../img/common/pagetop.gif) no-repeat;
	text-indent: -5000px;
	display: block;
}
#footer .pagetop a:hover {
	background: url(../img/common/pagetop_on.gif) no-repeat;
}
#footer p {
	margin: 3px auto;
	font-size: 12px;
}
#footer p#footer_navi{
	font-size:12px;
	*margin-top: -19px;
	padding: 12px 0 8px;
	color:#aaa;
	width: 800px;
	background: url(../img/common/dot.gif) repeat-x left bottom;
}
.address {
	text-align: center;
	color:#666;
	line-height:1.5;
}

.copyright {
	width: 308px;
	background: url(../img/common/copyright.gif) no-repeat;
	text-indent: -5000px;
}


.left{
	float: left;
}
.right{
	float: right;
}

/* clearfix */
/* clearfixはfloat使用時に親要素の背景が途切れるのを防ぐのに使用します。親要素にこのクラスを適用します。 */
/* for modern browser */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
