/*----------------------------------------*/
/*    ino_style_index.css                 */
/*----------------------------------------*/

/*@charset "UTF-8";*/
@charset "shift_jis";
@import url("reset.css");
@import url("public_style_common.css");

/*---------------------------------------------*/
/*       フォント                              */
/*---------------------------------------------*/
body {
	font-family : "ＭＳ 明朝", "ＭＳ Ｐ明朝", "ＭＳ ゴシック", "ＭＳ Ｐゴシック",  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro W3" ,"Hiragino Kaku Gothic Pro" , Osaka ,メイリオ,Meiryo , "MS PGothic" , "MS UI Gothic", "Meiryo","Times New Roman", sans-serif ;
	}

/*---------------------------------------------*/
/*       コンテナー                            */
/*---------------------------------------------*/
div#container {
        width:100%;
        /*background: lavender;*/
       }

/* センターサイドの枠 */
div#l_side {
        /*width:220px;*/
        width:190px;
        float:left;
        margin:0px 0px 0px 0px;
        /*border:1px ridge #f99;*/
        }


/*---------------------------------------------*/
/*  カレンダー　動画　月間予定                 */
/*---------------------------------------------*/


div#main_left_22 {
        /*width:220px;*/
        width:190px;
        float:left;
        margin:0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        /*border:1px groove #f99;*/
        }

/*----------------------------------------*/
/*    カレンダ                            */
/*----------------------------------------*/

/*カレンダー*/
div#main_content_k_2 {
        /*width:220px;*/
        width:190px;
        float:left;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        }

div#main_content_k_2 div#photo_area_4 {
        /*width:215px;*/
        width:190px;
        float:left;
        margin:0px 0px 0px 0px;
        }

div#main_content_k_2 div#photo_area_4_1 {
        /*width:215px;*/
        width:190px;
        float:left;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        }


div#main_content_k_2 div#photo_area_4_2 {
        /*width:215px;*/
        width:190px;
        float:left;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        /*border:1px outset silver;*/
        }

div#main_content_k_2 div#photo_area_4_3 {
        /*width:215px;*/
        width:175px;
        float:left;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        border:1px outset black;
        }

/*----------------------------------------*/
/*    カレンダ                            */
/*----------------------------------------*/

div.k2_photo_01 {
        /*width:215px;*/
        width:172px;
	float:left;
	margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        /*border:1px solid silver;*/
	}

div.k2_photo_02 {
        /*width:215px;*/
        width:185px;
	float:left;
	margin:5px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        /*border:1px solid silver;*/
	}


/*--------------------------------*/
/*   カレンダー                   */
/*--------------------------------*/

table.table023 {
  /*width:215px;*/
  /*width:173px;*/
  width:175px;
  margin: 0px 0px 0px 0px;
  border-collapse: separate;
  border-spacing: 1px;
  border: outset 1px lavender;
  /*border: outset 4px dodgerblue;*/
  /*background: beige;
  background: #f2f2f2;*/
}

table.table023 caption {
  margin-top: 1px 1px 1px 1px;
  text-align: left;
}

table.table023 th {
  border: outset 1px white;
  /*background: #2d3f81;*/
  background: gray;
  text-align: center;
  white-space: nowrap;
        font-size:67%;
        /*font-weight:bold;*/
        color:blue;
        margin:0px 0px 0px 0px;
        padding:3px 0px 0px 0px;
        line-height:1.3em;
}

table.table023 td {
  border: outset 1px lavender;
  /*background: white;*/
  /*background: beige;*/
  /*empty-cells: hide;*/
  /*height:14px;*/
  text-align: center;
  white-space: nowrap;
        font-size:67%;
        /*font-weight:bold;*/
        color:black;
        margin:0px 0px 0px 0px;
        padding:3px 0px 0px 0px;
        line-height:1.3em;
}
/*--------------------------------*/
/*    カレンダー                  */
/*--------------------------------*/

table.table024 {
  /*width:215px;*/
  /*width:173px;*/
  width:175px;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

table.table024 caption {
  margin-top: 1px 1px 1px 1px;
  text-align: left;
}

table.table024 th {
  /*background: lavender;
  background: #2d3f81;*/
  background-color: transparent;
  text-align: left;
  white-space: nowrap;
        font-size:67%;
        font-weight:bold;
        color:white;
        margin:0px 0px 0px 0px;
        line-height:1.0em;
}

table.table024 td {
  /*border-bottom:2px outset lightgreen;
  border-right:2px outset lightgreen;
  border-top:2px outset lightgreen;
  border-left:2px outset lightgreen;*/
  background: aliceblu;
  /*background: #2d3f81;*/
  text-align: center;
  white-space: nowrap;
        font-size:67%;
        font-weight:bold;*/
        /*font: bold 0.7em "Times New Roman",Times,serif;*
        /*font: italic bold  1.5em 平成明朝"ＭＳ Ｐ明朝",serif;*/
        /*font-style:oblique;*/
        color:white;
        margin:0px 0px 0px 0px;
        padding:3px 0px 0px 0px;
        line-height:1.0em;
}

