@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
    トップページ
------------------------------------------------------------*/
#conts {
    width: 920px;
    margin-bottom: 50px;
}

#conts p {
    padding: 0 0 20px 0;
}

#conts .box {
    margin: 50px 50px 0;
}

#conts .box .photo {
    width: 250px;
    margin: 0 0 20px 0px;
    
    text-align: center;
    line-height: 30px;
}

#conts .box .photo img {
    margin: 0 50px;
}

#conts .box li {
    padding-bottom: 20px;
}

#conts .rightText {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: right;
}

#conts .bottomMenu {
    width: 820px;
    margin: 0 50px 20px;
    padding: 10px 0 10px;

    background:#081C41;
}

#conts .bottomMenu ul {
    width: 740px;
    margin: 0 0 0 80px;
    overflow: hidden;
}

#conts .bottomMenu ul li {
    margin: 0 45px 0 0;
    padding: 0 0 0 13px;
    
    background: url(../img/greenting/ul-style.jpg) no-repeat left 3px;
    float: left;
}

#conts .bottomMenu ul li a {
    color:#fff;
    
    text-decoration: none;
}

h2.main {
    width: 920px;
    height: 97px;
    background: url(../img/greenting/h2_img01.jpg);
    text-indent: -9999px;
}

h2.outline {
    width: 920px;
    height: 97px;
    background: url(../img/chief/h2_history.gif);
    text-indent: -9999px;
}

/*------------------------------------------------------------
    事務所長の略歴
------------------------------------------------------------*/

#conts dl, dt, dd {
    float: left;
}

#conts dt, dd {
    padding: 5px 0 5px 0;
}

#conts dl {
    width: 550px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 5px 0;
    float: left;
}

#conts dt {
    width: 100px;
    float: left;
}

#conts .date{
    width: 150px;
    float: left;
    margin-right: 20px;
    /* text-align: right; */
}

#conts .profHistory{
    width: 250px;
    float: left;
}

