?/* 全体設定---------------------------------------------------------------------- */

*	{
font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

body     {
  color: black;
  background-color: #fdfaed;
  margin: 0px auto 0px auto;
  padding: 0px;
  text-align: center;
}


#inbox	{
  margin-left: auto;
  margin-right: auto;
  width: 762px;
  text-align:left;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
}

img {
  border:none;
}



a:link      { color: #7f5a5e; text-decoration: none }
a:visited   { color: #7f5a5e; text-decoration: none }
a:active   { color: #7f5a5e; text-decoration: none }
a:hover   {color: #7f5a5e; text-decoration: underline;}


/* タイトル関連---------------------------------------------------------------------- */
#banner_waku {
  border: 1px solid dimgray;
  width: 760px;
}

#banner {
  background-color: #ffd4c4;
  background-image: url(images/22_title.gif);
  width: 760px;
  height: 80px;
  padding: 0px 0px 0px 0px;
}
#banner_title  {
  float:left;
  width:760px;
  height: 50px;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#banner_des  {
  float:left;
  width:760px;
  height: 30px;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.site_title     {
  padding : 10px 0px 0px 20px;
  font-size: 18px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover  {
  color: #ae0052;
  text-decoration: none;
}

.description    {
  color: black;
  font-weight: bold;
  font-size: 10px;
  margin: 0px 10px 2px 20px;
}



/* メニュー関連------------------------------------------------------------------ */

#left_side {
  width:180px;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  float:left;
}

#right_side {
  width:180px;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  float:left;
}


.linktitle   {
  color: dimgray;
  background-color: #ffd4c4;
  background-image: url(images/22_manu.gif);
  font-weight: bolder;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 10px;
  border-top: 1px solid dimgray;
  border-left: 1px solid dimgray;
  border-right: 1px solid dimgray;
  border-bottom: 1px dashed dimgray;
}

.linktext   {
  color: #f79798;
  background-color: white;
  font-size: 10px;
  line-height: 170%;
  margin: 0px 0px 10px 0px;
  padding: 3px 3px 20px 6px;
  border-left: 1px solid dimgray;
  border-right: 1px solid dimgray;
  border-bottom: 1px solid dimgray;
}



/* 記事関連---------------------------------------------------------------------- */

#main {
  float:left;
  width:380px;
  margin:15px 10px 0px 10px;
  padding: 0px 0px 20px 0px;
  background-color: transparent;
  font-size: 12px;
}

.entry_frame {
	width: 378px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	background-color: white;
	border: 1px solid dimgray;
}

.entry_date {
  font-size: 14px;
  color: #25799e;
  font-weight: bolder;
  background-color: #ffd4c4;
  background-image: url(images/22_manu.gif);
  border-bottom: 1px dashed dimgray;
  padding: 6px 0px 6px 15px;
}

.entry_date a:link,
.entry_date a:visited,
.entry_date a:hover     {
  color: #ffc800;
  text-decoration: none; background-color: transparent;
}



.entry_title     {
  color: #ffc300;
  font-weight: bold;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 3px 15px;
}

.entry_body   {
  color: dimgray;
  line-height: 170%;
  background-color: transparent;
  padding: 15px 15px 15px 15px;
}

.entry_author    {
  color: black;
  font-size: 10px;
  background-color: transparent;
  text-align: right;
  padding: 2px 5px 2px 0px;
}

blockquote {
  color: black;
  margin:10px;
  background-color: #ffeca1;
  background-image: url(images/22_manu.gif);
  padding: 15px;
  }

.entry_state {
  font-size: 10px;
  color: dimgray;
  background-color: #e8e7e0;
  text-align: right;
  padding: 3px 5px 3px 0px;
  margin: 0px 0px 0px 0px;
  clear: both;
}


/* コメント・ＴＢ関連---------------------------------------------------------------------- */

.ct_title {
  font-size: 14px;
  color: #25799e;
  font-weight: bolder;
  background-color: #ffd4c4;
  background-image: url(images/22_manu.gif);
  padding: 5px 0px 3px 15px;
}

.comment_frame {
  width: 378px;
  margin: 0px 0px 10px 0px;
  text-align: left;
  background-color: white;
  border: 1px solid dimgray;
}

