body { 
text-align:center;
line-height:1.3;
margin:0;
padding:0;
background-color:#ffffff;                       /* 外側背景色 */
background-image: url("http://blog-imgs-47-origin.fc2.com/o/k/a/okamisan08/bg_219434.png");
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} 
#outline { 
background-color:#ffffff;                     /* サイト背景色 */
background-image: url("http://blog-imgs-47-origin.fc2.com/o/k/a/okamisan08/bg_219434.png");
}
 

/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1001px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:763px;                                          /* 中央 */
float:left
} 
#left { 
width:231px;                                            /* 左 */
float:right; 
} 
#right { 
width:0px;                                            /* 右 */
float:left
} 
#center-left {             /* 計算して設定してください ------ */
width:1000px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#000000; text-decoration:none;}      /* 通常 */
a:active  {color:#FA8072; text-decoration:none;}      /*実行中*/
a:visited {color:#345DC6; text-decoration:none;}      /*訪問済*/
a:hover   {color:#7a96cc; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:0px solid #ffffff;                     /* 外枠の色     */
margin-bottom:0px;                           /* ヘッダ下間隔 */
}
#header_body { 
background-color:#ffffff;                     /* 背景色       */
border:0px solid #ffffff;                     /* 内枠の色     */
background-image: url("http://blog-imgs-47-origin.fc2.com/o/k/a/okamisan08/bg_219434.png");
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:0pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:0px 0px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#ffffff; text-decoration:none; } /* 通常 */
h1 a:active  { color:#ffffff; text-decoration:none; } /*実行中*/
h1 a:visited { color:#ffffff; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#F0F8FF; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:0pt;                                 /* 文字サイズ */
color:#ffffff;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:0px 0px 0px; 
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#F0F8FF 0px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:20px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:16pt;                    /* 文字サイズ(記事タイトル)*/
font-weight: bold;                  /* 文字の太さ(記事タイトル)*/
background-color:#ffffff;          /* 背景色    (記事タイトル)*/
border-top:   #FA8072 2px solid;   /* 枠(上)    (記事タイトル)*/
border-left:  #FA8072 13px double;   /* 枠(左)    (記事タイトル)*/
border-right: #FA8072 1px solid;   /* 枠(右)    (記事タイトル */
border-bottom:#FA8072 1px solid;   /* 枠(下)    (記事タイトル */
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:5px 20px;
margin:0;
} 
                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#393e4f; text-decoration:none; } /* 通常 */
h2 a:active  { color:#393e4f; text-decoration:none; } /*実行中*/
h2 a:visited { color:#393e4f; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#00BFFF; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:18px;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
border-top:   #F0F8FF 1px solid;      /* 枠(上)    (記事本文) */
border-left:  #FA8072 1px solid;      /* 枠(左)    (記事本文) */
border-right: #FA8072 1px solid;      /* 枠(右)    (記事本文) */
border-bottom:#FA8072 1px solid;      /* 枠(下)    (記事本文) */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 20px; 
margin-bottom:20px; /* 記事末尾の間隔調整 */
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#999999;                        /* 文字色(時刻・CM・TB) */
margin:0px 10px 3px; 
} 
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
border-top:   #F0F8FF 0px solid;                /* 個別枠(上) */
border-right: #F0F8FF 0px solid;                /* 個別枠(右) */
border-bottom:#F0F8FF 0px solid;                /* 個別枠(下) */
border-left:  #F0F8FF 0px solid;                /* 個別枠(左) */
margin-bottom:0px; /* 次のプラグインまでの間隔 */
} 
.plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#FA8072;             /* 背景色    (タイトル) */
border: #ffa500 0px solid;            /* 枠        (タイトル) */
padding:2px 15px; 
} 
.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#808080;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #F0F8FF 0px solid;          /* 枠(上)    (本体) */
border-left : #ffa500 0px solid;          /* 枠(左)    (本体) */
border-right: #ffa500 0px solid;          /* 枠(右)    (本体) */
border-bottom:#ffa500 0px solid;          /* 枠(下)    (本体) */
padding:0px 5px 5px 5px; 
line-height:1;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
border-top:   #F0F8FF 0px solid;                /* 個別枠(上) */
border-right: #F0F8FF 0px solid;                /* 個別枠(右) */
border-bottom:#F0F8FF 0px solid;                /* 個別枠(下) */
border-left:  #F0F8FF 0px solid;                /* 個別枠(左) */
margin-bottom:0px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:15pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#FA8072;             /* 背景色    (タイトル) */
border-top:   #FA8072 0px solid;      /* 枠(上)    (タイトル) */
border-left:  #ffffff 3px double;     /* 枠(左)    (タイトル) */
border-right: #FA8072 1px solid;      /* 枠(右)    (タイトル) */
border-bottom:#ffffff 3px double;     /* 枠(下)    (タイトル) */
padding:2px 15px;
 
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#808080;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #F0F8FF 0px solid;    　　  /* 枠(上)    (本体) */
border-left:  #FA8072 1px solid;  　　    /* 枠(左)    (本体) */
border-right: #FA8072 1px solid;  　　    /* 枠(右)    (本体) */
border-bottom:#FA8072 1px solid;   　　   /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/* オンマウス時 */
.plugin2_body a:hover img { 
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #F0F8FF 0px solid;                /* 個別枠(上) */
border-right: #F0F8FF 0px solid;                /* 個別枠(右) */
border-bottom:#F0F8FF 0px solid;                /* 個別枠(下) */
border-left:  #F0F8FF 0px solid;                /* 個別枠(左) */
margin-bottom:0px;
} 
.plugin3_title { 
font-size:13px;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#ffa500;             /* 背景色    (タイトル) */
border: #ffa500 0px solid;            /* 枠        (タイトル) */
padding:0px 0px; 
} 
.plugin3_body {
text-align:left; /* 左寄せ (記事本文) */
font-size:13px; /* 文字サイズ(本体) */
color:#808080; /* 文字色 (本体) */
background-color:#ffffff; /* 背景色 (本体) */
border-top: #ffa500 0px solid; /* 枠(上) (本体) */
border-left: #ffa500 0px solid; /* 枠(左) (本体) */
border-right: #ffa500 0px solid; /* 枠(右) (本体) */
border-bottom:#ffa500 0px solid; /* 枠(下) (本体) */
padding:0px 0px;
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#F0F8FF 0px solid;           /* 外枠の/色太さ/実線     */
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#808080;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#FFB7B7;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#FFB7B7 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#808080;                    /* 文字色    (コメント本文) */
border-top:   #F0F8FF 1px solid;  /* 枠(上)    (コメント本文) */
border-left:  #FFB7B7 1px solid;  /* 枠(上)    (コメント本文) */
border-right: #FFB7B7 1px solid;  /* 枠(上)    (コメント本文) */
border-bottom:#FFB7B7 1px solid;  /* 枠(上)    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
color:#999999;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 50%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#F0F8FF 2px solid;             /* 外枠の/色太さ/実線   */
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#ffffff;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#FA8072;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border:#FA8072 1px solid;       /*枠        (ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#808080;                    /* 文字色    (ブロック本文) */
border-top:   #F0F8FF 1px solid;  /* 枠(上)    (ブロック本文) */
border-left:  #FA8072 1px solid;  /* 枠(左)    (ブロック本文) */
border-right: #FA8072 1px solid;  /* 枠(右)    (ブロック本文) */
border-bottom:#FA8072 1px solid;  /* 枠(下)    (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#ffffff;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#808080;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#F0F8FF 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border-top:#F0F8FF 2px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#ffa500;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#ffa500 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#808080;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#F0F8FF 2px solid;             /* 飾り線(上)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:0px solid #F0F8FF;                       /* 外枠の色   */
background-color:#FA8072;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#000000;                                  /* 文字色     */
border:0px solid #ffa500;                       /* 内枠の色   */
padding:5px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#000000; }     /* 通常         */
#footer_body a:active  { color:#ffffff; }     /* 実行中       */
#footer_body a:visited { color:#708090; }     /* 訪問済み     */
#footer_body a:hover   { color:#708090; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender { text-align: center; color:#808080; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }


/*** その他 ***/
p { margin: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:20px; margin-bottom:3px; } 
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 
.readmore { margin-top: 10px; } 
.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:9pt; color:#808080; }

/* カレンダーの中央寄せ */
.calender{
margin-left: auto;
margin-right: auto;
} 

/* 引用部分 */
blockquote {
margin:2px;
padding:5px;
background:#f0f0f0; /* 背景 */
border:#cccccc 1px solid; /* 枠線 */
border-left:#cccccc 5px solid; /* 枠線(左) */
}

/* ブックマーク 拍手 */
.fc2_footer {
margin-top:20px; /* 上の余白 */
}

/* ▼ サイトマップ ▼ */
#sitemap {
margin-top:5px; /* 上の余白 */
text-align:left;
}

#sitemap ul.sitemap_list {
margin-left:30px; /* 各記事リストの左余白 */
}

.display_no {
display:none;
}

/* カテゴリ一覧へ戻る */
.pgtop {
text-align:right; /* 右寄せ */
}
/* ▲ サイトマップ ▲ */

/* プラグインの文字配置 */
.ta_left { text-align: left }
.ta_right { text-align: right }
.ta_center { text-align: center }

/* プラグイン内の入力欄幅設定 */
.plugin1_body input[type="text"],
.plugin2_body input[type="text"],
.plugin1_body textarea,
.plugin2_body textarea {
width: 90%;
}

/* ▼ FC2バトンのスタイル ▼ */

/* 質問番号(Q) */
.q_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 質問本文 */
.baton_q {
margin-bottom:5px; /* 答えまでの余白 */
}

/* 答え番号(A) */
.a_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 答え本文 */
.baton_a {
margin-left: 0px;
padding-bottom:2px; /* 罫線までの余白 */
border-bottom: dotted 1px #cccccc; /* 罫線 */
margin-bottom: 20px; /* 次の質問までの余白 */
}

/* ▲ FC2バトンのスタイル ▲ */


/* 記事の折り返し */
.ently_text {
word-wrap: break-word;
}

/* コメントの折り返し */
.comment_text {
word-wrap: break-word;
}

.shikaku{
border: 2px dashed #ff0000;
padding: 5px 5px 5px 5px;
background: #ffffff;
}

.waku{
height:600px;
background: #ffffff;
overflow:hidden 
}



a { outline:none; }
img { border:none }


#scroll-top{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
}

