/*==============================
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(a),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:#227654;
  margin:0px;
  padding:0px;
  text-align:center;
  *word-break:break-all;/*for IE of Windows*/
/*  background-image: url("images/hyrule_back_01.gif"); */
}

#inbox{
  width:790px;
  background-color:#024624;

/*  background-color:#fff;*/
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  text-align:left;
  margin:0px auto;
  padding:0px;
}

#banner{
  width:100%;
  height:150px;
  background:#444;
  margin:0px;
  padding:0px;
  background-image: url("images/hyrule_banner_01.jpg");
}
#main{
  float:left;
  width:75%;
  background-color:transparent;
  margin:0px;
  padding:15px 8px 0px 15px;
}
#side{
  float:right;
  width:23%;
  background-color:transparent;
  margin:0px;
  padding:0px 10px 5px 0px;
}
#footer{
  clear:both;
  width:100%;
  background-color:#032;
  text-align:center;
  padding:15px 0px;
}

.adjust{
  clear:both;
}
/* 2---------- TAG
*/
a:link,
a:visited,
a:active{color:#227654; text-decoration:underline;}
a:hover{color:#227654; text-decoration:none;}


ul{
  margin:0px 0px 0px 15px;
  padding:0px;
}

b{
  color:skyblue;
}

blockquote{
  color:#99c;
  margin:20px 10px 20px 10px;
  padding:10px;
  border:1px solid #99c;
}

form{
  margin:0px;
  padding:0px;
}

textarea{
  width:98%;
  font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size:12px;

}

img{
  border-width:0px;
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif; 
}

td{
  color:#cfc;
}

/* 3---------- TOP AREA
*/
#banner_l{
  background-color:transparent;
  float:right;
  width:720px;
  margin:0px;
  padding:0px;
}

.site_title{
  color:#fff;
  text-align:right;
  font-size:180%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:70px 55px 0px 0px;
}
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover{
  color:#fff;
  text-decoration:none;
}

.description{
  color:#fff;
  text-align:right;
  font-weight:bold;
  font-size:12px;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:0px 55px 0px 0px;
}


/* 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: 0px 5px 20px 0px;
  padding:10px 0px 10px 10px;
  border:1px solid #6c6;
}

.entry_date{
  color:#fff;
  font-family:"Verdana";
  font-size:100%;
  font-weight:bolder;
  margin:0px 30px 10px 0px;
  padding:0px 0px 3px 5px;
/*  border-top:1px solid #6c6; */
  border-bottom:1px solid #6c6;
  border-left:5px solid #6c6;
}

.entry_title{
  color:#fff;
  font-weight:bold;
  font-size:110%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:0px 20px 10px 0px;
  padding:0px 0px 3px 10px;
  border-bottom:1px solid #227654;
/*  border-left:8px solid #227654;*/
}
.entry_title,
.entry_title a:link,
.entry_title a:visited,
.entry_title a:active,
.entry_title a:hover{
  color:#fff;
  text-decoration:none;
}

.entry_subtitle{
  color:fff;
  background-color:#227654;
  font-weight:bold;
  font-size:75%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:50px 30px 0px 15px;
  padding:0px;
}

.entry_admin{
  margin:0px 0px 0px 10px;
  padding:0px;
}

