/* レイアウトの設定 */
body{
 margin:0px;
 padding:0px;
 text-align:center;
 background-color:#000000;
}

img {
 border:0;
}

/* ラッパーの設定 */
#wrap{
 position:relative;
 width:750px;
 margin:0px auto;
 text-align:left;
 color:#FFFFFF;
}

/* ロゴの設定 */
#logo{
 margin:30px 0px;
 width:750px;
}

/* ヘッダーの設定 */
#head{
 margin:30px 0px;
 width:730px;
 height:72px;
 border:#369de0 solid 10px;
}
#head img{
padding:24px 24px 24px 550px;
}

/* メインの設定 */
#main{
 margin:30px 0px;
 width:750px;
}

/* メイン左側の設定 */
#tsuzuki{
 width:340px;
 border:#FFFFFF solid 10px;
}
/* メイン右側の設定 */
#kohoku{
 width:340px;
 border:#FFFFFF solid 10px;
}

/* フッターの設定 */
#foot{
 position:relative;
 margin:30px 0px;
 width:730px;
 height:62px;
 /*border:#999999 solid 10px;*/
 clear:both;
}

/** 画像切り替え設定 **/

/* MINI 横浜都筑の画像設定 */
.tsuzuki-rollover a {
 display:block;
 width:340px;
 height:280px;
 background:url(img/main_tsuzuki.jpg) no-repeat left top;
 line-height:1px;
 text-indent:-9999px;
 text-decoration:none;
 outline:none;
}
.tsuzuki-rollover a:hover {
 background-position:left bottom;
}

/* MINI 横浜港北の画像設定 */
.kohoku-rollover a {
 display:block;
 width:340px;
 height:280px;
 background:url(img/main_kohoku.jpg) no-repeat left top;
 line-height:1px;
 text-indent:-9999px;
 text-decoration:none;
 outline:none;
}
.kohoku-rollover a:hover {
 background-position:left bottom;
}

/* ミニブログの画像設定 */
.blog-rollover a {
 display:block;
 width:249px;
 height:72px;
 background:url(img/teaser_blog.jpg) no-repeat left top;
 line-height:1px;
 text-indent:-9999px;
 text-decoration:none;
 outline:none;
}
.blog-rollover a:hover {
 background-position:left bottom;
}

/* Nicole MINI Test Driveの画像設定 */
.testdrive-rollover a {
 display:block;
 width:249px;
 height:72px;
 background:url(img/teaser_testdrive.jpg) no-repeat left top;
 line-height:1px;
 text-indent:-9999px;
 text-decoration:none;
 outline:none;
}
.testdrive-rollover a:hover {
 background-position:left bottom;
}

/* MINI NEXT 中古車検索の画像設定 */
.usedvehicles-rollover a {
 display:block;
 width:249px;
 height:72px;
 background:url(img/teaser_usedvehicles.jpg) no-repeat left top;
 line-height:1px;
 text-indent:-9999px;
 text-decoration:none;
 outline:none;
}
.usedvehicles-rollover a:hover {
 background-position:left bottom;
}
