*{
  margin:0;
  padding:0;
  }
body     {
  color: #333333;
  background-color:  #000000; 
/*クリスマス用image*/
/*background-image: url(../images/Christmas_bg_s.gif);*/
  text-align: center;
}

a:link      { color: #4242ff; text-decoration: none; }
a:visited   { color: #4242ff; text-decoration: none; }
a:active   { color: #fe7e7e; text-decoration: none; }
a:hover   {color:#fe7e7e; text-decoration: underline;}

.entry_logbody a,
.entry_logbody a:link,
.entry_logbody a:visited,
.entry_logbody a:active,
.entry_logbody a:hover  {
  /*color: green;*/
border-bottom: dotted 1px #999999;
  /*text-decoration: none*/
/*text-decoration: underline line-dotted;*/
/*underline-style:dotted;*/
}

a.button:link,
a.button:visited,
a.button:active {
 color: #666666;
 font-size: 9px;
 text-decoration: none;
 padding: 3px 8px 3px 8px;
 border:1px solid #666633;
 float:right;
 background-color: #FFFFFF;
}
a.button:hover {
 color: #CC4B44;
 font-size: 9px;
 text-decoration: none;
 padding: 3px 8px 3px 8px;
 border:1px solid #A52A2B;
 float:right;
 background-color: #FFFFFF;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position:inside;
}
li{
  margin-left: 0;
  padding-left: 0;
}
li.subc {
  list-style-type: none;
/*  margin-left:1em;*/
  padding-left:0;
}
ol {
  list-style-position:inside;
}

h1     {
font-size:22px;
  font-weight: bold;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  /*padding: 25px 0px 5px 0pt;*/
  padding: 25px 0px 5px 10pt;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover  {
  color: #FFFFFF;
  text-decoration: none
}

h2     {
  color: black;
  font-weight: lighter;
 /* font-weight: nomal;*/
  font-size: 14px;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  padding: 5px 0px 5px 10px;
  background-color:#FAFAFA;
  border-right:1px solid #9A9A9A;
  border-bottom:1px solid #9A9A9A;
  border-left:15px solid #CC0000;
  text-align: left;
}

h2 a,
h2 a:link,
h2 a:visited,
h2 a:active,
h2 a:hover  {
  color: #CC0000;
  text-decoration: none
}

/* ------- ■全体用ボックス------- */
#inbox     {
  margin:0px auto 0px auto;
  width: 834px;
  text-align:center;
  background-color: #FFFFFF;
}
/* ------- ■左ボックス------- */
#leftbox     {
  width: 653px;
  text-align:center;
  background-color: transparent;
  float:left;
}
/* ------- ■中央ボックス------- */
#mainbox     {
  width: 470px;
  text-align:center;
  background-color: #FFFFFF;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  float:right;
}
/* ------- ■ヘッダー用ボックス------- */
#bannerbox  {
/*  background-color: #666633;*/
  background-color: #000000;
  /*text-align:center;*/
  text-align:left;
  width:470px;
/*  height:100px; */
  height:103px;
background-repeat: no-repeat;
background-position: right top;
background-image : url(http://blog.nacky-web.com/cgi/random/random.cgi?no=1);
/*background-image : url(http://blog.nacky-web.com/images/hinaningyou.jpg);*/
  }
/* ------- ■次／前のページへ------- */
#nextback1  {
  width:400px;
  padding:0px 0px 10px 0px;
  text-align:center;
}
#nextback2  {
  width:400px;
  padding:0px 0px 10px 0px;
  text-align:center;
}
/* ------- ■本文ボックス------- */
#entrybox  {
  background-color: transparent;
  width:440px;
  padding: 0px 0px 5px 0px;
  margin:0px auto 0px auto;
  }

/* ------- ■メニュー用ボックス------- */
#left_menuinbox {
/*  background-color: #FFFFFF;*/
  background-color: #F3F3F3;
  width:180px;
  text-align:left;
  margin-top:0;
  padding-top:15px;
