@charset "utf-8";
/*-----------------------------
    all
------------------------------*/
*{
	margin: 0;
	padding: 0;
}

div#world ul, div#world li {
	list-style: none;
	list-style-position: outside;
}

div#world li img {
	vertical-align: bottom;
}

div#world a:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
}

div#world a:link { color: #0099FF; }
div#world a:visited { color: #0099FF; }
div#world a:hover { color: #ff6600; }
div#world a:active { color: #ff6600; }

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


#world, #world p {
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "osaka", sans-serif;
	text-align: center;
}

.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

/*-----------------------------
    starts
------------------------------*/
div#container2, div#world {
	width: 100%;
}

div.logo {
	width: 100%;
	background-color: #000000;
	text-align: center;
}

#world div.main {
	width: 100%;
	height: 600px;
	background: url(../images/main_back.jpg) repeat-x;
}

#world h1 {
	height: 600px;
	background: url(../images/main.jpg) center top no-repeat;
	text-indent: -9999px;
}

div.link {
	width: 100%;
	height: 105px;
	background-color: #7B5223;
}

div.green {
	background-color: #3CB37A;
	margin-bottom: 30px;
}

div.pink {
	background-color: #D7003A;
}

div.blue {
	background-color: #27427A;
}

div.red {
	background-color: #FF0000;
}

div.link div {
	width: 980px;
	margin: 0 auto;
}

div.link div img {
	float: left;
	display: inline;
}

div.link div a img {
	margin-top: 15px;
}

div.cars {
	width: 100%;
	margin: 0 auto 30px;
}

div.cars h3 {
	padding-bottom: 30px;
}

div.cars .pb {
	padding-bottom: 25px;
}

div.cars p.pb0 {
	padding-bottom: 0;
}

#world div.page_top {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#world div.page_top p {
	text-align: right;
}

/*-----------------------------
    #footer_shop
------------------------------*/
div.footer_shop_wrap {
	width: 980px;
	margin: 0 auto 30px;
}

#footer_shop {
	padding: 0 0 25px;
	border: 20px solid #2f2f2f;
}
#footer_shop p {
	background: #2f2f2f;
	padding: 0 0 20px;
	margin-bottom:25px;
}
#footer_shop dl {
	margin: 0 20px 25px;
}
#footer_shop dl.lastChild {
	margin-bottom: 0;
}
#footer_shop dt {
	background: #888;
	text-align: left;
	color: #fff;
	padding: 8px 14px 6px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	clear:both;
}
#footer_shop dd a {
	width: 250px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 12px 0 10px 36px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	margin: 0 20px 0 0;
	background: url(../images/icon_arw.png) 13px center no-repeat;
	position: relative;
}
#footer_shop dd a:hover {
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: #ffeaf1;
}
#footer_shop dd.lastChild a {
	margin-right: 0;
}
#footer_shop dd img.new {
	vertical-align: top;
	margin-left: 8px;
}
#footer_shop dd img.used {
	position: absolute;
	top: 9px;
	right: 0;
}