@charset "UTF-8" ;

body {
    width:986px;
    margin:8px;
    font-size: 14px;
//    font-family:'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
}

a img {
    border: 0px ;
    text-decoration: none;
} 

.left-menu {
    width: 14em;
    float: left;
    background-color: #000080;
    color: #FFF;
    text-align: center;
}

.center {
    text-align: center;
}

.block-align-center {
/* 前の要素に text-align:centerが必要 */		    
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

.menu img {
    display: block;
}

.main-contents {
    width: 52em;
    float: left;
    margin: 8px;
    margin-right: 0px;
}

.home {
    text-align: center;
}

.home-table a {
    text-decoration: none;
}

.salute-text div {
    font-size: 16px;
    margin: 10px;
}

.salute-text .center div {
    font-size: 18px;
    text-align: center;
    margin: 0px;
}

#company-html {
    text-align: center;
}

#company-html table {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 3px 3px;
    border: 2px gray outset;
}

#company-html td {
    border: 1px gray solid;
    font-size: 16px;
    padding: 4px;
    text-align: left;
}


#seek-html {
    text-align: center;
}

#seek-html table {
/*     width: 600px; */
    margin-left: auto;
    margin-right: auto;
    border-spacing: 3px 3px;
    border: 2px gray outset;
}

#seek-html td {
    border: 1px gray solid;
    font-size: 16px;
    padding: 4px;
    text-align: left;
    white-space: nowrap;
}

#map-html {
    text-align: center;
}

#map-html .title{
    font-size: 18px;
    font-weight: bold;
    color: #000080;
}

.nowarp {
    white-space: nowrap;
}

.font-i {
    color: #808080;
    font-family: Times;
    font-style: italic;
}

.font-huge {
    font-size: 24px;
}

.font-large {
    font-size: 18px;
}

.font-middle {
    font-size: 16px;
}

.font-normal {
    font-size: 14px;
}

.font-small {
    font-size: 12px;
}
