/*メインテーブル*/
    .tmenu
    {
        text-align: center;
        color:            #002266;
		font-size: 11pt;
        background-image: url("bg_map2.gif");
		background-repeat: repeat-y;

		scrollbar-face-color:#F90;
      	scrollbar-track-color:#F0FFFF;
      	scrollbar-arrow-color:#FFF;
      	scrollbar-highlight-color:#F96;
      	scrollbar-shadow-color:#FFF;
      	scrollbar-3dlight-color:#FFF;
      	scrollbar-darkshadow-color:#FFF;

        font-family: "HGP丸ｺﾞｼｯｸM-PRO","ＭＳ Ｐゴシック";
    }

    a:link { color: #0000aa;text-decoration:none; }
    a:visited { color: #000088;text-decoration:none; }
    a:active { color: #0000aa; text-decoration:none;}
    a:hover { color: #6666bb; text-decoration:none;}

/*日記画面用*/
    .diaryindex
    {
        font-style: normal;
        width: 650px;
        font-size: 12pt;
        font-family: "HG丸ｺﾞｼｯｸM-PRO","ＭＳ Ｐゴシック";
        text-align: center;
    }


    #diaryindex_title
    {
        border-style: none;
        color: #f93;
        text-align: center;
        height: 15px;
    }

    #diaryindex_cell1
    {
        border-style: ridge;
        border-color: #f86;
        color: #ffe;
        background-color: #f90;
        text-align: center;
        height: 30px;
    }

    #diaryindex_cell2
    {
        border-style: ridge;
        border-color: #f86;
        color: #a60;
        background-color: #ff0;
        text-align: center;
        height: 30px;
    }

    .diarytable
    {
        font-style: normal;
        width: 600px;
        font-size: 11pt;
        font-family: "ＭＳ Ｐゴシック";
        line-height: 150%;
    }

    #diarydate_cell
    {
        border-style: ridge;
        border-color: #f86;
        height: 30px;
        width:180px;
        color: #ffa;
        background-color: #a64;
        text-align: center;
    }

    #diary_cell
    {
        border-style: ridge;
        border-color: #f86;
        color: #036;
        background-color: #fffeee;
        text-align: left;
        padding: 10px 20px;
    }

    #blank_cell
    {
        border-style: none;
        height: 30px;
        width:75px;
    }

    #toTop_cell
    {
        border-style: ridge;
        border-color: #f86;
        color: #036;
        background-color: #fffeee;
        text-align: center;
        height: 30px;
        width:75px;
    }

		#toPrev_cell
		{
        border-style: ridge;
        border-color: #f86;
        color: #036;
        background-color: #fffeee;
        text-align: center;
        height: 30px;
        width:75px;
		}

    #toNext_cell
    {
        border-style: ridge;
        border-color: #f86;
        color: #036;
        background-color: #fffeee;
        text-align: center;
        height: 30px;
        width:75px;
    }

    #Exit_cell
    {
        border-style: ridge;
        border-color: #f86;
        color: #036;
        background-color: #fffeee;
        text-align: center;
        height: 30px;
        width:75px;
    }

    .diaryimg
    {
        border-style: ridge;
        border-color: #f86;
        border-width: 5px;
    }

    .diaryimg_left
    {
        border-style: ridge;
        border-color: #f86;
        border-width: 5px;
        float: left;
    }

    .diaryimg_right
    {
        border-style: ridge;
        border-color: #f86;
        border-width: 5px;
        float: right;
    }

