/*==============================
remodelling_default
  === class index ===
  1.OUTLINE::body,inbox,banner,main,side,footer,adjust
  2.TAG::a,ul,blockquote,form,textarea,img
  3.TOP AREA::banner_l,site_title,a,description
  4.MIDDLE AREA
      4-1.MAIN::pagearea,entry,entry_xxx,a,pict,button
      4-2.SUPPLIMENT::linktitle,linktext,linkcentertext
  5.BOTTOM AREA::copyright
  6.PARTS
      6-1.CLOCK::clock
      6-2.LOGIN::mode_name,error_sign,login_box,login_form
      6-3.SEARCH::searcharea,search
      6-4.CALENDAR::month_navi,calendar,cell,cell_xxx
==============================*/

/* 1---------- OUTLINE */
/* 最も後ろの画面 */
body{
  background-color:#9A9A9A;
  margin:0px;
  padding:0px;
  text-align:center;
  *word-break:break-all;/*for IE of Windows*/
}

/* 表の画面 */
#inbox{
/*  width:47em; */
  width:760px;
  background-color:#FFFFFF;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  text-align:left;
  margin:0px auto;
  padding:0px;
}

/* タイトル部分 */
#banner{
  width:100%;

/*  background:#444; */
  background-color: #FFCC00;
  /* タイトル部分の画像 */
  background-image: url(../skin/images/totto_d.gif);
  background-repeat: no-repeat;
  background-position: 3% center;

  margin:0px;
  padding:0px;

/*
  border-color:#9a9a9a;
*/
  border-color:#FFCC00;
  border-width:0px 0px 10px 0px;
  border-style:solid;
}

/* 日記本文の部分 */
#main{
  float:right;
  width:75%;
  background-color:transparent;
  margin:0px;
  padding:0px 0px 5px 0px;
}

/* ------------------- サイドメニュー部分 ----------------- */
/* サイドメニューのバック部分 */
#side{
  float:left;
  width:22%;
/*  background-color:transparent; */
  background-color: #FFCC00;
  margin:0px;
  padding:0px 0px 0px 3px;
}

/* フッター部分 */
#footer{
  clear:both;
  width:100%;
  background-color:#444444;
  text-align:right;
  margin:0px;
  padding:0px;
}

.adjust{
  clear:both;
}

/* 2---------- TAG */
/* ------- リンクの色 ------- */
a:link{color:#369; text-decoration:underline;}
a:visited{color:#336; text-decoration:none;}
a:active{color:#c00; text-decoration:underline;}
a:hover{color:#FFCC33; text-decoration:none;}

ul{
  margin:0px 0px 0px 15px;
  padding:0px;
}

blockquote{
  color:#333333;
  margin:20px 10px 20px 10px;
  padding:10px;
  border:1px solid #CCCCCC;
  }

form{
  margin:0px;
  padding:0px;
}

textarea{
  width:98%;
}

img{
  border-width:0px;
}

/* 3---------- TOP AREA */
/* タイトルの文字部分 */
#banner_l{
  background-color:transparent;
  float:left;
/*  width:400px; */
  width:480px;
  margin:0px;
  padding:0px;
}
.site_title{
/*  font-size:180%; */
  font-size:1.6em;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
/*  margin:5px 0px 5px 5pt; */
  margin: 20px 0px 5px 60pt
}
a.sitetitle:link,
a.sitetitle:visited,
a.sitetitle:active,
a.sitetitle:hover{
/*  color:#f90; */
  color: #FFFFFF;
  text-decoration:none;
}

/* タイトル下の注釈 */
.description{
/*  color:#fff; */
  color: #666666;
  font-weight:bold;
/*  font-size:12px; */
  font-size:0.9em;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
/*  margin:10px 0px 20px 20px; */
  margin: 10px 0px 20px 100px
}


/* 4---------- MIDDLE AREA */
/* 4-1---MAIN */
/* 右上の一部分 */
#pagearea{
  clear:both;
  background-color:transparent;
  margin:0px 0px 5px 0px;
  padding:0px;
  text-align:right;
  line-height:150%;
}

.entry {
  clear:both;
  background-color:transparent;
  margin:0em 0em 1.25em 0em;
  padding:0px 0px 10px 0px;
}

/* 日記の日付表示 */
.entry_date{
  color:#414D7B;
  font-family:"Verdana";
  font-size:80%;
  font-weight:bolder;
  margin:0px 30px 10px 0px;
  padding:0px 0px 3px 5px;
  border-top:1px solid #444444;
  border-left:10px solid #444444;
}

/* 日記のタイトル */
.entry_title{
  color:black;
  font-weight:bold;
  font-size:75%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:0px 0px 0px 15px;
  padding:0px;
}
.entry_title a,
.entry_title a:link,
.entry_title a:visited,
.entry_title a:active,
.entry_title a:hover{
  color:#000;
  text-decoration:none;
}

.entry_subtitle{
  color:black;
  background-color:#eee;
  font-weight:bold;
  font-size:75%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:0px 30px 0px 15px;
  padding:0px;
}

.entry_admin{
  margin:0px 0px 0px 10px;
  padding:0px;
}

.entry_author{
  color:#999999;
  font-size:70%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  text-align:right;
  margin:0px 30px 0px 0px;
  padding:0px;
}

/* 日記の本文 */
.entry_body{
  font-size:75%;
  line-height:170%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:15px 30px 15px 20px;
  padding:0px;
}

.entry_more{
  color:black;
  margin:0px;
  padding:0px;
}

.entry_state{
  clear:both;
  font-size:70%;
  color:#999999;
  margin:10px 30px 5px 20px;
  padding:0px;
}

.pict{
  float:left;
  margin: 5px;
/*
  border-width:3px;
  border-style:solid;
  border-color:#DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
*/
}

.button{
  clear:both;
  color:#ccc;
  font-size:65%;
  line-height:150%;
  margin:5px;
  padding:3px 10px;
  border:#aaa 1px solid;
}

/* 4-2---SUPPLIMENT */
/* サイドメニュー部分のタイトル文字 */
.linktitle{
  color:#fff;
  background-color:#BBBBBB;
/*  background-color: #9A9A9A; */
  text-align:center;
  font-weight:bolder;
  font-size:75%;
  line-height:170%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:0px;
}

/* サイドメニューの部分の本文 */
.linktext{
  color:#369;
/*  background-color:#ccc; */
  background-color: #DDDDDD;
  font-size:65%;
  line-height:170%;
  margin:0px 0px 10px 0px;
  padding:3px 3px 7px 3px;
}

.linkcentertext{
  color:#369;
/*  background-color:#ccc; */
  background-color: #DDDDDD;
  font-size:65%;
  line-height:170%;
  text-align:center;
  margin:0px 0px 10px 0px;
/*
  padding:3px 3px 7px 3px;
*/
  padding:5px 3px 4px 3px;
}


/* 5----------BOTTOM AREA */
/* FOOTER */
.copyright {
  color:#fff;
  font-size:70%;
  margin:0px 20px;
}


/* 6----------PARTS */
/* 6-1---CLOCK */
.clock{
  width:100%;
  color:black;
  background-color:transparent;
  font-size:70%;
  text-align:center;
  margin:0px;
  padding:3px;
  border:0px;
}

/* 6-2---LOGIN */
#mode_name{
  color:#070;
  margin:0px;
}
#error_sign{
  color:#f00;
}
#login_box{
  text-align:right;
  margin:0px;
}
.login_form{
  color:#000;
  width:80px;
}

