html {
    height:   100%;
    overflow: hidden;
}

#header {
    min-width:     1012px;
    height:        70px;
    border-top:    4px solid #3da414;
    overflow:      hidden;
}
#header .wrap {
    min-width:    951px;
    margin-left:  9px;
    margin-right: 10px;
}

#header .wrap2 {
    min-width:    951px;
    margin-left:  9px;
    margin-right: 10px;
}

#header .head01 {
    float:     left;
    font-size: 65%;
}

#header .head02 {
    float: left;
    width: 165px;
}
#header .head02_1 {
    padding:          5px 4px 2px 3px;
    background-color: #f4f4f4;
    border-left:      1px solid #dbdbdb;
    border-right:     1px solid #dbdbdb;
    text-align:       center;
}
#header .head03 {
    float: left;
}
#header .head03_1 {
    padding-top:  5px;
    padding-left: 4px;
}
#header h1 {
    clear:       both;
    padding-top: 9px;
}
#header .head04 {
    float: right;
}
#header .banner_head {
    width:         468px;
    height:        60px;
    margin-top:    5px;
    margin-bottom: 5px;
}
#header .head05 {
    clear:            both;
    height:           27px;
    background-color: #fff;
    border-top:       1px solid #cfd0cf;
}
#header .head06 {
    height:           25px;
    margin-top:       1px;
    margin-bottom:    1px;
    background-color: #edf7e5;
}

/* ヘッダー部と地図の境界線 */
.head_02bottom {
    background: url(../img/head02.png) no-repeat top left;
    width:      165px;
    height:     4px;
}
/* ロゴ */
.head_logo {
    background: url(../img/header_sitelogo_map.gif) no-repeat top left;
    width:      252px;
    height:     32px;
    cursor:     pointer;
    position: relative;
}


/* フッターの境界線 */
#ds_foot {
    min-width:        1012px;
    width:            100%;
    position:         absolute;
    bottom:           80px;
    height:           5px;
    background-image: url(../img/ds_foot.png);
    z-index:          40000;
}

/* フッター */
#footer {
    min-width:  1012px;
    width:      100%;
    position:   relative;
	bottom:     0px; 
    height:     77px;
    border-top: 4px solid #3da414;
}

/* フッター 広告バナー部分囲い込み */
#footer .wrap {
    width:         1012px;
    margin-top:    4px;
    margin-bottom: 4px;
    margin-left:   5px;
    margin-right:  5px;
}
#footer .banner_foot01 {
    float:        left;
    width:        330px;
    height:       40px;
    margin-right: 5px;
}
#footer .banner_foot02 {
    float:        left;
    width:        330px;
    height:       40px;
    margin-right: 5px;
}
#footer .banner_foot03 {
    float:  left;
    width:  330px;
    height: 40px;
}

#footer .foot01 {
    height:           23px;
    margin-top:       4px;
    background-color: #fff;
    border-top:       1px solid #cfd0cf;
}
#footer .foot02 {
    height:           22px;
    margin-top:       1px;
    background-color: #edf7e5;
}
#footer .foot03 {
    min-width:    330px;
    margin-left:  10px;
    margin-right: 10px;
}

* html #footer .foot03 {
    border-right: 300px solid #edf7e5;
    zoom:         1;
}
* html #footer .box {
    display:      inline-block;
    position:     relative;
    margin-right: -300px;
    zoom:         1;
}

#footer .foot04 {
    padding-top: 5px;
    font-size:   65%;
}

/* テキストエリア／各タブの帯部分 */
#textAreaTabObi {
    clear:            both;
    height:           30px;
    background-color: #fff;
    background:       url(../img/textarea_tab_00_bg.gif) repeat-x;
}

/* テキストエリア／タブ共通 */
#textAreaTabObi #textAreaTab {
    width:       325px;
    float:       left;
    margin-top:  6px;
    margin-left: 5px;
    display:     inline;
}
/* テキストエリア／おトク */
#textAreaTab #textAreaTab1 {
    float:      left;
    width:      70px;
    height:     24px;
    background: url(../img/tab1_on.png) no-repeat;
    cursor:     pointer;
}
/* テキストエリア／営業時間 */
#textAreaTab #textAreaTab2 {
    float:      left;
    width:      70px;
    height:     24px;
    background: url(../img/tab2_on.png) no-repeat;
    cursor:     pointer;
}
/* テキストエリア／ドライブ */
#textAreaTabDrive {
    float:       left;
    width:       70px;
    height:      24px;
    display:     inline;
    background:  url(../img/textarea_tab_drive_on.png) no-repeat;
    cursor:      pointer;
    margin-left: 5px;
    margin-top:  6px;
}
/* 影 */
#cDsHead {
    min-width:        652px;
    width:            100%;
    position:         absolute;
    top:              104px;
    height:           3px;
    background-image: url(../img/ds_head.png);
    z-index:          40000;
    left:             330px;
}


img {
    margin:  0;
    padding: 0;
    border:  none;
}

.btn_search {
    cursor:     pointer;
	/*margin-left: 10px;*/
	/*padding-left: 10px;*/
}

#btn_s1 {
    position:         relative;
    left:             170px;
	top:              5px;
}

#btn_s2 {
    position:         relative;
    left:             -20px;
	top:              3px;
}