/*  border-left: 1px dashed #666633;*/
/*  border-top: 1px dashed #666633;*/
/*  border-bottom: 1px dashed #666633;*/
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  float:left;
}
#menu_left {
/*  background-color: #FFFFFF;*/
  background-color: #F3F3F3;
  width:170px;
  padding-left:5px;
}
#right_menuinbox {
/*  background-color: #FFFFFF;*/
  background-color: #F3F3F3;
  width:180px;
  text-align:left;
  margin-top:0px;
  padding-top:15px;
/*  border-right: 1px dashed #666633;*/
/*  border-top: 1px dashed #666633;*/
/*  border-bottom: 1px dashed #666633;*/
  border-right: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  float:right;
}
#menu_right {
/*  background-color: #FFFFFF;*/
  background-color: #F3F3F3;
  width:170px;
  padding-left:5px;
}
/* ------- ■フッター用ボックス------- */
#footerbox {
  background-color: #000000;
  width: 470px;
  height:40px;
  margin-top:5px;
}

.site_title     {
font-size:22px;
  font-weight: bold;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  padding: 25px 0px 5px 0pt
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover  {
  color: #FFFFFF;
  text-decoration: none
}
.linktitle a,
.inktitle a:link,
.inktitle a:visited,
.inktitle a:active,
.inktitle a:hover  {
  /*color: #FFFFFF;*/
  text-decoration: none
}
.entry_title a,
.entry_title a:link,
.entry_title a:visited,
.entry_title a:active,
.entry_title a:hover  {
  color: #CC0000;
  text-decoration: none
}

.description    {
  color: #CC0000;
  font-weight: nomal;
  font-size: 14px;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  /*margin: 5px 0px 0px 0px;*/
  margin: 5px 0px 0px 10px
}
.linktitle   {
  background: transparent url("images/g_tag.gif") no-repeat;
  height:25px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  line-height: 180%;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
/*  font-family:  "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";*/
  padding:0px 0px 0px 20px;
}
.linktext   {
  color: black;
  font-size: 12px;
  line-height: 170%;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
/*  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;*/
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 5px 3px;
}
.entry_title     {
  color: black;
  font-weight: nomal;
  font-size: 14px;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  padding: 5px 0px 5px 10px;
  background-color:#FAFAFA;
  border-right:1px solid #9A9A9A;
  border-bottom:1px solid #9A9A9A;
  border-left:15px solid #CC0000;
  text-align: left;
}
.entry_date {
  text-align: right;
  font-family: "Verdana";
  font-size: 14px;
  font-weight: nomal;
  /*font-weight: bold;*/
  color: #333333;
  padding: 3px 0px 0px 0px;
}
.entry_body   {
  font-size: 13px;
  line-height: 160%;
  word-break:break-all;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  margin: 10px 0px 0px 0px;
  text-align: left;
}
/*エントリーリンク下にアンダーライン（うまくいかない）*/
.entry_logbody {
/*  font-size: 13px;*/
  font-size: 13px;
/*  line-height: 160%;*/
  line-height: 180%;
letter-spacing: 0.7px;
  word-break:break-all;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
/*  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;*/
  margin: 10px 0px 0px 0px;
  text-align: left;
}

.entry_author    {
  color: #9A9A9A;
  font-size: 12px;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: left;
  margin: 0px 0px 0px 10px
}

.entry_more   {
  color: black;
  font-size: 12px;
  line-height: 180%;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  margin: 10px 0px 0px 0px
}

.entry_state {
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 13px;
  color: #333333;
  line-height: 150%;
  margin: 10px 0px 15px 0px;
  text-align: center;
}

/*一年前の記事タイトル*/
.otd_main_title {
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 150%;
  margin: 0px 0px 5px 5px;
  text-align: left;
}

/*一年前の記事リスト*/
.otd_main_list {
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 150%;
  margin: 0px 0px 5px 10px;
  text-align: left;
}


blockquote {
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 12px;
  color: black;
  margin: 20px 0px 20px 0px;
  padding:10px;
  border: 1px solid #666;
  background-color:#FFFFFF;
  }
/* SEARCH---------------------------------------------------------------------- */
#search  {
  color: 000000;
  font-size: 10px;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* FOOTER---------------------------------------------------------------------- */
.copyright  {
  color: #FFFFFF;
  font-size: 10px;
  line-height: 160%;
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align:center;
  padding:3px 0px 0px 0px;
}



/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0px;
  padding: 0px;
  width: 170px;
/*長い英文をセル幅で改行する*/
word-break: break-all;
}
.calendar a,
.calendar a:link,
.calendar a:visited,
.calendar a:active,
.calendar a:hover  {
  color: green;
/*color: #0000FF;*/
/*background-image: url(http://blog.nacky-web.com/images/a_sakura.gif);*/
/*font-weight: bold;*/
  /*text-decoration: none*/
text-decoration: underline;

}
.cell       {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  background: transparent no-repeat;
  margin: 0px;
  width: 24px;
  height: 15px
}