/* 6-3---SEARCH */
#searcharea{
  background-color:transparent;
  float:right;
/*  width:300px; */
  width:220px;
  text-align:right;
  padding:15px 10px 0px 0px;
}
#search{
  color:#000;
  font-size:70%;
}


/* 月間アーカイブ　プルダウンメニューカラー設定 */
#pdm_arslct {
    color: #336;
    background-color: #dddddd;
    width:145px; 
}
#pdm_caslct {
    color: #666;
    background-color: #ffffcc;
    width:125px; 
}





/* 6-4---CALENDAR オリジナル */
/*
#month_navi{
  text-align:center;
  margin-top:5px;
}

.calendar{
  width:85%;
  color:black;
  font-size:85%;
  margin:0px auto;
}

.cell{
  color:black;
  background:white no-repeat;
  text-align:center;
  margin:0px;
}

.cell_today{
  color:olive;
  background:#cfc no-repeat;
  margin:0px;
}

.cell_sunday{
  color:#c00;
  background:#f99 no-repeat;
  text-align:center;
  margin:0px;
}

.cell_saturday{
  color:#000066;
  background:#eeeeff no-repeat;
  text-align:center;
  margin:0px;
}
*/




/* 記事の日付の色 */
.w0 { color: #cc0000; } /* 日曜日の色＝赤 */
.w6 { color: #000099; } /* 土曜日の色＝青 */





.calmiddle {
  float: left;
  OVERFLOW: hidden;
  width: 41em;
  height: 1.2em;
/*
  background-color: #fff;
*/
}

.calh {
  padding: 0px 0px 0px 0px;
}
.calh a:link,
.calh a:active{
  color:#00BFFF;
  font-weight: bold;
  text-decoration:none;
}
.calh a:hover{
  color:#fff;
  font-weight: bold;
  text-decoration:none;
}
.calh a:visited{
  color:#444;
  text-decoration:none;
}

.calendar {
  font-size: 11px;
  color: #fff;
/*
  font-family: "MS UI Gothic", "Arial Narrow", "Times";
  font-family: "Comic Sans MS", "MS UI Gothic", "Arial Narrow", "Times";
*/
  font-family: "Georgia", "MS UI Gothic", "Arial Narrow", "Times";
}

.calleft {
  float: left;
  OVERFLOW: hidden;
  background-color: #fff;
  width: 2em;
  height: 1em;
}

.calright {
  float: right;
  OVERFLOW: hidden;
  background-color: #fff;
  width: 2em;
  height: 1em;
}

.cell {
  padding: 0px 2px 0px 2px;
}

.cell_sunday {
  color: #dd0000;
  padding: 0px 2px 0px 2px;
}

.cell_saturday {
  color:#0000aa;
  padding: 0px 2px 0px 2px;
}

.cell_today {
/*
  color: #FFFFFF;
  background-color: #F2F200;
*/
  font-weight: bold;
  padding: 0px 2px 0px 2px;
}

