body {
  font-family: Verdana ,sans-serif,Osaka;
  background: #ffe;
  background-image: url();
  background-position: 0 0;
  background-attachment: scroll;
  background-repeat: repeat-x;
  font-size: 83%;
  line-height: 1.6;
  margin:0;
  padding: 0;
  background-color : #fff; /* 背景色を白色に設定 */
  width: 74.5em;
  margin-left : auto ; margin-right : auto ;
}


a:link {
  color:#333;
  text-decoration: none;
}
a:active {
  color: #999;
  text-decoration: none
}
a:visited {
  color: #666;
  text-decoration: none
}
a:hover {
  color: #d00;
  text-decoration: underline;
}



h1 {
  margin 0;
  font-size: 157%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
h2 {
  font-size: 100%;
  font-style: normal;
  text-align: left;
  width: 100em;
  height: 8em;
}


.intro {
  font-size: 105%;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  height: 5em;
  width: 74.5em;
}



/* レイアウト設定 */
/* レイアウト構成は left 属性で右に大きくパディングを取って、
  右側に right を配置してます。*/

/* 記事表示部分 */
.left {
  margin-top: 0em/* 横カレンダーを表示させない場合は、4em を 2em に。*/;
  padding: 0;
  border:;
  background: #fff;
  background-image: url();
  background-position: 0 0;
  background-attachment: scroll;
  background-repeat: repeat;
  width: 51.75em;
  word-break: break-all;
}

/* メニュー表示部分 */
.right {
  background: #fff;
  background-image: url();
  background-position: 0 0;
  background-attachment: scroll;
  background-repeat: repeat;
  width: 18em;
  position: absolute;
  padding: 0.75em;
  top: 14em/* 横カレンダーを表示させない場合は、10.7em を 8.7em に。*/;
  right: 0;
  color: #232323;
  border: 1px solid #777;
  word-break: break-all;
}

.right a:link {
  color:#333;
  text-decoration: none;
}
.right a:active {
  color: #999;
  text-decoration: none
}
.right a:visited {
  color: #666;
  text-decoration: none
}
.right a:hover {
  color: #d00;
  text-decoration: underline;
}

/* メニューの見出し*/
.right h3 {
  font-size: 80%;
  font-family: /*Georgia ,*/Verdana ,sans-serif,Osaka;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.1em;
  margin: 2em 0 0 0;
  padding: 0 0 0 0.5em;
  background: #eee;
  border-left: 1px solid #eee;
  border-right: 0px solid #777;
  border-top: 1px solid #eee;
  border-bottom: 0px solid #777;
}

/* 自己紹介的なところのリスト要素 */
/* 下のカレンダーのために下に余白を取ってます。
  カレンダーを削除する場合はこの余白設定も削除してください。*/
.right ul.info {
  list-style-type: circle;
}

.right p{
  font-size: 80%;
  margin: 1em 0 0 0;
}


/* その他のメニュー内のリスト */
.right ul {
  font-size: 80%;
  list-style-type: square;
  padding: 0 1.5em;
  margin: 0;
}

.right ul li {
  margin: 0;
  list-style-position: outside;
}


/* 一番下の部分(copyright) */
#footer {
  margin-top: 2em;
  margin-left: 0.5em;
  width: 100em;
}
/* footer 内に色々表示させたい場合はこの辺も一緒に弄った方が吉 */
#footer p {
  font-size: 75%;
  letter-spacing: 0.1em;
}


/* 記事の見出し(タイトル) */
.left h3 {
  font-size: 100%;
  color :#000;
  border-left: 0px solid #777;
  border-bottom: 0px solid #777;
  border-right: 0px solid #777;
  border-top: 1px solid #777;
  padding: 0.5em 0;
  margin: 0;
  background:;

}

/* 記事表示部分を囲うブロック要素の属性 */
.body {
  border-left: 0px solid #777;
  border-right: 0px solid #777;
  border-bottom: 0px solid #777;
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 1.4;
  background: #fff;
}

/* 記事内に画像があった場合、左に滑り込ませる */
.body img {
  border: none;
  margin: 0.5em 0 0 0;
}


