@charset "UTF-8";


/* 全体的な設定
------------------------------------------------------------ */

body {
  color : #333333;       /* 文字のいろ */
  font-size : 13px;      /* 文字の大きさ */
  letter-spacing : 1px;  /* 文字の間隔 */
  font-family : Verdana,"ＭＳ ゴシック","Osaka-等幅",monospace;
                         /* 文字の種類 */
  line-height : 1.5;     /* 行間 */

  text-align : center;}

br {letter-spacing : 0;}

a {color : #333333;      /* リンク文字のいろ */}
a:hover {color : #999999;/* リンク文字のいろ（ポイント時） */}

div#container {
  width : 740px;
  margin-left : auto;
  margin-right : auto;
  text-align : left;}


/* 枠及び背景のいろの設定
------------------------------------------------------------ */

/*

--------------------
|                  |
|                  |
|              (a) |
|------------------|
|              (1) |
|------------------|
|           |      |
|           |      |
|           |      |
|    (2)    |  (3) |
|           |      |
|           |      |
|           |      |
|------------------|
|              (4) |
--------------------

*/

body {
  background-color : #fef4f4 ; /* 全体の背景のいろ */}

.bg-img {
  background-image: url(http://file.rexadmirabills.blog.shinobi.jp/11.jpg);
                              /* (a)の背景画像 */}

.color1 {
  background-color : #000000; /* 枠及び(1)、(4)の背景のいろ */}

.color2 {
  background-color : #FFFFFF; /* (2)の背景のいろ */}

.color3 {
  background-color : #000000; /* (3)の背景のいろ */}


/* ブログタイトル、説明の設定
------------------------------------------------------------ */

.header {
  font-size : 13px;/* 文字の大きさ */

  text-align : left;
  margin : 20px;}

.header a {
  color : #999999 ; /* 文字のいろ */
  text-decoration : none;}
.header a:hover {
  color : #666666; /* 文字のいろ（ポイント時） */
  text-decoration : none;}


/* 暦の設定
------------------------------------------------------------ */

.calender {
  color : #999999; /* 文字のいろ */
  font-size : 12px;/* 文字の大きさ */

  text-align : center;
  margin : 10px;}

.calender a {
  color : #d0576b ; /* リンク文字のいろ */
  text-decoration : none;}
.calender a:hover {
  color : #d0576b ; /* リンク文字のいろ（ポイント時） */
  text-decoration : none;}


/* 左カラムの設定
------------------------------------------------------------ */

div#primary-column {
  width : 480px;
  margin : 20px;}

.entry-title {
  font-size : 13px;     /* 記事タイトルの文字の大きさ */
  background : #000000; /* 記事タイトルの背景のいろ */}

.entry-title a {
  color : #CCCCCC; /* 記事タイトルの文字のいろ */
  text-decoration : none;}
.entry-title a:hover {
  color : #666666; /* 記事タイトルの文字のいろ（ポイント時） */
  text-decoration : none;}

.text-right {text-align : right;}

.bg-slash {
  background-image : url(http://file.rexadmirabills.blog.shinobi.jp/11.jpg);}


/* 右カラムの設定
------------------------------------------------------------ */

div#secondary-column {
  width : 200px;
  margin : 20px 9px;

  color : #ffffff; /* 文字のいろ */}

div#secondary-column a {
  color : #666666; /* リンク文字のいろ */
text-decoration : none;}
div#secondary-column a:hover {
  color : #333333; /* リンク文字のいろ（ポイント時） */}


/* フッターの設定
------------------------------------------------------------ */

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 : #333333; /* リンク文字のいろ（ポイント時） */
  text-decoration : none;}


/* 入力フォームの設定
------------------------------------------------------------ */

input,textarea {

  color : #333333;         /* 文字のいろ */
  font-size : 13px;        /* 文字の大きさ */
  letter-spacing : 1px;    /* 文字の間隔 */
  font-family : monospace; /* 文字の種類 */}