.comment_body   {
  color: dimgray;
  line-height: 170%;
  background-color: transparent;
  padding: 15px 15px 15px 15px;
}

.comment_body_l   {
  font-size: 10px;
  color: dimgray;
  background-color: transparent;
  padding: 5px 5px 5px 15px;
}

.comment_state {
  font-size: 10px;
  color: #009ec3;
  background-color: #e8e7e0;
  text-align: left;
  padding: 5px 5px 3px 10px;
  margin: 0px 0px 0px 0px;
}




/* 記事部分各所リンク色指定------------------- */
.entry_date a:link,
.entry_date a:visited,
.entry_date a:hover     {
  color: #ae0052;
  text-decoration: none; background-color: transparent;
}

.entry_body a:link,
.entry_body a:visited,
.entry_body a:hover,
.entry_state a:link,
.entry_state a:visited,
.entry_state a:hover,
.comment_body a:link,
.comment_body a:visited,
.comment_body a:hover,
.entry_author a:link,
.entry_author a:visited,
.entry_author a:hover
    {
  color: #f25076;
  text-decoration: none; background-color: transparent;
}

/* ページエリア関連-------------------------------------------------------------- */

#pagearea  {
  background-color: white;
  width:378px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin:15px 0px 0px 0px;
  text-align:center;
  border: 1px solid dimgray;
}

.pagearea  {
  font-size: 10px;
  text-align:center;
  padding: 0px 0px 10px 0px;
}

/* フッター関連------------------------------------------------------------------ */

#footer {
  background-color: #ffd4c4;
  background-image: url(images/22_manu.gif);
  width: 760px;
  margin: 0px 0px 0px 0px;
  border: 1px solid dimgray;
}

.copyright  {
  color: dimgray;
  font-size: 11px;
  text-align:center
}


/* カレンダー関連---------------------------------------------------------------- */
.cal_inbox	{
  color: dimgray;
  font-family: Verdana;
  background-color: white;
  width: 760px;
  height: 30px;
  border-top: 1px dashed dimgray;
}

.cal_pr	{
  width: 40px;
  font-family: Verdana;
  font-size: 9px;
  float: left;
  padding-top: 8px;
  text-align: center;
}

.cal_ne	{
  width: 40px;
  font-family: Verdana;
  font-size: 9px;
  padding-right: 0px;
  float: left;
  text-align: center;
  padding-top: 8px;
}

.cal_month	{
  width: 80px;
  font-family: Verdana;
  font-size: 9px;
  float: left;
  text-align: center;
  padding-top: 8px;
}

.cal_center	{
  width: 600px;
  font-family: Verdana;
  font-size: 9px;
  float: left;
}

.cell	{
  color: #c5cfce;
  font-size: 9px;
  width: 18px;
  padding-top: 6px;
}

.cell_sunday	{
  color: #ff8387;
  font-size: 9px;
  width: 18px;
  padding-top: 6px;
}

.cell_saturday	{
  color: #00aad6;
  font-size: 9px;
  width: 18px;
  padding-top: 6px;
}

.cell_today	{
  color: #ae0052;
  font-size: 9px;
  padding-top: 6px;
  width: 18px;
  font-family: Verdana;
  font-weight: bolder;
  border-bottom: 1px dashed #ae0052;
}

/* 記事書き込み済み日付リンクカラー */
.cell a,
.cell a:link,
.cell a:visited,
.cell_sunday a,
.cell_sunday a:link,
.cell_sunday a:visited,
.cell_sunday a,
.cell_sunday a:link,
.cell_sunday a:visited,
.cell_saturday a,
.cell_saturday a:link,
.cell_saturday a:visited	{
  color: dimgray; 
  text-decoration: none；
}
/*フォーム設定---------------------------------------------------------------------- */

form {
  margin: 0px;
  padding: 0px;
}

input {
  color: dimgray;
  background-color: #ffeca1;
  border:1px solid white;
  font-size: 10px;
}

textarea {
  color: dimgray;
  background-color: #fff0b5;
  background-image: url(images/22_manu.gif);
  border:1px solid white;
  font-size: 12px;
}

.sbm {
	background-color: #ffeca1;
	color: black;
  	border:1px solid white;
}




