.article:not(first) .contentbox_single{
    margin: 40px auto;
}

.article .contentbox_single {
    margin: 80px auto;
    width: 875px;
}

.article h3 {
    font-size: 1.5em;
    margin: 24px 0 0 0;
}

.article h4 {
    font-size: 1.2em;
	padding-bottom:12px;
    margin: 36px 0 12px 0;
    text-align: left;
	border-bottom: #000 2px dotted;
	color:#006633;
}

.article h5 {
    font-size: 1.1em;
    margin: 24px 0 0 0;
    text-align: left;
    color:#006633;
}

/*.article h5 span.sub {
    font-size: 16px;
}*/

.article .contentbox_single .left {
    margin: 12px 12px 12px 0;
}

.article .contentbox_single .right {
    margin: 12px 0px 12px 12px;
}

.article span.image_caption {
    display: block;
}

.article .contentbox_single p {
    margin: 24px auto;
    line-height: 1.5;
}

.overflowHidden {
    overflow: hidden;
}

.block_center {
    padding-left: 12px;
}

.article table {
    width: 642px;
    table-layout: auto;
    border-collapse: collapse;
    margin: 24px auto;
}

.article table,
.article table tr,
.article table td,
.article table th {
    border: 1px solid;
    vertical-align: middle;
}

.article table tr,
.article table td,
.article table th {
    padding: 8px;
}

.article table th {
    background-color: rgb(223, 255, 191);
}

.article table td {
    background-color: #FFF;
}

.article table caption {
    text-align: left;
    margin-bottom: 6px;
    font-weight: bold;
}

.article .contact_block {
    background: url(../img/concrete/contact_back.png) no-repeat;
    height: 145px;
    width: 645px;
    margin: auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 14px 0 0 0;
}

.article .contact_block .contact_title {
    background: url(../img/concrete/contact_text_title.png) no-repeat;
    margin: auto;
    display: block;
    width: 479px;
    height: 29px;
    margin: 0 auto 2px auto;
}

.article .contact_block .contact_address {
    background: url(../img/concrete/tel_fax.png) no-repeat;
    margin: auto;
    display: block;
    width: 613px;
    height: 52px;
    margin-bottom: 10px;
}

.article .contact_block .contact_mail a {
    background: url(../img/concrete/contact_mail.png) no-repeat;
    margin: auto;
    display: block;
    width: 269px;
    height: 26px;
}

