/* ----- ATTED-II base.css ----- */
@charset "Shift_JIS";

* {
    margin:0px;
    padding:1px;
    list-style-type: none;
}

img {
    border:none;
    margin:0px;
    padding:0px;
}

a img.border , img.border{
    border: 1px solid #CECECE;
}

table {
    border:none;
    border-collapse:collapse;
}

hr{
    height: 1px;
    border: none;
    background-color: #99B3CC;
}

h1, h2, h3, h4, h5, h6, p, em, address, div, form, dl, dt, dd, ul, li, ol, table {
    font-size: 100%;
    font-style: normal;
    margin: 0px;
    padding:0px;
}

body {
    margin: 0px;
    padding: 0px;
    text-align:center;
}

h1{
    float: left;
}

h3{
    color: #4A701D;
}

ul li {
    list-style-type: none;
}

a:link, a:visited{
/*    color: #000000; */
    color: #4A701D;
    text-decoration: none;
}

a:hover{
    color: #777777;
    text-decoration: underline;
}

/* ---------------------------------- common style ---------------------------------- */
.pctL {
    float: left;
    text-align: center;
    font-size: 0.68em;
}

p strong{
    color: #000000;
}

.fltR{
    float: right;
    width: auto;
}

.fltL{
    float: left;
}

.pctR {
    float: right;
    font-size: 0.68em;
    text-align: center;
}

p.pctR img {
    margin-left: 12px;
}

p.pctL img{
    margin-right: 15px;
}

.bb {
    font-weight: 900;
    color: #000000;
}

.aRIGHT {
    text-align: right;
}

.aCENTER {
    text-align: center;
}

.aLEFT{
    text-align: left;
}

#pan {
    text-align: left;
    font-size: 0.68em;
    margin-bottom: 5px;
}

.nomenclature {
    font-style: italic;
}

.close {
    display: none;
}

.ibCenter{
    display: inline-block;
    text-align: center;
}

/*  ----------------------------------CLEAR ---------------------------------- */
.hrCLEAR, #hrCLEAR {
    clear:both;
    visibility: hidden;
}

.clear {
    clear:both;
}

/*  ----------------------------------CLEARFIX ---------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End Holly Hack */
