﻿/* margin 上, 右, 下, 左 */

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
  background-color: #444444;
  text-align: center;
  word-break:break-all;
  overflow:scroll;
}

#inbox {
  margin: 0px auto 0px auto;
  width: 950px;
  text-align: left;
  background-color: #FFFFFF;
  background-image: url(./images/default_kai.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

#banner {
  width: 950px;
  height: 100px;
  background-color: transparent;
}

#banner_l  {
  float: left;
  padding: 3px;
  width: 394px;
  height: 94px;
  background-color: transparent;
}

#banner_r {
  float: right;
  padding: 3px;
  width: 544px;
  height: 94px;
  color: #FF0000;
  text-align: left;
  background-color: transparent;
}

/*
#searcharea  {
  background-color: transparent;
  float: right;
  width: 300px;
  text-align: right;
  padding: 15px 10px 0px 0px;
}
*/

#side {
  float: left;
  padding: 0px 0px 20px 0px;
  width: 220px;
  background-color: #FFFFFF;
}

#main {
  float: left;
  padding: 0px 20px 20px 10px;
  width: 700px;
  background-color: #FFFFFF;
}

#footer {
  clear: both;
  width: 950px;
  background-color: #000000;
}

a:link     { color: #369; text-decoration: underline; }
a:visited  { color: #336; text-decoration: underline; }
a:hover    { color: #FF0000; text-decoration: none;}
a:active   { color: #FF0000; text-decoration: underline; }

a.button:link {
  color: #82BE7D;
  font-size: 9pt;
  text-decoration: none;
  padding: 3px 3px 0px 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #82BE7D;
  background-color: #FFFFFF;
}

a.button:visited {
  color: #82BE7D;
  font-size: 9pt;
  text-decoration: none;
  padding: 3px 3px 0px 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #82BE7D;
  background-color: #FFFFFF;
}

a.button:active {
 color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

a.button:hover {
  color: #82BE7D;
  font-size: 9pt;
  text-decoration: none;
  padding: 3px 3px 0px 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #82BE7D;
  background-color: #FFFFFF;
}

h1 {
  margin: 20px 0px 10px 20px;
}

ul {
  margin: 0px 0px 0px 15px;
}

.site_title     {
  margin: 5px 0px 5px 5pt;
}

.site_title a,
.site_title a: link,
.site_title a: visited,
.site_title a: active,
.site_title a: hover {
  color: #f90;
  text-decoration: none;
}

.description    {
  margin: 10px 0px 20px 20px;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}

.post1 {
  font-size: 12px;
  color: #FFFFFF;
}

.entry {
  margin: 0px 0px 20px;
}

.entry_admin {
  margin: 0px 0px 0px 10px;
}

.entry_date {
  margin: 10px 30px 10px 0px;
  font-size: 14px;
  color: #414D7B;
  font-weight: bolder;
  border-top: 1px solid #444444;
  border-left: 10px solid #444444;
  padding: 0px 0px 3px 5px;
}

.entry_title {
  padding: 0px 0px 0px 15px;
  font-size: 14px;
  color: black;
  font-weight: bold;
}

.entry_body   {
  margin: 15px 30px 15px 20px;
  font-size: 12px;
  line-height: 150%;
  word-break: break-all;
}

.entry_author    {
  margin: 0px 30px 0px 0px;
  font-size: 12px;
  color: #999999;
  text-align: right;
}

.entry_more   {
  margin: 15px 30px 10px 20px;
  font-size: 12px;
  color: black;
  line-height: 150%;
}

.entry_state {
  clear: both;
  margin: 20px 30px 25px 20px;
  padding-top: 10px;
  font-size: 12px;
  color: #999999;
}

blockquote {
  margin: 20px 10px 20px 10px;
  padding: 10px;
  font-size: 11px;
  color: #333333;
  border: 1px solid #CCCCCC;
}

.pict {
  float: right;
  border-width: 3px;
  border-style: solid;
  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}

.linktitle   {
  margin: 10px 0px 0px 3px;
  font-size: 12px;
  color: white;
  font-weight: bolder;
  text-align: center;
  line-height: 150%;
  background-color: #BBBBBB;
}

.linktext   {
  margin: 0px 0px 0px 3px;
  padding: 3px 3px 3px 3px;
  font-size: 12px;
  color: #369;
  text-align: left;
  line-height: 150%;
  background-color: #CCCCCC;
}

.linktext_center   {
  margin: 0px 0px 0px 3px;
  padding: 3px 3px 3px 3px;
  font-size: 12px;
  color: #369;
  text-align: center;
  line-height: 150%;
  background-color: #CCCCCC;
}

#poprank {
  margin: 0px 0px 0px 3px;
  padding: 3px 3px 3px 30px;
  font-size: 12px;
  color: #369;
  text-align: left;
  line-height: 150%;
  background-color: #CCCCCC;
}

.uturundesu {
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 3px 3px 3px 3px;
  font-size: 14px;
  text-align: left;
  background-color: transparent;
}

.pagearea {
  float: right;
  margin: 10px 0px 0px 0px;
  padding: 3px 3px 3px 3px;
  font-size: 14px;
  text-align: right;
  background-color: transparent;
}

/* SEARCH---------------------------------------------------------------------- */
#search  {
  font-size: 10px;
  color: 000000;
}

/* FOOTER---------------------------------------------------------------------- */
.copyright  {
  font-size: 11px;
  color: #FFFFFF;
  text-align:right;
}


/* CLOCK---------------------------------------------------------------------- */
.clock      {
  color: black;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  background-color: transparent;
  text-align: center;
  margin: 0px 0px 0px 2px;
  padding: 3px;
  border: 0px;
  width: 170px;
  height: 16px;
}

/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0pt 0px 0px 0px;
}

.cell       {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  background: white no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px;
}

.cell_today      {
  color: olive;
  font-size: 9px;
  font-family: Verdana;
  background: #cfc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px;
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  background: #f99 no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px;
}

.cell_saturday    {
  color: #000066;
  font-size: 9px;
  font-family: Verdana;
  background: #9cc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px;
}

/*フォーム設定---------------------------------------------------------------------- */
form {
  margin: 0px;
  padding: 0px;
}

textarea {
  font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
}

/*サーチボックス---------------------------------------------------------------------- */