.azlink-widget {
	width: 162px;
}
.azlink-widget a {
	text-decoration: none;
}
.azlink-widget a img {
	border: 1px solid transparent;
}
.azlink-widget a:hover img {
	border: 1px solid;
}
.azlink-widget a:hover span {
	text-decoration: underline;
}
.azlink-widget-item {
	line-height: 1.1 !important;
	text-align: center;
}


.double-border {
	border: 4px solid #ddd;
	padding: 4px; /*Inner border size*/
	background: #fff; /*Inner border color*/
}

/*------AA---------------------*/
.aa{
font-family:"ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
font-size:12px;
line-height:14px;
font-weight:normal;
}

/*-- 画像ヘッドライン --*/
.imghead{
padding:5px;
border:1px solid #FA8072;
background:#fff;
margin:10px 0 -5px;
}


/*------記事紹介------*/

.hasen {
border-bottom-color: #C8C8C7;
border-bottom-style: dotted;
border-bottom-width: 0;
border-left-color: #C8C8C7;
border-left-style: dotted;
border-left-width: 0;
border-right-color: #C8C8C7;
border-right-style: dotted;
border-right-width: 0;
border-top-color: #C8C8C7;
border-top-style: dotted;
border-top-width: 2px;
}

.entry_footer {
width:773px;
float:right;
border:1px solid  #7A6A53;
-moz-box-shadow: 1px 1px 2px #A0A0A0;
-webkit-box-shadow: 1px 1px 2px #A0A0A0;
box-shadow: 1px 1px 2px #A0A0A0;
}