.cell_today      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  /*background: #F5EB79 no-repeat;*/
  background: #FFCCFF no-repeat;
  margin: 0px;
  width: 24px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  background: transparent no-repeat;
  margin: 0px;
  width: 24px;
  height: 15px
}

.cell_saturday    {
  color: #4979D8;
  font-size: 9px;
  font-family: Verdana;
  background: transparent no-repeat;
  margin: 0px;
  width:24px;
  height: 15px
}

/*フォーム設定---------------------------------------------------------------------- */
form {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}
textarea {
/*  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;*/
  font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 12px;
}

/*曜日の色を変える*/
.w0 { color: #ff0000; } /* 日曜日の色＝赤 */
.w6 { color: #0000ff; } /* 土曜日の色＝青 */

/*細い線*/
.hr1 {
 border-bottom: 1px dashed #999999;
}

/*コメントスパムモジュールのコメント引用＞の色*/
.cmtquote {
    color:#cc0000;
    /*font-weight: bold;*/
}

/*トラックバックサムネイル*/
.tbimg {
  float: left;
  margin: 0.5em 1em 0.5em 1em;
  border-width: 0;
}

/*VIMGLIST_CSS-----------------*/
.vimglist {
font-size: 11px;
margin: 30px 0px 0px 0px;
text-align: center;
}
.vim_cate {
margin: 0px 30px 0px 0px;
text-align: right;
}
.vim_list {
text-align: center;
}
.vim_img {
text-align: center;
margin: 5px 0px 0px 0px;
background-color: #f7f7f7;
width: 100%;
height: 125px;
}
.vim_info {
text-align: center;
margin: 5px 0px 0px 0px;
background-color: #f7f7f7;
width: 100%;
height: 80px;
}
.vim_text {
text-align: left;
}
.vim_stitle {
margin: 0px 0px 6px 0px;
color: #bd9690;
font-size: 10px;
font-weight: bold;
}
.vim_stext {
font-size: 11px;
margin: 0px 0px 0px 10px;
}
.vim_single {
font-size: 11px;
margin: 30px 0px 0px 0px;
text-align: center;
}
.vim_single table {
font-size: 11px;
}
.pick_cell {
padding: 0px 13px 0px 0px;
}
/*ここまで*/

/*バック黒*/
.bk_black{
  background-color:  #000000; 
}

/*一覧摘要ALM_MES*/
.alm_mes {
font-size: 11px;
color:#888888;
}

/* ハイライトモジュール */
.searchword { 
background-color: #ffff00; 
color: #000000; 
} 

/* refsc 関連記事モジュール本文用 */
.refsc_title {
font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 14px;
color: #CC0000;
text-align: left;
margin: 0px 0px 0px 0px;
}
.refsc_list {
font-family: 'ＭＳ Ｐゴシック',  "Osaka",Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
line-height: 150%;
font-size: 13px;
text-align: left;
margin: 5px 0px 10px 10px;
}