.entry_body{
  color:#cfc;
  font-size:90%;
  line-height:140%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:15px 20px 15px 15px;
  padding:0px;
}
.entry_body a:link,
.entry_body a:visited,
.entry_body a:active{color:#7d9; text-decoration:underline;}
.entry_body a:hover{color:#fd8; text-decoration:none;}

.entry_author{
  color:#999999;
  font-size:70%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  text-align:right;
  margin:0px 30px 0px 0px;
  padding:0px;
}

.entry_more{
  color:black;
  margin:0px;
  padding:0px;
}

.entry_state{
  clear:both;
  font-size:75%;
  color:#bbb;
  margin:40px 20px 25px 20px;
  padding:0px;
}
.entry_state a,
.entry_state a:link,
.entry_state a:visited,
.entry_state a:active{color:#7d9; text-decoration:underline;}
.entry_state a:hover{color:#fd8; text-decoration:underline;}


.pict{
  float:right;
  border-width:3px;
  border-style:solid;
  border-color:#DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}

.button{
  clear:both;
  color:#cfc;
/*  font-size:65%;*/
  margin:5px 0px;
/*  padding:3px 0px;*/
  border:1px solid #227654;
  background-color:#125634;
}

.comment_body{
  color:#cfc;
  font-size:90%;
  line-height:140%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:25px 40px 15px 15px;
  padding:10px 30px 0px 30px;
  border-top:1px solid #227654;
}

.comment_state{
  clear:both;
  font-size:75%;
  color:#bbb;
  margin:15px 40px 15px 15px;
  padding:0px 30px;
/*  border-top:1px solid #227654;
  border-bottom:1px solid #227654; */
}
.comment_state a,
.comment_state a:link,
.comment_state a:visited,
.comment_state a:active{color:#7d9; text-decoration:underline;}
.comment_state a:hover{color:#fd8; text-decoration:underline;}

.trackback_title{
  color:#fff;
  font-weight:bold;
  font-size:100%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:15px 30px 0px 15px;
  padding:0px;
  border-bottom:1px solid #227654;
/*  border-left:8px solid #227654;*/
}
.trackback_title,
.trackback_title a:link,
.trackback_title a:visited,
.trackback_title a:active,
.trackback_title a:hover{
  color:#fff;
  text-decoration:none;
}

.trackback_subtitle{
  color:fff;
  background-color:#227654;
  font-weight:bold;
  font-size:75%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:15px 30px 0px 15px;
  padding:0px;
}


.td{
  color:#cfc;
  font-size:90%;
  line-height:120%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
}


/* 4-2---SUPPLIMENT
*/
.linktitle{
  color:#fff;
  background-color:#227654;
  text-align:center;
  font-weight:bolder;
  font-size:75%;
  line-height:170%;
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
  margin:0px 0px 1px;
}
.linktitle a:link,
.linktitle a:visited,
.linktitle a:hover,
.linktitle a:active{
  color:#fff;
  text-decoration:none;
}


.linktext{
/*  color:#369;
  background-color:#ccc; */
  color:#cfc;
  background-color:transparent;
  font-size:65%;
  line-height:170%;
  margin:0px 0px 10px 0px;
  padding:3px 3px 7px 3px;
}
.linktext a:link,
.linktext a:visited,
.linktext a:active{color:#9c9; text-decoration:underline;}
.linktext a:hover{color:#9c9; text-decoration:none;}

.tabletext{
/*  color:#369;
  background-color:#ccc; */
  color:#cfc;
  background-color:transparent;
  font-size:100%;
  line-height:130%;
  margin:0px 0px 10px 0px;
  padding:3px 3px 7px 3px;
}
.profiletext a:link,
.profiletext a:visited,
.profiletext a:active{color:#9c9; text-decoration:underline;}
.profiletext a:hover{color:#9c9; text-decoration:none;}

.linkcentertext{
/*  color:#369;
  background-color:#ccc; */
  color:#cfc;
  background-color:transparent;
  font-size:75%;
  line-height:170%;
  text-align:center;
  margin:0px 0px 10px 0px;
  padding:3px 3px 7px 3px;
}
.linkcentertext a:link,
.linkcentertext a:visited,
.linkcentertext a:active{color:#9c9; text-decoration:underline;}
.linkcentertext a:hover{color:#9c9; text-decoration:none;}

/* 5----------BOTTOM AREA
*/
.copyright {
  color:#fff;
  font-size:70%;
}


/* 6----------PARTS
*/
/* 6-1---CLOCK
*/
.clock{
  width:100%;
/*  color:#227654;*/
  color:#cfc;
  background-color:transparent;
  font-size:75%;
  text-align:center;
  margin:0px;
  padding:3px;
  border:0px;
}

/* 6-2---LOGIN
*/
#mode_name{
  color:#cfc;
  margin:0px;
}
#error_sign{
  color:#f00;
}
#login_box{
  text-align:right;
  margin:0px;
}
.login_form{
  color:#cfc;
  width:80px;
  border:1px solid #227654;
  background-color:#125634;
}

/* 6-3---SEARCH
*/
#searcharea{
  background-color:transparent;
  float:right;
  width:300px;
  text-align:right;
  padding:15px 10px 0px 0px;
}
/*#search{
  color:#000;
  font-size:70%;
}*/

#search{
  color:#cfc;
  width:100px;
  border:1px solid #227654;
  background-color:#125634;
}

.search_button{
  color:#cfc;
  border:1px solid #227654;
  background-color:#125634;
}


/* 6-4---CALENDAR
*/
#month_navi{
  text-align:center;
  margin-top:5px;
}
.calendar{
  width:85%;
  color:black;
  font-size:85%;
  margin:0px auto;
}

.cell{
/*  color:#023513;
  background:#9c9 no-repeat; */
  color:#9c9;
  margin:0px;
  border-bottom:1px solid #9c9;
  border-left:1px solid #9c9;
}
.cell a,
.cell a:link,
.cell a:visited,
.cell a:active,
.cell a:hover{color:#9c9; text-decoration:underline;}

.cell_today{
  color:#cfc;
  background:#227654 no-repeat;
  margin:0px;
}
.cell_today a,
.cell_today a:link,
.cell_today a:visited,
.cell_today a:active,
.cell_today a:hover{color:#cfc; text-decoration:underline;}

.cell_sunday{
  color:#f99;
  margin:0px;
  border-bottom:1px solid #fcc;
  border-left:1px solid #fcc;
}
.cell_sunday a,
.cell_sunday a:link,
.cell_sunday a:visited,
.cell_sunday a:active,
.cell_sunday a:hover{color:#f99; text-decoration:underline;}

.cell_saturday{
  color:#99f;
  margin:0px;
  border-bottom:1px solid #ccf;
  border-left:1px solid #ccf;
}
.cell_saturday a,
.cell_saturday a:link,
.cell_saturday a:visited,
.cell_saturday a:active,
.cell_saturday a:hover{color:#99f; text-decoration:underline;
}


/* 7----------さらに追加
*/
.imgdesc {
  color:gray;
}

i {
  color:#99c;
}

.orange {
  color:orange;
}

.q {
 color:pink;
}
