body {
    margin: 0.5em 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: justify;
    line-height: 175%;
}

body {
    margin: 0 auto;
    padding: 0;
    color: #545454;
    background-color: #FFFFFF;
    background-image: url('../img/common/page_t.jpg');
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: top left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
}

h2.ttl-name {
    margin: 0.8em 0;
    font-size: 16px;
    color: #233E8B;
}

h2.ttl-maker {
    font-size: 12px;
    color: #fff;
    background: url(../img/common/blockheader.png) repeat-x center center;
    padding: 10px;
}

h3.ttl-page {
    margin: 0.8em 0;
    font-size: 16px;
    color: #233E8B;
}

h4.ttl-page {
    margin: 1em 0;
    font-size: 13px;
    color: #4B6FD2;
}

a,
.art-post li a {
    text-decoration: underline;
    color: #757575;
}

a:link,
.art-post li a:link {
    text-decoration: underline;
    color: #757575;
}

a:visited,
a.visited,
.art-post li a:visited,
.art-post li a.visited {

    color: #3B3B3B;
}

a:hover,
a.hover,
.art-post li a:hover,
.art-post li a.hover {
    text-decoration: none;
    color: #2C4FAF;
}

header {
    width: 100%;
    margin: 0;
}


header h1 img {
    display: block;
    margin: 0 auto;
}

main {
    width: 1000px;
    margin: 10px auto 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

#topslide, #topimage {
    width: 1000px;
    height: 420px;
    margin: 0 auto;
}

#leftside {
    width: 210px;
    padding: 0;
}

nav {
    margin-bottom: 20px;
}

nav li:not(:last-child) {
    border-bottom: 1px dashed #ccc;
}

nav li a:link,
nav li a:visited,
nav li a:hover {
    display: block;
    line-height: 35px;
    color: #1C1C1C;
    padding: 0 10px 0 10px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
}

nav li a:hover {
    color: #2C4FAF;
}

nav li.active a:link {
    color: #233E8B;
}



#rightside {
    width: 165px;
    padding: 0;
}

#content {
    width: 590px;
    margin: 0 10px;
}

footer {
    width: 1000px;
    margin: 0 auto 10px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: url(../img/common/footer_b.png) repeat-x center center;

}

.gray {
    background-color: #ededed;
    padding: 5px;
}

.font18 {
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.red {
    color: #F00;
}

.gray_bd {
    background-color: #F7F7F7;
    padding: 5px;
    border: 2px dotted #CCC;
}

.pad10 {
    padding: 10px;
}

.gray_left {
    background-color: #ededed;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

.line {
    border-bottom-width: 3px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    border-top-width: 3px;
    border-top-style: dotted;
    border-top-color: #CCC;
}

.bd10 {
    border: 10px solid #CCC;
    width: 590px;
}

ol.num {
    padding:0 10px 10px;
}
ol.num li {
    list-style: decimal;
    margin:0 0 0 30px;
    line-height:1.3;
}
ul.dott {
    margin:10px 0 10px 30px;
}
ul.dott li {
    background-image: url('../img/common/postbullets.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
    overflow: auto;
}

table.coll {
    border-collapse: collapse;
}

.table5_top {
    padding: 5px;
    text-align: top;
    background-color: #EDEDED;
}

.cont_table {
    background-color: #ededed;
    padding: 10px;
    vertical-align: top;
}