@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 #0077d7;
}
#pageTitle h1 {
    padding: 0;
    color: #0077d7;
    font-size: 183%;
    font-weight: bold;
}

/* side-menu
----------------------------------------------- */
#sideMemu {
    margin-bottom: 30px;
}
#sideMemu ul {
}
#sideMemu ul li {
    margin-bottom: 3px;
    border-top: solid 1px #0077d7;
}
#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-2 #sideMemu ul li.menu1 a,
.page-id-9 #sideMemu ul li.menu2 a {
    background-image: url("../piece/images/ic_a_blue_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;
}
