@charset "EUC-JP";


/* 全体的な設定
------------------------------------------------------------ */


body {
  text-align : center;
  background : #ffffff; /* ページ全体の背景色を設定 */
  font-size : 12px; /* ページ全体のフォントのサイズを設定 */
  font-family : "VERDANA", "Arial", "SANS-SERIF", "ヒラギノ角ゴ Pro W3", "Osaka"; /* ページ全体のフォントの種類を設定 */
  color : #000000; /* ページ全体の文字色を設定 */
}


div#container {
  width : 740px;       /* コンテンツ幅を740pxに設定 */
  margin-left : auto;  /* 左側のマージンを自動算出 */
  margin-right : auto; /* 右側のマージンを自動算出 */
  text-align : left;}


div#primary-column {
  float : left;        /* プライマリーカラム（本文等）を左側に回り込ませる */
  width : 470px;       /* 幅を470pxに設定 */
  padding : 0px 20px;}


div#secondary-column {
  float : right;       /* セカンダリーカラム（メニュー等）を右側に回り込ませる */
  width : 200px;       /* 幅を200pxに設定 */
  padding : 0px 10px;}


div#siteinfo {
  clear : both;        /* 全ての回り込みの解除 */
  padding : 0px 20px;}


a:link {
  color : #8b1a1a; text-decoration: none;/* 未閲覧のリンク色を設定 */
}
a:visited {
  color : #8b1a1a; text-decoration: none;/* 閲覧済のリンク色を設定 */
}
a:hover {
  color : #ff0000; text-decoration: underline;/* マウスオーバー時のリンク色を設定 */
}
a:active {
  color : #000000; text-decoration: underline;/* アクティブ時のリンク色を設定 */
}

img{
  margin:4px 8px 5px 1px; /* imgのマージン設定 */
}



/* テーブルの設定
------------------------------------------------------------ */


.color1 {background-color : #cccccc;}
.color2 {background-color : #cccccc;}
.color3 {background-color : #ffffff;}


/* タイトルの設定
------------------------------------------------------------ */

.title_img {
height: 280px;
width: 800px;
  background : transparent url("http://blog-imgs-14.fc2.com/f/a/v/favremania/jiwon_fc2_13.jpg") top center no-repeat;}

.site_title {
  font-size: 15px; font-weight: bold;
  padding : 250px 0px 0px 5px;
  letter-spacing : 1px}

.site_title a:link {color: #8b1a1a;text-decoration: none;}
.site_title a:visited {color: #8b1a1a;text-decoration: none;}
.site_title a:hover {color: #ff0000;text-decoration: underline;}
.site_title a:active {color: #000000;text-decoration: underline;}


/* 暦の設定
------------------------------------------------------------ */

.calender {
margin : 10px 0px;
font-size : 11px;
color : #000000;
text-align : center;}

.calender a:link {color : #8b1a1a; text-decoration : none;}
.calender a:visited {color : #8b1a1a; text-decoration : none;}
.calender a:hover {color : #ff0000; text-decoration : underline;}
.calender a:active {color : #000000; text-decoration : underline;}


/* プライマリーカラム（本文等）の設定
------------------------------------------------------------ */


.entry_title {margin-top : 20px; font-size: 15px; font-weight: bold; }

.entry_title a:link {color: #8b1a1a;text-decoration: none;}
.entry_title a:visited {color: #8b1a1a;text-decoration: none;}
.entry_title a:hover {color: #ff0000;text-decoration: underline;}
.entry_title a:active {color: #000000;text-decoration: underline;}

.txt {
  margin-top : 30px;
  line-height : 1.5;}

.more {
  margin-top : 30px;
  text-align : right;}

.list {
  margin : 30px 0px 10px 0px;
  text-align : right;}

.navi {
  margin : 30px 0px;
  text-align : right;}

.navi2 {
  margin-top : 10px;
  text-align : right;}

input,textarea {
  font-size : 12px;
  font-family : monospace;
  color : #000000;
  line-height : 1.5;
  border-width : 1px;
  background-color : #FFFFFF;
  border-color : #000000;
  border-style : solid;}


/* セカンダリーカラム（メニュー等）の設定
------------------------------------------------------------ */


.plugin {margin : 20px 0px;}


/* フッターの設定
------------------------------------------------------------ */


.footer {
  margin : 0px 0px;
  color : #000000;
  text-align : left;}

.footer a:link {color: #8b1a1a;text-decoration: none;}
.footer a:visited {color: #8b1a1a;text-decoration: none;}
.footer a:hover {color: #ff0000;text-decoration: underline;}
.footer a:active {color: #000000;text-decoration: underline;}