.entry_footer_left{
width:250px;
float:left;
border:1px solid  #7A6A53;
margin: 2px;
-moz-box-shadow: 1px 1px 2px #A0A0A0;
-webkit-box-shadow: 1px 1px 2px #A0A0A0;
box-shadow: 1px 1px 2px #A0A0A0;
}
.entry_footer_right{
width:250px;
float:right;
border:1px solid  #7A6A53;
margin: 2px;
-moz-box-shadow: 1px 1px 2px #A0A0A0;
-webkit-box-shadow: 1px 1px 2px #A0A0A0;
box-shadow: 1px 1px 2px #A0A0A0;
}

.ently_body img#img01 {  
    border: 1px solid #CCC;  
    background: #FFF;  
    padding: 2px;  
	margin: 0 auto;

-moz-box-shadow: 1px 1px 2px #A0A0A0;
-webkit-box-shadow: 1px 1px 2px #A0A0A0;
box-shadow: 1px 1px 2px #A0A0A0;
}  

.syokai_normal {
background: #D9CEB2;
}

.syokai_normal:hover {
background: #948C75;
  color:#6633ff;
}

.syokai_good {
background-color: #fce9d8;
}

.syokai_good:hover {
background-color: #FAA;
  color:#6633ff;
}

.syokai {
margin: 10px 3px;
width: 100%;
-moz-box-shadow: 1px 1px 2px #A0A0A0;
-webkit-box-shadow: 1px 1px 2px #A0A0A0;
box-shadow: 1px 1px 2px #A0A0A0;
/*
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
*/
}

