/*------------------------
  toraya BG & header_style
-------------------------*/


/************** index **************/

#wrapper {
    background: url(../images/common/img_body_bg.png) repeat;
    max-width: 1600px;
    min-width: 980px;
    margin: 0 auto;
}

/************** ヘッダー **************/

#header {
    max-width: 1600px;
    min-width: 980px;
}

.check_header { 
    background: url(../check/img/check_hd.jpg) no-repeat;
    background-position: center;
    height: 240px;
    vertical-align: middle;
}
.blog_header { 
    background-color: #F9F9F9;
    height: 40px;
}

#header .header_inner {
    width: 980px;
    margin: 0 auto;
    display: inline-block;
}

#header .header_inner .header_l {
    width: 230px;
    display: inline-block;
    float: left;
}

#header .header_inner .header_l img {
    margin: 0 0 10px 0;
}

#header .header_inner .header_r {
    width: 700px;
    height: 56px;
    text-align: left;
    display: inline-block;
    float: right;
    margin: 135px 0 0 0;
}

#header .header_inner .header_r a {
    text-decoration: none;
    vertical-align: 1px;
    color: #961c04;
    font-size: 75%;
}

#header .header_inner .header_r a:hover {
    text-decoration: underline;
}

#header .header_inner h1 {
    width: 700px;
    display: inline-block;
    float: right;
}

#header .header_inner .header_r span {
    background: url(../images/common/pan_icon.png) no-repeat;
    background-position: 7px 2px;
    font-size: 75%;
    display: inline-block;
    margin: 0 0 44px 0;
    padding: 0 0 0 20px;
    color: #404040;
}