/* 分類_グレーのバー */
.sub {
  text-align: right;
  font-size: 80%;
  margin: 2.5em 0 0 0;
  border: 0px solid #999;
  border-left: 1px solid #eee;
  border-right: 0px solid #777;
  border-top: 1px solid #eee;
  background: #eee;
  padding: 0.1em;
}
.sub li {
  display: inline;
  color: #995;
}
.sub a {
  margin-right: 0.5em;
}
.sub a:link {
  color: #777;
  text-decoration: none;
}
.sub a:visited {
  color: #aaa;
  text-decoration: none;
}
.sub a:hover {
  color: #f00;
  text-decoration: none;
}



/* レスフォーム設定 */
.reaf {
  color: #777;
  width: 100%;
}
.reaf dt {
  letter-spacing: 0.1em;
}
.reaf dd {
  font-size: 90%;
  margin: 0;
  padding: 0;
}

.reaf textarea {
  width: 80%;
}
#himitsu {
  width: auto;
}



/* カレンダー設定 */
table.calender {
  font-size: 90%;
  width: 95%;
  border-collapse: separate/*collapse*/;
  border-spacing: 0;
  padding: 0.5em 0 0.7em 0;
}
.calender caption {
  width: 95%;
  border-bottom: 1px solid #777;
  padding: 0 0 0.5em 0;
}
.calender th {
  font-weight: normal;
}
.calender td {
  text-align: center;
  padding: 0.1em;
}
.calender td a {
  display: block;
}
th#sun {
  color: #f00;
}
th#sat {
  color: #00f;
}
.calender td a:link {
  background: #007!important;
  color: #fff;
  text-decoration: none;
  border: 1px solid #00f;
}
.calender td a:visited {
  background: #707!important;
  color: #fff;
  border: 1px solid #f0f;
  text-decoration: none;
}
.calender td a:hover {
  background: #700!important;
  color: #fff;
  border: 1px solid #f00;
  text-decoration: none;
}




/* 自己紹介的なところで画像を使用した場合の中央寄せ */
.pay {
  text-align: center;
}


/* コメントリストの設定 */
#commentlist {
  font-size: 85%;
  margin: 0 0 5.7em 0;
  padding: 0.7em;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background: #fff;
}
#commentlist li {
  list-style-position: inside;
}

/* トラックバックリストの設定 */
#trackbacklist {
  font-size: 85%;
  margin: 2.7em 1.7em 0 0;
  padding: 1.7em 0 2.7em 3.7em;
  border-top: 1px solid #bbb;
}

/* トラックバックリスト内のリスト */
#trackbacklist li ul {
  margin-top: 0.7em;
  margin-bottom: 1.7em;
}

/* コメントリスト、トラックバックリストの整形 */
#commentlist a, #trackbacklist a {
  margin-right: 0.5em;
}
#commentlist li, #trackbacklist li {
  margin-bottom: 0.2em;
}



/* trackback uri 表示部分の設定 */
#trap dt {
  margin: 0 0 0.5em 0.7em;
}
#trap dd {
  font-size: 100%;
  font-family: "Courier New", Courier, "Times new roman",  sans-serif,Osaka;
}
#trap dd a {
  text-decoration: underline;
}



/* 検索 */
.right form {
  margin: 0;
}
.light {
  font-size: 80%;
  margin: 2.7em 0 0 0;
  padding: 0.7em 0 0 0.7em;
  border-top: 1px solid #ddd;
}
.search {
  font-size: 80%;
  margin: 0 0 1.7em 0;
  padding: 0.7em 0;
  text-align: center;
}
.search input {
  font-size: 100%;
  font-family: Verdana, Sans-serif,Osaka;
}

textarea,input,select {
  font-family : "?30D2?30E9?30AE?30CE?20Pro?20W3","Osaka","Verdana","Helvetica","Arial","?FF2D?FF33?20?FF30?30B4?30B7?30C3?30AF",sans-serif;
}

img.emoji{
  vertical-align:middle;
  border:0;
}