@charset "utf-8";

/* === ヘッダ === */
#header{
	width:100%;
	background-color:#fff;
}

#header #headerArea{
	width:946px;
	height:85px;
	margin:0 auto;
	padding-top:14px;
}

#header #headerArea #logo,
#header #headerArea #searchArea,
#header #headerArea #mypage{
	float:left;
}

/* === Logo Area === */

#header #headerArea #logo{
	margin-top:10px;
	width:202px;
	height:52px;
}

#header #headerArea #logo h1{
	margin:0;
	padding:0;
}

/* === Search Area === */

#header #headerArea #searchArea{
	padding-left:40px;
	width:415px;
	height:74px;
	background:transparent url(https://cdn.autoc-one.jp/static/common2/images/common/common_bg_search_01.gif) no-repeat 40px top;
	position:relative;
}

#header #headerArea #searchArea ul{
	height:24px;
	padding-left:4px;
}

#header #headerArea #searchArea li{
	float:left;
	margin-right:1px;
}
#header #headerArea #searchArea li a {
	display: block;
}
#header #headerArea #searchArea li a.current img{
	visibility: hidden;
}

#header #headerArea #searchArea fieldset{
	clear:left;
	background: url(https://cdn.autoc-one.jp/static/common2/images/common/common_bg_search_02.gif) no-repeat 8px 6px;
	height: 30px;
	position: relative;
}

#header #headerArea #searchArea .search-box{
	padding:3px;
	width:294px;
	height:18px;
	font-size:120%;
	border:none;
	background-color:transparent;
	position:absolute;
	top:6px;
	left:29px;
}

#header #headerArea #searchArea .search-btn{
	background-color:transparent;
	position:absolute;
	top:6px;
	left:335px;
	zoom: 1;
}

#header #headerArea #searchArea dl{
	position:absolute;
	top:63px;
	left:40px;
}

#header #headerArea #searchArea dt{
	display:inline;
}

#header #headerArea #searchArea dt img{
	margin-right:4px;
}

#header #headerArea #searchArea dd{
	display:inline;
	font-size:12px;
}

#header #headerArea #searchArea p{
	padding:5px 0 0 5px;	
}

/* === Mypage Login Area === */

#header #headerArea #mypage{
	float:right;
	margin-top:1px;
	width:258px;
	height:61px;
	padding-top:12px;
	background:transparent url(https://cdn.autoc-one.jp/static/common2/images/common/common_bg_login.gif) no-repeat center top;
}

#header #headerArea #mypage p{
	text-align:center;
	margin-bottom:17px;
}

#header #headerArea #mypage p img{
	vertical-align:middle;
	margin:0 3px 0 4px;
}

/* === Global Navigation === */

#navGlobal{
	width:100%;
	background:#eff1f2 url(https://cdn.autoc-one.jp/static/common2/images/common/common_bg_gNavi_01.gif) repeat-x center top;
}

#navGlobal ul{
	width:970px;
	height:37px;
	overflow:hidden;
	margin:0 auto;
}

#navGlobal ul li{
	float:left;
}

/* === Bread Clumbs === */

#breadcrumbs{
	width:970px;
	margin:0 auto;
	height:18px;
	padding-top:5px;
	text-indent:13px;
	font-size:80%;
	line-height:100%;
	text-align:left;
}

