@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content .section {
    background: #F2E9E7;
    padding: 55px 55px 50px;
    position: relative;
    width: 690px;
    margin: 0 auto;
}
#content .section p.title.left{
    position: relative;
    margin-left: -70px;
    margin-bottom: 30px;
}
#content .section p.title.right{
    position: relative;
    margin-right: -70px;
    text-align: right;
    margin-bottom: 30px;
}
#content .section .imgleft .image{
    margin-right: 30px;
}
#content .section .imgright .image{
    margin-left: 30px;
}
#content .section .box{
    margin-bottom: 70px;
}
#content .section .box.none{
    margin-bottom: 0px;
}
#content .section .box p{
    height: 240px;
    display: table-cell;
    vertical-align: middle;

}

#content .addtext {
    margin: 0 15px;
				padding: 20px 0px 0px 0px;
}
#content .addtext p {
    margin: 0 0px 20px 0px;
}