.syokai .article {
font-size: 20px;
text-align: left;
font-weight: bold;
padding: 5px 10px 0px 15px;
}

.entry_body a:link, .entry_body a:visited {
text-decoration: underline;
color: #666;
}

.syokai .article a:hover,
.syokai .type a:hover{

}

.syokai .type {
text-align: right;
padding: 0px 15px 0px 10px;
font-size: 14px;
font-weight: bold;
}

.syokai .article:first-letter{
  font-size:170%;
  color:#773b57;
}


--------------------------------------------------------------------------------



--------------------------------------------------------------------------------


/**************************************************************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/
/**************************************************************/

/* ----------------------------------------------- */
/*

      BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left
}
.blogroll-channel {
    height: 340px;
    margin-bottom: 15px;
    padding: 1px;
    border: solid 0px #999;
    background: #fff;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.65;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
　display: block;
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

img[src="http://blogroll.livedoor.com/img/32472.gif"] {
 display: none;
}


/*-- スクロール --*/
#nav_updown{
 height:108px; width:48px;
 margin:5px; padding:0px;
 
 position:fixed;
 bottom:0px;
 right:0px;
 
}

#nav_updown ul{
 margin:0px; padding:0px;
 list-style-type: none;
}
#nav_updown li{
 margin:1px 0px; padding:0px; 
 opacity : 0.5;
}

#nav_updown li:hover{
 opacity : 1.0;
}

/*---フッター---*/
div#rankingu {
float:left;
width:325px;
padding:10px;
}

div#twitter {
float:left;
width:395px;
padding:10px;
border: 1px solid #F7F4C1;
}

div#etc {
float:right;
width:300;
padding:10px;
}

div#footer {
clear:both;
width:auto;
text-align:center;
}

/* メニューバー */
ul#menu_bar {
font-size: 75%; /* 文字サイズ */
height:33px; /* 高さ */
background:url("http://blog-imgs-43-origin.fc2.com/o/k/a/okamisan08/navi-pink.png") repeat-x;
padding-left:0px;
margin-left:0px;
margin-top:0px; /* 上の間隔 */
margin-bottom:0px; /* 下の間隔 */
}
#menu_bar li {
list-style-type:none;
float:left;
line-height:33px; /* 高さ */
margin:0px;
padding:0px;
}
#menu_bar li a {
display:block;
text-align:center;
width:142px; /* １つのメニューボタンの幅 */
border-right:1px solid #fff; /* 区切り線 */
color:#ffffff; /* リンク文字の色 */
background:url("http://blog-imgs-43-origin.fc2.com/o/k/a/okamisan08/navi-pink.png") no-repeat;
text-decoration:none;
}
#menu_bar li a:hover{
color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
background:url("http://blog-imgs-43-origin.fc2.com/o/k/a/okamisan08/navi-pink.png") no-repeat 0 -33px;
text-decoration:none;
}



