body {
    background: #8a8a8a;
}

body * {
    font-family: 'Lucida Grande', 'Tahoma', 'Arial', system-ui, sans-serif;
    line-height: 1.3;
}

div.clear {
    height: 1px;
    clear: both;
}

.clearfix:after {
    display: block;
    clear: both;
    content:"";
}

.clearfix{
    zoom:1
}

img {
    border: none;
}

div.sizecontainer {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

div#whitewrapper {
    background: white url(../media/images/body_bg.png) repeat-x top center;
    padding: 0 0 15px;
}

div#header {
    position: relative;
    height: 142px;
    background: transparent url(../media/images/header_pic.jpg) no-repeat top right;
}

div#header h1 {
    position: absolute;
    top: 14px;
    left: 0px;
}

div#header div.navis {
    position: absolute;
    top: 68px;
    left: 535px;
}

div#header div#gnavi {
    position: absolute;
    border-right: 1px solid #ccc;
    top: 103px;
    left: 0;
}

div#header div#gnavi li {
    float: left;
}

div#header div#gnavi li a {
    display: block;
    width: 127px;
    height: 31px;
    padding: 0 0 0 10px;
    line-height: 31px;
    background-image: url(../media/images/gnavi_bg.png);
    background-position: left top;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

div#header div#gnavi li a:link,
div#header div#gnavi li a:visited {
    color: #593d06;
}

div#header div#gnavi li a:hover {
    background-position: left bottom;
}

div#header div#gnavi li.selected a {
    color: #bb3805;
}

div.left {
    float: left;
}

div.right {
    float: right;
}

div#localtitle {
    position: relative;
    height: 55px;
    background: transparent url(../media/images/localtitle.jpg) no-repeat top left;
    margin-bottom: 15px;
    overflow: hidden;
}

div#localtitle h2 {
    color: #382d0b;
    position: absolute;
    font-size: 18px;
    top: 17px;
    left: 70px;
    line-height: 24px;
}

div#localtitle.has_menu {
    height: 85px;
}

div.menu_under_title {
    position: absolute;
    top: -45px;
    right: 0;
}

div.menu_under_title li a {
    display: block;
    padding: 0 5px 0 40px;
    height: 30px;
    line-height: 30px;
    background: transparent url(../media/images/localmenu_bg.png) no-repeat top left;
    border-right: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

div.menu_under_title li a:hover {
    background: transparent url(../media/images/localmenu_bg_over.png) no-repeat top left;
    color: #630;
}

div#footer {
    padding: 0;
    margin-top: 10px;
    height: 100px;
}

div#footer ul.depth1 {
    position: absolute;
    top: 5px;
}

div#footer ul.depth1 li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    float: left;
}

div#footer ul.depth1 li.last {
    border-right: none;
}

div#footer ul.depth1 li a {
    line-height: 1.4;
    text-decoration: none;
}

div#footer ul.depth1 li a:link,
div#footer ul.depth1 li a:visited {
    color: #efefef;
}

div#footer ul.depth1 li a:hover,
div#footer ul.depth1 li a:active {
    color: white;
}

div#footer div.logo {
    position: absolute;
    top: 35px;
    right: 5px;
}

ul#sns_buttons {
    position: absolute;
    top: 30px;
    margin: 5px;
    overflow: hidden;
}

ul#sns_buttons li {
    float: left;
}

ul#sns_buttons li.mixi {
    width: 120px;
    height: 25px;
    overflow: hidden;
}