@charset "UTF-8";

@import "common.css";

@import "ml.css";

/* 個別
--------------------------------------------------*/
div#mldetail, div#mladmin {
    width: 85%;

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

    text-align: left;

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


}

h3 {
    color: #779977;
    padding: 0;
    margin: 10px 0 0 10px;

    font-weight: bold;
/*
    border: 1px solid #00ff00;
*/
}

div#mldetail p {
    margin: 3px 5px 0 20px;
    padding: 3px;
    font-size: 0.9em;
    color: #222;

    line-height: 1.2em;
/*
    border: 1px solid #ff0000;
*/
}


/* テーブル mllist
--------------------------------------------------*/

table.mltbl {
    width: 100%;

    margin: 3px 3px 10px 3px;

}


th {
    line-height: 1em;
}

th.kmk, td.kmk {
    width: 30%;
    text-align: right;
    color: #8FD1A5;
    color: #409D5F;
}
th.naiyou, td.naiyou {
    width: 70%;
    text-align: left;
    color: #333;
}


th a, th a:visited {
    text-decoration: none;
    color: #575656;
    color: #0000ff;
}

th a:hover {
    color:#E84041;
    text-decoration: underline;
    text-decoration: none;
}


td {
      line-height: 1em;
      padding: 2px;

      font-size: 0.8em;

}

td.midashi {
    height: 2px;
    line-height: 0em;
     border-bottom: 2px dotted #999;
}

tr.even, td.even {
    background-color: #FBF0DF;
}

td.title {
    font-size: 1.2em;
}

td.koushinbi, td.cnt {
    text-align: center;
}




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

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


/* 登録、解除ボタン
--------------------------------------------------*/
div#btn {
    text-align: center;
    margin: 10px 0 10px; 0;
}

div#btn img {
   padding: 0 10px 0 10px;
}




/* 改ページ
--------------------------------------------------*/
p#kaipage {
    color: #6D6E6E;
    font-size: 0.8em;
}

p#kaipage span {
    padding: 2px;
}

p#kaipage a, p#kaipage a:visited {
    text-decoration: none;
    color: #0066CC;
    color: #0000ff;
}


p#kaipage a:hover {
    color:#00AAEA;
    color:#E84041;



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


