@charset "UTF-8";
/*
/////////////////////////////////////////////////////////////////////////////////
// 本ソフトウェアの著作権は有限会社ネット書房に属し、その許諾なしに利用してはならない
// 2013年10月9日
/////////////////////////////////////////////////////////////////////////////////
*/


/* 編集関係ボックス（目次タグボックスと画像タグボックスなど）に用いられる。
一般タグボックスはtextLayer を用いる */
#mdialog{
    position: fixed;
    top:50%;
    left:50%;
    margin-top:-150px;
    margin-left:-140px;
    background-color:#007700;

    z-index:25;
    border: 3px #eeeedd solid;
    display: none;

    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}

/* ---------------------------------------------- */
/* 検索置換関係 */
/* ---------------------------------------------- */
#searchreplaceTable {
background-color:#DEC;
width:300px;
padding: 10px 10px 10px 10px;
margin: 10px 10px 5px 10px;
overflow:visible;
    border: 1px #ddffaa solid;
}

#searchreplaceHead{
width:260px;
margin: 10px 10px 10px 20px;
color:#FFF;
}

#searchExec{
margin: 0px 20px 10px 20px;
}

#searchCancel{
margin: 0px 20px 10px 40px;
}

/* ---------------------------------------------- */
/* 画像タグ関係 */
/* ---------------------------------------------- */
#imageInsertTable {
background-color:#DEC;
width:300px;
padding: 10px 10px 10px 10px;
margin: 10px 10px 5px 10px;
overflow:visible;
    border: 1px #ddffaa solid;
}

#imageCaption{
width:170px;
}

#imageHeadText{
width:260px;
margin: 10px 10px 10px 20px;
color:#FFF;
}

#imageInsertExec,imageInsertCancel{
margin: 0px 20px 10px 40px;
}

/* ---------------------------------------------- */
/* 目次タグ関係 */
/* ---------------------------------------------- */

#tocInsertTable {
background-color:#DEC;
width:300px;
padding: 10px 30px 10px 30px;
margin: 10px 30px 5px 30px;
overflow:visible;
    border: 1px #ddffaa solid;
}

#tocInsertTable td{
    text-align: center;
}

#tocHeadText{
width:260px;
margin: 10px 10px 10px 40px;
color:#FFF;
}

#tocInsertExec,tocInsertCancel{
margin: 0px 20px 10px 40px;
}

/* ---------------------------------------------- */
/* タグ挿入関係 */
/* ---------------------------------------------- */

#tagInsertTable {
background-color:#DEC;
width:510px;
/*height:300px;*/
padding: 10px 10px 10px 10px;
margin: 10px 10px 5px 10px;
/*overflow:visible;*/
    border: 1px #ddffaa solid;
}

#tagTableScroll{
height:470px;
margin-right:5px;
overflow-y:scroll;
}

#tagHeadText{
    width:500px;
    margin: 10px 10px 10px 20px;
    color:#FFF;
}

#tagInsertExec,tagInsertCancel{
margin: 10px 20px 10px 20px;
}

.tableHeadCell{
    background-color: #55aa22;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    
}

/* ---------------------------------------------- */
/*  コード変換テキスト */
/*  一般タグボックス */
/* ---------------------------------------------- */
#textLayer{
    /*	display:none; */
    position: fixed;
    top:50%;
    left:50%;
    margin-top:-300px;
    margin-left:-280px;
    background-color:#007700;
    z-index:25;
    border: 3px #eeeedd solid;
    display: none;

    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}

#codeHeadText{
    width:260px;
    margin: 10px 10px 0px 40px;
    color:#FFF;
}

#textLayer textarea{
    width:520px;
    height:500px;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    overflow:visible;
    background-color:#ddffdd;
}

#textLayer .scroll{
    /* width: 680px; */
    width: 580px;
    height: 600px;
    margin-left: 10px;
    overflow-y:scroll; /* テーブルブロックの右にスクロールバーをつける */
}

#onExecution{
    position:fixed;
    left:400px;
    top:300px;
/*    position: fixed;
    top:50%;
    left:50%; 
    margin-top:0px;
    margin-left:-200px; */
    /*background-color:#003300;*/
    width: 300px;
    padding:20px;
    color:#ffffff;
    font-size:larger;
}

#textClose{
    margin-left: 30px;
    margin-bottom: 20px;
/*    padding-left: 30px;*/
}

#textCancel{
    position: relative;
    left: 20px;
}
