/*ページ全体*/
html,body {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka","sans-serif";
	background: #FFFFFF url('../images/bg.png') repeat-x;
	color: #666666;
	line-height: 160%;
	font-size: 11px;
}

h1 {
  font-size: 10px;
  font-weight:bolder;
  }

h2 {
  font-size: 14px;
  font-weight:bolder;
  }

a {
	color: #996633;
	text-decoration: underline;
}

a:hover {
	color: #663300;
	text-decoration: none;
}

img, img a {
	border: none;
}

* {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bolder;
	color: #664438;
}

/*大枠（1200px）*/
#wrapper {
	width: 940px;
	height: 1070px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

/*コンテンツ部分*/
#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

/*ヘッダー*/
#header {
	position: relative;
	width: 940px;
	height: 245px;
}

#headertop_logo {
	position: relative;
	float: left;
	width: 520px;
	height: 105px;
}

#headertop_blank {
	position: relative;
	float: left;
	width: 310px;
	height: 105px;
	background: url('../images/headerblank_bg.png') no-repeat;
}

#headertop_about {
	position: relative;
	float: right;
	width: 110px;
	height: 105px;
}

/*検索条件指定部分*/
#search {
	position: relative;
	float: left;
	width: 100%;
	height: 115px;
	background: url('../images/search_bg.png') no-repeat;
}

#search_genre {
	position: relative;
	float: left;
	width: 640px;
	margin-left: 190px;
	margin-top: 15px;
}

#btn_currentposition {
	position: relative;
	float: right;
	width: 100px;
	height: 40px;
	margin-top: 16px;
	margin-right: 10px;
}

#btn_search {
	position: relative;
	float: left;
	width: 100px;
	height: 40px;
	margin-top: 0px;
}

#btn_tellposition {
	position: relative;
	float: right;
	width: 100px;
	height: 40px;
	margin-right: 10px;
}

#btn_currentposition, #btn_search, #btn_tellposition {
	cursor: pointer;
	display: none;
}

#search_address {
	position: relative;
	float: left;
	width: 540px;
	height: 40px;
	padding-left: 190px;
	margin-top: 27px;
}

/*メイン部分（検索結果表示部分）*/
#mainframe {
	position: relative;
	width: 940px;
	height: 554px;
	background: url('../images/main_frame.png') no-repeat;
}

#main {
	position: relative;
	float: left;
	width: 900px;
	height: 480px;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 49px;
}

/*フッター*/
#footer {
	position: relative;
	width: 940px;
	height: 271px;
}

/*ツイッターリンク*/
#twitterlink {
	position: relative;
	float: right;
	width: 100%;
	height: 81px;
	text-align: right;
}

#footercontents {
	position: relative;
	float: left;
	width: 100%;
	height: 190px;
}

#footer_innter {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 40px;
	margin-top: 20px;
}

img.welcome, #map{
	position: absolute;
}

.searchModules, .searchBlockA1 {
	display: none;
	float: left;
}

#map_class1, #map_class2, #map_class3 {
	float: left;
	height: 20px;
}

#map_class1List, #map_class2List {
	margin-right: 10px;
}

#car_select {
	float: left;
	width: 380px;
}

#loading {
	width: 500px;
	height: 290px;
	margin-left: 400px;
	margin-top: 190px;
}

#pestatus {
	float: left;
}

