/* 全体設定------------------------------------------------ */
*{
margin: 0;
padding: 0;
}
body     {
  color: #696969;
 
  background-color: #e6bfff;
  text-align: center;
  font:100%  "Verdana", "ヒラギノ角ゴ Pro W3", 'ＭＳ Ｐゴシック',  "Osaka", sans-serif,;
}

#inbox     {
  background-image: url(images/700_a_head.jpg);
  background-position: right top;
  background-repeat : no-repeat;
  background-color: #ffffff;
  margin:0px auto 0px auto;
  width: 770px;
  text-align:left;
  padding: 0px 0px 0px 0px;
  border-left:solid 1px #c0c0c0;
  border-right:solid 1px #c0c0c0;
}

a:link      { color: #000000; text-decoration: none }
a:visited   { color: #808080; text-decoration: none }
a:active   { color: #808080; text-decoration: none }
a:hover   {color:#800000; text-decoration: underline;}

/* タイトル関連------------------------------------------- */
#banner {
  width: 770px;
  height: 100px;
}
#banner_l  {
  text-align:left;
  margin:0px 0px 0px 0px;
  padding: 20px 0px 0px 20px;
}
#banner_l  a:link  {color: #800000; text-decoration: none}
#banner_l  a:visited   {color: #800000; text-decoration: none}
#banner_l  a:hover   {color:#800000; border-bottom: 1px solid #800000; text-decoration: none;}

h1  {
  margin:0px;
  font-size: 1.5em;
}
.description    {
  color: #696969;
  font-size: 0.9em;
  padding: 30px 0px 0px 20px;
}

/* メニュー関連---------------------------------------------*/
#left_side {
  float:right;
  width:220px;
  margin:70px 10px 0px 0px;
  padding: 0px 0px 20px 0px;
}
ul {
  margin: 0px 0px 0px 5px;
  padding: 0px;
}

li {
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
}

.linktitle   {
  font-size: 0.9em;
  font-weight: bolder;
  color: #575757;
  background-image: url(images/700_a_bg2.gif);
  line-height: 170%;
  margin: 10px 0px 3px 0px;
  padding-left: 8px;
  text-align:left;
}

.linktext   {
  color: #696969;
  font-size: 0.8em;
  line-height: 170%;
  margin: 0px 0px 10px 10px;
}

.search {
  margin: 8px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
}

/* カレンダー --------------------------------------------- */
/* 曜日　-------------------------------------------------- */
.calendar_top {
  width: 95%;
  color: #696969;
  font-size: 10px;
  margin: 6px 0px 0px 5px;
}

.cell_top {
  color: #696969;
  font-size: 10px;
  font-family: Verdana;
  width: 20px;
  height: 15px;
}

.cell_suntop {
  color: #CD5C5C;
  width: 20px;
  height: 15px;
}

.cell_sattop {
  color: #6495ED;
  width: 20px;
  height: 15px;
}

/* 数字 ---------------------------------------------------- */
.calendar {
  width: 95%;
  font-size: 10px;
  color: #696969;
  letter-spacing : 1px;
  text-align:center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 5px;
}
.calendar a,
.calendar a:link,
.calendar a:visited,
.calendar a:active {
  display:block;
  background-color:#dcdcdc;
  color:#696969;
  text-decoration:none;
}

.cell {
  color: #696969;
  width: 20px;
  height: 15px;
}

.cell_today {
  color: #666;
  font-weight: bold;
  width: 20px;
  height: 15px;
}

.cell_sunday {
  color: #c00;
  width: 20px;
  height: 15px;
}

.cell_saturday {
  color: #5982b2;
  width: 20px;
  height: 15px;
}

/* 年月 ------------------------------------------------------- */
.calendarym {
  width: 95%;
  text-align:center;
  font-size: 10px;
  color: #696969;
  letter-spacing : 1px;
  padding: 2px 0px 0px 10px;
  margin: 0px 0px 10px 0px;
}


/* 記事関連------------------------------------------------ */
#main {
  float:left;
  width:500px;
  margin:35px 0px 0px 8px;
  padding: 0px 0px 0px 8px;
}

.contents{
  width: 100%;
  margin:0;
  padding:0;
}

.entry_admin {
  margin: 0px 0px 0px 10px;
}

.entry_date {
  font-family: "Verdana";
  font-size: 0.875em;
  color: #696969;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 3px 0px;
}

.entry_title     {
  color: #575757;
  background-image: url(images/700_a_bg2.gif);
  line-height: 150%;
  padding: 2px 0px 2px 10px;
} 
h2{
  font-size: 1.0em;
  font-weight: bolder;
  margin: 3px 0px 0px 0px;
}
.title2{
font-size: 1em;
padding: 0px 0px 0px 8px;
margin: 20px 0px 10px 0px;
text-align: left;
height: auto;
width: auto;
color: #696969;
font-weight: bold;
border-left:solid 8px pink;
border-bottom:solid 1px pink;
}

.entry_body   {
  font-size: 0.875em;
  color: #696969;
  line-height: 170%;
  word-break:break-all;
  margin: 5px 15px 10px 10px
}

.entry_author    {
  color: #999999;
  font-size: 12px;
  text-align: right;
  margin: 0px 10px 0px 0px
}

.entry_more   {
  color: #800000;
  font-size: 12px;
  line-height: 170%;
  margin: 15px 30px 10px 20px
}

.entry_state {
  border-bottom:dotted 1px #696969;
  text-align: right;
  font-size: 70%;
  color: #999999;
  line-height: 130%;
  margin: 2px 0px 15px 0px;
  padding: 3px 2px 3px 2px ;
}

blockquote {
  font-size: 0.875em;
  color: #333333;
  margin: 20px 10px 20px 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  }

img {
  border:none;
}

/* SEARCH-------------------------------------------------- */
#search  {
  color: #000000;
  font-size: 0.875em;
}

/* ページエリア----------------------------------------------- */

#pagearea  {
  float:center;
  margin:20px 0px 0px 0px;
  padding: 20px 0px 10px 0px;
  text-align:center;
  font-family: Verdana;
  clear: right;
}

.pagearea  {
  font-size: 75%;
  text-align:center;
}

.top {
  font-size: 75%;
  text-align:right;
  padding-right: 10px;
}

/* FOOTER-------------------------------------------------- */
#footer {
  width: 760px;
  text-align:center;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 10px 0px;
  clear: both;
}
.copyright  {
  color: #696969;
  font-size: 80%;
}

/*フォーム設定-------------------------------------------------- */

form {
  margin: 0px;
  padding: 0px;
}

input, textarea {
  color: #696969;
  background-color: #ffffff;
  border:1px solid #808080;
}

