@charset "euc-jp";


/* 全体的な設定
------------------------------------------------------------ */

body {
  color : #666666;       /* 文字のいろ */
  font-size : 13px;      /* 文字の大きさ */
  letter-spacing : 1px;  /* 文字の間隔 */
  font-family : Verdana,"ＭＳ ゴシック","Osaka-等幅",monospace;
                         /* 文字の種類 */
  line-height : 1.5;     /* 行間 */

  text-align : center;}

br {letter-spacing : 0;}

a {color : #666666;      /* リンク文字のいろ */}
a:hover {color : #999999;/* リンク文字のいろ（ポイント時） */}

div#container {
  width : 740px;
  margin-left : auto;
  margin-right : auto;
  text-align : left;}

div#primary-column {
  float : left;
  width : 410px;}

div#secondary-column {
  float : right;
  width : 330px;}


/* 枠及び背景のいろの設定
------------------------------------------------------------ */

body {
  background-color : #FFFFFF; /* 全体の背景のいろ */}

.en {
  background-image : url(http://blog-imgs-12.fc2.com/a/k/a/akaimesi/en01.jpg); 
  background-repeat : no-repeat;
  width : 740px;
  height : 509px;}


/* ブログタイトル、説明の設定
------------------------------------------------------------ */

.header {padding-top : 20px;}

.header a {
  color : #666666; /* 文字のいろ */
  text-decoration : none;}
.header a:hover {
  color : #666666; /* 文字のいろ（ポイント時） */
  text-decoration : underline;}


/* 左カラムの設定
------------------------------------------------------------ */

.text {
  width : 360px;
  height : 220px;
  border-width : 0px;
  overflow : auto;
  scrollbar-face-color : #FFFFFF;
  scrollbar-track-color : #FFFFFF;
  scrollbar-arrow-color : #666666;
  scrollbar-highlight-color : #FFFFFF;
  scrollbar-shadow-color : #FFFFFF;
  scrollbar-3dlight-color : #FFFFFF;
  scrollbar-darkshadow-color : #FFFFFF;

  margin-top : 170px;
  margin-left : 50px;}

.entry-title {font-weight : bold;}

.entry-title a {
  color : #F49F9B;
  text-decoration : none;}
.entry-title a:hover {
  color : #F49F9B;
  text-decoration : underline;}

.text-right {text-align : right;}

.text-right a {
  color : #F49F9B;
  text-decoration : none;}
.text-right a:hover {
  color : #F49F9B;
  text-decoration : underline;}

.text-center {text-align : center;}

.comment-title {font-weight : bold;}


/* 右カラムの設定
------------------------------------------------------------ */

.calender {
  margin-top : 60px;
  margin-left : 70px;}

.calender td {text-align : center;}

.calender a {
  color : #FFFFFF;
  text-decoration : none;}
.calender a:hover {
  color : #FFFFFF;
  text-decoration : underline;}


/* フッターの設定
------------------------------------------------------------ */

div#footer {
  color : #666666;     /* 文字のいろ */
  font-size : 12px;    /* 文字の大きさ */
  letter-spacing : 2px;/* 文字の間隔 */

  margin-top : 20px;
  text-align : right;}

div#footer a {
  color : #666666; /* リンク文字のいろ */
  text-decoration : none;}
div#footer a:hover {
  color : #666666; /* リンク文字のいろ（ポイント時） */
  text-decoration : underline;}


/* 入力フォームの設定
------------------------------------------------------------ */

input,textarea {

  color : #666666;         /* 文字のいろ */
  font-size : 13px;        /* 文字の大きさ */
  letter-spacing : 1px;    /* 文字の間隔 */
  font-family : monospace; /* 文字の種類 */}

