@charset "UTF-8";

@import "common.css";

@import "ml.css";

/* 個別
--------------------------------------------------*/
div.tag {

    width: 95%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;

    text-align: left;

    background-color: #999;
    background-color: #FEEAB2;

    padding-left: 10px;
    padding: 3px 0 3px 10px;
    border-left: 5px solid #FCA146;
    border-bottom: 1px solid #FCA146;
}

div.tag2 {

    width: 95%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;

    text-align: left;

    background-color: #999;
    background-color: #A8F0C5;

    padding-left: 10px;
    padding: 3px 0 3px 10px;
    border-left: 5px solid #FCA146;
    border-bottom: 1px solid #FCA146;

    border-left: 5px solid #6FC893;
    border-bottom: 1px solid #6FC893;
}

div.tag3 {

    width: 40%;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;

    text-align: left;

    background-color: #999;
    background-color: #A8F0C5;

    padding-left: 10px;
    padding: 3px 0 3px 10px;
    border-left: 5px solid #FCA146;
    border-bottom: 1px solid #FCA146;

    border-left: 5px solid #6FC893;
    border-bottom: 1px solid #6FC893;
}


div#riyou {

    width: 95%;

/*
    margin-top: 10px;
*/
    margin-left: auto;
    margin-right: auto;

    text-align: left;

    padding: 5px;
    font-size: 0.8em;

/*
    border: 3px double #8FD1A5;
*/
  background: url(../img/yellow_line.gif) repeat;


}

span#tokucho {
    display: block;
    float: left;

    width: 60%;
    width: 57%;

    padding: 5px 0 0 20px;
    padding: 5px 0 0 10px;

/*
    border: 3px double #8FD1A5;
*/

}

span.tkcgrn {
    display: block;
    margin: 20px 0 0 0;

    color: #409D5F;
    font-weight: bold:
}


span#anshin {
    display: block;
    float: right;

    width: 37%;
    width: 39%;

    padding: 5px 0 0 5px;
    padding: 5px 0 5px 5px;

/*
    border: 3px double #8FD1A5;
*/

}

span#anshin img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

div#koudoku {

    width: 95%;

/*
    margin-top: 10px;
*/
    margin-left: auto;
    margin-right: auto;

    text-align: left;

    padding: 5px;
    font-size: 0.8em;

/*
    border: 3px double #8FD1A5;
*/
  background: url(../img/green_line.gif) repeat;


}


div#koudoku img {
    padding: 10px;
}



div.unei {

    width: 90%;

    margin-left: auto;
    margin-right: auto;

    text-align: left;

    padding: 5px;
    font-size: 0.8em;

  background: url(../img/green_line.gif) repeat;


}

div.unei p  {
    height: 100px;
    height: 90px;
    margin: 0;

}



div#riyou a, div#riyou a:visited {
    text-decoration: none;
    color: #0066CC;
    color: #0000ff;
}
div#riyou a:hover {
    color:#E84041;
    color:#00AAEA;
    color:#0000ff;
    background-color:#D2FFEE;

    text-decoration: underline;
    text-decoration: none;
}






/* テーブル 
--------------------------------------------------*/
table#kdk {
    font-size: 1em;
}



table#sandan {
    width: 100%;
    text-align: center;
}

table#sandan td {
    width: 50%;
    vertical-align: top;
}

table#sandan img {
    margin-left: 90px;
}
