@charset "euc-jp";


/* 全体的な設定
------------------------------------------------------------ */

body {
  color : #666666;       /* 文字のいろ */
  font-size : 13px;      /* 文字の大きさ */
  letter-spacing : 1px;  /* 文字の間隔 */
  font-family : Verdana,"ＭＳ ゴシック","Osaka-等幅",monospace;
                         /* 文字の種類 */
  background-color : #FFFFFF;
                         /* 背景のいろ */
  line-height : 1.5;     /* 行間 */

  text-align : center;}

br {letter-spacing : 0;}

a {color : #666666;      /* リンク文字のいろ */}
a:hover {color : #999999;/* リンク文字のいろ（ポイント時） */}

div#container {
  width : 860px;
  margin-left : auto;
  margin-right : auto;
  text-align : left;}


/* ブログタイトル、説明の設定
------------------------------------------------------------ */

.header {
  font-size : 13px;/* 文字の大きさ */

  text-align : left;
  margin : 20px;}

.header a {
  color : #000033; /* 文字のいろ */
  text-decoration : none;}
.header a:hover {
  color : #999999; /* 文字のいろ（ポイント時） */
  text-decoration : none;}


/* 左カラムの設定
------------------------------------------------------------ */

div#primary-column {
  width : 480px;
  margin-left : 10px;}

.entry-title {
  font-size : 13px;     /* 記事タイトルの文字の大きさ */
  background-image : url(http://blog-imgs-32-origin.fc2.com/a/k/a/akaimesi/encircle6_0200.jpg);
                        /* 記事タイトルの背景画像 */

  padding : 0 2px;
  border : 1px #000033 solid;}

.entry-title a {
  color : #000033; /* 記事タイトルの文字のいろ */
  text-decoration : none;}
.entry-title a:hover {
  color : #999999; /* 記事タイトルの文字のいろ（ポイント時） */
  text-decoration : none;}

.text-right {text-align : right;}

.comment-title {
  color : #CC3366; /* コメントタイトルの文字のいろ */}


/* 右カラムの設定
------------------------------------------------------------ */

div#secondary-column {
  width : 200px;
  margin-right : 10px;}


/* フッターの設定
------------------------------------------------------------ */

div#footer {
  color : #666666;     /* 文字のいろ */
  font-size : 12px;    /* 文字の大きさ */
  letter-spacing : 2px;/* 文字の間隔 */

  margin : 20px;
  text-align : right;}

div#footer a {
  color : #666666; /* リンク文字のいろ */
  text-decoration : none;}
div#footer a:hover {
  color : #999999; /* リンク文字のいろ（ポイント時） */
  text-decoration : none;}


/* 入力フォームの設定
------------------------------------------------------------ */

input,textarea {

  color : #666666;         /* 文字のいろ */
  font-size : 13px;        /* 文字の大きさ */
  letter-spacing : 1px;    /* 文字の間隔 */
  font-family : monospace; /* 文字の種類 */}