*{
  margin:0; padding:0;
}


.logupo_all { margin-top: 50px; text-align:right; font-weight: bold; }
.logupo_all a {
border:1px solid #FA8072;
display:block;
margin: 10px 0 0 0;
width:685px;
font-size:15px;
padding:5px 0;
text-align:center;
font-weight: bold;
}
 

/*  　　　|┃　　　　　　∧＿＿＿_へ_
* 　　　　|┃　　　　　〈:::::::::::::|
* 　　　　|┃　　　　　　∨￣￣￣ﾌ::::/
* 　　　　|┃　　　　　　　　　 ／::／
* 　　　　|┃三　　　　　　　 ／::／  |＼
* 　　　　|┃　　　　　　　 /:::∠＿＿/:|
* 　　　　|┃　　　　　　 〈::::::::::::|
*  ｶﾞﾗｯ.　|┃　　　　　　 　 ￣￣|￣￣￣
* 　　　　|┃　 ﾉ//　　　.／￣￣￣￣ ＼
* 　　　　|┃三　　　　／ 　_ノ::::ヽ ､＼
* 　　　　|┃ 　　　 ／ 　 <●>:::<●>　　＼　 こ、これは乙じゃなくてエナジーボンボンなんだから
* 　　　　|┃　 　　|　 /// （__人__) ///　 |　　変な勘違いしないでお！
* 　　　　|┃三　　 ＼　　　 ｀ ⌒´　    ／
* 　　　　|┃三　　 ／￣￣￣￣￣￣￣￣￣￣＼ 
 */


*:hover{
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
}

/* <table style="width:550px; border-left: 3px solid #B0C4DE; background-color: #fffef8;  font-size:12pt; "><tr><td> </td></tr></table> */


.res {
 width:550px;
 background-color:#fffef8;
 border-left:3px solid;
 border-color:#B0C4DE;
 padding: 0.8em;
 margin: 5px;
}

.readme a {
width:685px;
display:block;
margin: 0px auto;
border: 2px solid #FA8072;
color: #ff00ff;
padding: 5px 0;
text-align: center;
text-weight: bold;
}

.readme a:hover {
background: #FA8072;
color: #fff;
}

iframe.twitter-share-button{
width:88px !important;
}

.bottom_koukoku {
 width:350px;
 height:260px;
 float:left;
 margin-top:40px;
 margin-bottom:8px;
}

.bottom_sb {
 width:340px;
 height:110px;
 float:left;
 margin-left:42px;
}

.bottom_sb2 {
 width:330px;
 height:110px;
 float:right;
}

.fukugan {
 margin:4px;
}

.top_ad {
 width:760px;
 height:100px;
 border:1px solid #FA8072;
 background:#fff;
 padding-top:10px;
}

.top_RT {
 width:760px;
 height:160px;
 border:1px solid #FA8072;
 background:#fff;
 padding-top:10px;
}

#clear {
clear:both
}


.kotei_link {
 border-left:5px solid #FA8072;
 line-height: 1.75;
 font-size:18px;
 margin-left:21px;
 padding-left:8px;
 margin-top:3px;
 
}

.bottom_rss a {
 border-left:5px solid #FA8072;
 padding-left:8px;
}



.amazon-oret{
	width: 215px;
}

.amazon-oret:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.amazon-oret-item {
	margin-top:5px;
	margin-bottom:5px;
	border:0px solid #EEE;
	float:left;
	width:215px;
	position: relative;
}

.amazon-oret-item a{
	color:#001831;
}

.amazon-oret-item-title {
	line-height:130%;
	font-size:90%;
	font-weight:bold;
	position: absolute;
	background-color:#FFC7B7;
	color:#FFF;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	width: 209px;
	padding: 3px 3px 3px 3px;
	bottom: 0px;
	left: 0px;
}