@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../page/style.css";

/* page-title
----------------------------------------------- */
#pageTitle {
    width: 780px;
    margin: 0 auto;
    border-bottom: solid 3px #dd2200;
}
#pageTitle h1 {
    padding: 0;
    color: #dd2200;
    font-size: 183%;
    font-weight: bold;
}

/* side-menu
----------------------------------------------- */
#sideMemu {
    margin-bottom: 30px;
}
#sideMemu ul {
}
#sideMemu ul li {
    margin-bottom: 3px;
    border-top: solid 1px #dd2200;
}
#sideMemu ul li a {
    display: block;
    padding: 10px;
    background-color: #efefef;
    text-decoration: none;
    color: #000;
    zoom: 100%;
}
#sideMemu ul li a:hover {
    font-weight: bold;
}
.page-id-6 #sideMemu ul li.menu1 a,
.page-id-9 #sideMemu ul li.menu2 a {
    background-image: url("../piece/images/ic_e_red_arrow.gif");
    background-repeat: no-repeat;
    background-position: 184px center;
    font-weight: bold;
}

/* staff
----------------------------------------------- */
.staff div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #008b00;
}
