@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
    トップページ
------------------------------------------------------------*/
#conts {
    width: 920px;
}

#conts p {
    padding: 0 0 20px 0;
}

#conts .box {
    margin: 50px 50px 0;
}

#conts .box .photo {
    width: 306px;
    margin: 0 0 20px 20px;
    
    text-align: center;
    line-height: 30px;
}
/*------------------------------------------------------------
    事務所長からの挨拶用
------------------------------------------------------------*/
#conts .box .photo3 {
    width: 306px;
    margin: 0 0 250px 20px;
    
    text-align: center;
    line-height: 30px;
}
/*------------------------------------------------------------
    旭川事務所の概要写真用
------------------------------------------------------------*/
#conts .box .photo2 {
    width: 306px;
    margin: 0 0 20px 20px;
    
    text-align: center;
    line-height: 30px;
}

#conts .box .photo img {
    margin: 0 80px;
}

#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/office/h2_outline.gif);
    text-indent: -9999px;
}
h2.messagefull {
    width: 920px;
    height: 97px;
    background: url(../img/greenting/h2_message_hull.gif);
    text-indent: -9999px;
}


