﻿@CHARSET "UTF-8";

/* Tags */
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    text-align: center;
    font-size: 0.9em;
    color: #333;
    background: url(images/body-bg.png) center repeat-y;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 1.7;
}

a {
    color: #FF7A00;
}

img {
    border: none;
}



/* Clearfix */
#body:after,
#header:after,
#header-nav ul:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

#body,
#header,
#header-nav ul,
.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html #body,
* html #header,
* html #header-nav ul,
* html .clearfix {
    height: 1%;
}

#body,
#header,
#header-nav ul,
.clearfix {
    display: block;
}
/* End hide from IE-mac */



/* Layout */
#container {
    position: relative;
    margin: 0 auto;
    width: 951px;
    min-height: 100%;
    background-color: #FFF;
    text-align: left;
}

* html #container {
    height: 100%;
}



#header {
    margin: 0 auto;
    padding: 0;
	background-position: top right;
    text-align: left;
    text-align: center;
}

#body {
    padding: 30px 15px 300px;
}

#content {
    width: 665px;
    float: left;
}

#sidebar {
    width: 240px;
    float: right;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 951px;
}



/* Header */
#header #description {
    margin: 0 auto;
    text-align: center;
    background: url(images/header-top-line-trans.png) repeat-x #B52636;/* 最上部のライン色　透過PNG使用 */
}
#header #description p {
    color: #FFFFFF;
    font-size: 0.8em;
    padding-left: 30px;
    margin: 0 auto;
    width:950px;
    text-align: left;
}

#header #header-images {
    width: 952px;
    margin: -1.5em auto 0px auto;
    overflow: hidden;
    height: 150px;
}
#header #header-images img{
    float: right;
    margin:-15px 0px 0px 0px;
}

#header #header-images h1 {
    margin-top: 50px;
    text-align: left;
    float: left;
    margin-left: 20px;
    background: #FAC03D; /* ロゴ色下　透過PNG使用 */
}

#header #header-images h1 #logo-top-color{
    display: block;
    width: 450px;
    height: 55px;
    margin-bottom: -90px;
    background: #B52636; /* ロゴ色上　透過PNG使用 */
}
#header #header-images h1 a {
    margin-top: 35px;
    width: 450px;
    height: 86px;
    display: block;
    background: url('images/logo-trans.png') no-repeat;
    text-indent: -999em;
    overflow: hidden;
    outline: none;
}


#header .menu{
    width: 950px;
    margin: -15px auto 15px auto;
}
#header .menu ul {
    list-style: none;
    height: 35px;
    padding-left: 40px;
    padding-top: 20px;
    background: url(images/headermenu-bg-trans.png) center bottom no-repeat #B52636; /* ヘッダメニュー色　透過PNG使用 */
}

#header .menu ul li {
    float: left;
    margin: 0px 1px 0 -1px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    height: 25px;
    padding-right:25px;
    padding-left:20px;
    background: url(images/headermenu-li-trans.png)  no-repeat;
}

#header .menu ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 1.2em;
    height: 35px;
    line-height: 35px;
    float: left;
}

#header .menu ul li a:hover {
    background-color: #FF7A00;
    color: #FFF;
}

#header #header-bottom-line {
    background: url(images/header-bottom-line-bg-trans.png) center bottom repeat-x #C16657; /* ヘッダライン色枠外　透過PNG使用 */
}
#header #header-bottom-line div {
    width: 952px;
    margin: 0 auto;
    background: url(images/header-bottom-line-bg-trans.png) center bottom repeat-x #804437; /* ヘッダライン色枠内　透過PNG使用 */
}


/* Sidebar */

#sidebar .menu ul {
    list-style: none;
    width: 218px;
}

#sidebar .menu ul li { /*　親メニュー　*/
    background: url(images/sidebarmenu-parent-trans.png) no-repeat #B52636;/* 親メニュー色　透過PNG使用 */
}

#sidebar .menu ul li.page-item-3  a,/*　ホーム　*/
#sidebar .menu ul li.page-item-61 a{ /*　お問い合わせ　*/
    background: url(images/sidebarmenu-li-right-trans.png) no-repeat;
}

#sidebar .menu ul li a {
    display: block;
    padding-left: 40px;
    text-decoration: none;
    color: #FFF;
    min-height:38px;        /* min-height hack  */
    height: auto !important; /* min-height hack  */
    height: 38px;           /* min-height hack  */
    line-height: 38px;
    font-weight: bold;
    font-size: 1.2em;
    background: url(images/sidebarmenu-li-down-trans.png) no-repeat;
}

#sidebar .menu ul li a:hover {
    color: #FF7A00;
    text-decoration: underline;
}

#sidebar .menu ul li ul li { /*　子メニュー　*/
    background: url(images/sidebarmenu-child-trans.png) repeat-y #F8E9EB;/* 子メニュー色　透過PNG使用 */
}
#sidebar .menu ul li ul li a{
    color: #666;
    font-size: 1em;
    padding: 5px 10px 0px 30px;
    background: url(images/sidebarmenu-childli-trans.png) no-repeat;
    line-height: 1.2em;
    border-bottom: dashed 1px #666;
    min-height:25px;        /* min-height hack  */
    height: auto !important; /* min-height hack  */
    height: 25px;           /* min-height hack  */
}

#sidebar h2 {
	font-size: 1.2em;
    margin-top: 20px;
    background:none;
    line-height: normal;
    padding-left: 0px;
}
#sidebar div#columntop {
    margin-top: 50px;
    background: url(images/sidebarmenu-parent-trans.png) no-repeat #B52636;/* 親メニュー色　透過PNG使用 */
    min-height:38px;        /* min-height hack  */
    height: auto !important; /* min-height hack  */
    height: 38px;           /* min-height hack  */
    width: 218px;
}
#sidebar div#columntop h2{
    line-height: 38px;
    color: #FFF;
    padding-left: 20px;
    margin: 0;
}
#sidebar ul li {
    list-style:none;
}

/* Footer */
#backtotop {
    margin-right: 40px;
    float: right;
    height: 72px;
    line-height: 0;
    background-color: #FFF;
}

#footer-board {
    clear: both;
    background-color: #804437;
    font-size: 0.9em;
    color: #FFF;
}

#location {
    float: left;
    width: 500px;
    margin: 15px 0 0 15px;
    display: inline;
}

#map {
    margin-right: 15px;
    float: left;
}

#address {
    float: left;
}

#address dt {
    margin-bottom: 1em;
    font-size: 1.4em;
    font-weight: bold;
    color: #FFF;
}

dl#address dd {
    color: #FFF;
    margin-bottom: 1em;
}	

#footer-nav {
    float: right;
    width: 340px;
    margin: 15px 15px 0 0;
    color: #FF7A00;
    list-style: none;
    display: inline;
}

#footer-nav li {
    width: 150px;
    padding-left: 10px;
    margin: 0 10px 5px 0;
    float: left;
    background: url(images/footermenu-square.png) 0 5px no-repeat;
}

#footer-nav a {
    text-decoration: none;
    color: #FFF;
}

#footer-nav a:hover {
    color: #FF7A00;
    text-decoration: underline;
}

#copyright {
    clear: both;
    margin: 0;
    padding: 0 5px 5px 0;
    text-align: right;
    color: #FFF;
}


h2 {
    background: url("images/h2-back.gif") no-repeat;
    line-height: 54px;
    padding-left: 20px;
    color: #333;
    margin-bottom: 15px;
}

h3 {
    color: #F28000;
    padding: 5px 0px;
    font-size: 1.2em;
}

.post small {
    margin-bottom: 30px;
    display: block;
}
