body, div, span, a, img, h1, h2, h3, h4, h5 { padding: 0; margin: 0; }

body {
    background: #E2E2E2;
    line-height: 175%;
}
#wrapper { 
    margin: 0 auto;
    width: 1000px;
}
#faux {
    background:white;
    margin-bottom: 2px;
    width: 100%;
    overflow: hidden;
}
#header {
    color: #333;
    width: 1000px;
    padding: 0px;
    /*height: 439px;*/
    margin: 30px 0px 0px 0px;
    background: white;
    border-top: 2px solid #BBB;
}
#navigation {
    color: white;
    padding-left: 24px;
    height: 46px;
    margin: 0px 0px 2px 0px;
    background: #252525;
}
#rightcolumn { 
    display: inline;
    color: #333;
    margin: 10px;
    padding: 0px;
    width: 255px;
    float: right;
}
#leftcolumn { 
    float: left;
    color: #333;
    margin: 10px;
    padding: 0px;
    width: 701px;
    display: inline;
    position: relative;
}
#footer { 
    width: 980px;
    clear: both;
    color: #333;
    background: white;
    margin: 0px 0px 160px 0px;
    padding: 10px;
}
.clear {clear: both; background: none;}

/* rightcolumn Additional */
.r-column-gglAd { margin-top: 1em; margin-bottom: 1em; text-align: center; }

/* ---------------------------------------- */
/* footer */
#footer ul {
    margin:0 auto 5px;
    padding: 0;
    text-align:center;
}

#footer ul li {
    display:inline;
    margin-right:5px;
    padding: 0 5px;
    line-height: 1.1;
    border-left: 2px solid #E2E2E2;
}

#footer ul li.utilityHome {
    border-left:0;
}

#footer p#copyright {
    text-align:center;
    margin-bottom:0;
}

/* ---------------------------------------- */
/* header */
.headerTextArea {
    margin: 2em 1em 1em 3em;
}
.headerTitle a{
    text-decoration: none;
    color: black;
    font-size: 2rem;
    font-weight: bold;
}
.headerExp {
    color: #7A7A7A;
}
.headerImgArea img {
    border-top:    solid 2px #aaa;
    border-bottom: solid 2px #aaa;
}

/* ---------------------------------------- */
/* content */
.cntntArea {
    margin: 1em 1.5em 1em 1.5em;
}
.cntntTtl {
    margin: 0.2em 0 2em 0;
}
.cntntTtl h2 {
    margin: 0 0 1em 0;
    line-height: 120%;
}
.cntntTtl h1 {
    margin: 0 0 1em 0;
    line-height: 120%;
}
.cntntTtl a {
    color: #000;
    text-decoration: none;
}
.cntntMain {
    margin-top: 1em;
}

/* Content header */
.cntntHdrImg {
    float: left;
    margin-right: 16px;
}
.cntntHdrSplit {
    display: none;
}
.cntntHdrTtl {
    font-size: 125%;
}
.cntntHdrBtm {
    clear: both;
    margin-bottom: 2em;
}

/* ---------------------------------------- */
/* page navi */
ul.pgNavi {
    padding: 0;
    margin: 0;
}
ul.pgNavi li {
    list-style-position: inside;
    list-style-type: none;
    float:left;
    width: 2.7em;
    height: 2.7em;
    position:relative;
    margin-right: 6px;
    margin-bottom: 6px;
    z-index: 10
}

ul.pgNavi li a, ul.pgNavi li span.notA {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.7em;
    text-align: center;
    /*vertical-align: middle;*/
    font-weight: bold;
    color: #000;
    background: #ccc;
    position: relative;
    border: solid 1px gray;
}
ul.pgNavi li a:hover {
    background: #eee;
}
ul.pgNavi li span.notA {
    background: #fff;
}

/* ---------------------------------------- */
/* menu category */
.menuTtl {
    font-size: 120%; font-weight: bold;
}

.menuCat > ul {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    padding-left: 1em;
    margin-left: 1em;
}
/*.menuCat ul li {}*/
.menuCat > ul ul {
    padding: 0;
    margin-left: 1em;
}

/* ---------------------------------------- */
/* Tip */
.tipLnk {
    background: #ddd;
    padding: 3px 2px 1px 2px;
    color: black;
    border: solid #888 1px;
}

pre {
    white-space: pre-wrap !important;
}

/*========================================
    Screen Width > 1024px
========================================*/
@media screen and (min-width: 1024px) {
    /* header */
    .headerExp {
        font-size: 90%;
    }

    /* Tip */
    .tipLnk {
        font-size: 80%;
    }
}

/*========================================
    Screen Width <= 1024px
========================================*/
@media screen and (max-width: 1024px) {
    body {
        /*font-size: clamp(24px, 150%, 28px) !important;*/
        font-size: clamp(24px, 100%, 28px) !important;
    }
    textarea,
    input[type=button] {
        font-size: clamp(24px, 150%, 28px) !important;
    }

    a {
        display: inline-block !important;
        box-sizing: border-box !important;
        /*margin: clamp(24px, 0.55em, 32px) clamp(24px, 0.5em, 32px) !important;*/
        margin: clamp(4px, 0.1em, 32px) clamp(4px, 0.1em, 32px) !important;
    }

    img {
        display: inline !important;
    }

    /* Header */
    #header img {
        max-width: 100%;
        height: auto;
    }
    #wrapper,
    #header,
    .headerImgArea {
        margin: 0 0;
        width: 100%;
        height: auto;
    }
    .headerImgArea img {
        border: none;
    }
    .headerTextArea {
        margin: 1em;
    }

    /* Column */
    #rightcolumn {
        display: block;
        float: none;
        width: auto;
        padding: 1em 0;
    }

    #leftcolumn {
        display: block;
        float: none;
        width: auto;
    }
    .cntntArea {
        margin-left: 0;
        margin-right: 0;
    }
    .cntntArea img {
        max-width: 100%;
        height: auto;
    }

    /* Content header */
    .cntntHdrImg {
        float: none;
        vertical-align: bottom;
        margin-right: 4px;
        margin-right: auto;
    }
    .cntntHdrSplit {
        display: inline;
    }
    .cntntHdrTtl {
        font-size: 115%;
    }
    
    /* Footer */
    #footer {
        width: auto;
        line-height: 300%;
    }
}

