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