body { 
text-align:center;
line-height:20px;
margin:0;
padding:0;
background-color:#ffffff;                       /* 外側背景色 */
} 
#outline { 
background-color:#ffffff;                     /* サイト背景色 */
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1054px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:600px;                                          /* 中央 */
float:right; 
} 
#left { 
width:217px;                                            /* 左 */
float:left; 
} 
#right { 
width:217px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:827px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#f69; text-decoration:none;}      /* 通常 */
a:active  {color:#f69; text-decoration:none;}      /*実行中*/
a:visited {color:#f69; text-decoration:none;}      /*訪問済*/
a:hover   {color:#f36; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:2px solid #ffffff;                     /* 外枠の色     */
margin-top:40px;                               /* ヘッダ上間隔 */
margin-bottom:5px;                            /* ヘッダ下間隔 */
}
#header_body { 
background-color:#ffffff;                     /* 背景色       */
border:1px solid #ffffff;                     /* 内枠の色     */
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:16pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:10px 0px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#333; text-decoration:none; } /* 通常 */
h1 a:active  { color:#333; text-decoration:none; } /*実行中*/
h1 a:visited { color:#333; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#f36; text-decoration: underline; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:9pt;                                 /* 文字サイズ */
color:#333;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 0px 5px; 
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
margin-bottom:15px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:14pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#fff;             /* 背景色    (タイトル) */
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:6px 10px;
margin:0;
} 
                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#f69; text-decoration:none; } /* 通常 */
h2 a:active  { color:#f69; text-decoration:none; } /*実行中*/
h2 a:visited { color:#f69; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#f36; text-decoration: underline; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:9pt;                       /* 文字サイズ(記事本文) */
color:#333;                        /* 文字色    (記事本文) */
background-color:#fff;               /* 背景色             */
border-top:   #CCC 0px solid;          /* 枠(上)    (本体) */
border-left:  #333 0px solid;          /* 枠(左)    (本体) */
border-right: #333 0px solid;          /* 枠(右)    (本体) */
border-bottom:#333 0px solid;          /* 枠(下)    (本体) */
padding:5px 10px; 
}
.ently_img img {
float:left;
border: 0;
margin:0 10px 0 0; /* 画像の余白 */
width: 200px; /* 画像表示サイズ */
height: 150px;
}
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:5px 0px; 
margin-bottom:10px; /* 記事末尾の間隔調整 */
}

h3 { 
font-size:9pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:0px;
text-decoration:none;
font-weight:normal;
}

.ently_tag {
text-align:right;
color:#666;
margin:0px;
list-style-type: none;
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#666;                        /* 文字色(時刻・CM・TB) */
margin:0px; 
}
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#333;                        /* 文字色    (タイトル) */
background-color:#fff;             /* 背景色    (タイトル) */
padding:3px 5px; 
} 
.plugin1_body { 
font-size:8pt;                           /* 文字サイズ(本体) */
color:#333;                            /* 文字色    (本体) */
background-color:#fff;                 /* 背景色    (本体) */
padding:5px 5px 5px 5px; 
line-height:14px;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#333;                        /* 文字色    (タイトル) */
background-color:#fff;             /* 背景色    (タイトル) */
padding:3px 5px; 
} 
.plugin2_body { 
font-size:8pt;                           /* 文字サイズ(本体) */
color:#333;                            /* 文字色    (本体) */
background-color:#fff;                 /* 背景色    (本体) */
padding:5px 5px 5px 5px; 
line-height:14px;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
margin-bottom:15px;
} 
.plugin3_title { 
font-size:13pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#333;                        /* 文字色    (タイトル) */
background-color:#fff;             /* 背景色    (タイトル) */
padding:6px 10px; 
} 
.plugin3_body { 
font-size:9pt;                           /* 文字サイズ(本体) */
color:#333;                            /* 文字色    (本体) */
background-color:#fff;                 /* 背景色    (本体) */
border-top:   #CCC 0px solid;          /* 枠(上)    (本体) */
border-left:  #333 0px solid;          /* 枠(左)    (本体) */
border-right: #333 0px solid;          /* 枠(右)    (本体) */
border-bottom:#333 0px solid;          /* 枠(下)    (本体) */
padding:5px 10px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#333;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#fff;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
padding:6px 10px; 
} 
.comment_body { 
font-size:9pt;                   /* 文字サイズ(コメント本文) */
color:#333;                    /* 文字色    (コメント本文) */
background-color:#FFFFFF;               /* 背景色             */
padding:5px 10px; 
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:5px 0px;
}
.comment_navi { 
color:#666;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 0px 0px;
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 95%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#333;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
padding:6px 10px; 
} 
.trackback_block_body { 
font-size:9pt;                   /* 文字サイズ(ブロック本文) */
color:#333;                    /* 文字色    (ブロック本文) */
text-align:left; 
padding:10px 10px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#666;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:9pt;                   /* 文字サイズ(個別本文)     */
color:#333;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#e0e0e0 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
margin:20px 0px; 
} 
.various_title {
font-size:11pt;                       /* 文字サイズ(タイトル) */
color:#333;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
padding:6px 10px; 
margin:0; 
}
.various_body { 
font-size:9pt;                           /* 文字サイズ(本体) */
color:#333;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:   #CCC 0px solid;          /* 枠(上)    (本体) */
border-left:  #333 0px solid;          /* 枠(左)    (本体) */
border-right: #333 0px solid;          /* 枠(右)    (本体) */
border-bottom:#333 0px solid;          /* 枠(下)    (本体) */
padding:5px 10px;
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:5px 0px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border-top:1px solid #ccc;                       /* 外枠の色   */
background-color:#f0f0f0;                       /* 背景色     */
background: -moz-linear-gradient(top, #e0e0e0, #f0f0f0);
background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f0f0f0));
background: -o-linear-gradient(top, #e0e0e0, #f0f0f0);
/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e0e0e0, endcolorstr=#f0f0f0));
/* IE8 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e0e0e0, endcolorstr=#f0f0f0))";
zoom: 1;
}
#footer_inline {
border-top:1px solid #fff;                       /* 内枠の色   */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#666;                                  /* 文字色     */
padding:5px; 
width: 1054px;
margin:0 auto;
line-height:15px;
}
                                              /* リンク       */
#footer_body a:link    { 
text-decoration: none;
color: #666;
}
#footer_body a:active  { color:#666; }     /* 実行中       */
#footer_body a:visited { color:#666; }     /* 訪問済み     */
#footer_body a:hover   { color:#f36; text-decoration: underline; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender td { text-align: center; }
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:20px 0 20px 10px; font-size:9pt; }

/* カレンダーの中央寄せ */
.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バトンのスタイル ▲ */

/* ナビゲーション */
.nav {
padding: 1px 20px;
margin: 0 auto 20px;
width: 1014px;
font-size: 80%;
border-bottom:#ccc 1px solid;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background: #f0f0f0;
background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
background: -o-linear-gradient(top, #ffffff, #e0e0e0);
/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#e0e0e0));
/* IE8 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#e0e0e0))";
zoom: 1;
}
.nav li {
list-style: none;
float: left;
}
.nav li a {
text-decoration: none;
color: #666;
padding: 8px 12px;
display: block;
}
.nav li a:hover {
background: #fcc;
}

.fixed {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
line-height: 18px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

/* ページトップ */
#page-top {
position: fixed;
bottom: 20px;
right: 20px;
font-size: 83%;
}
#page-top a {
background: #000;
text-decoration: none;
color: #fff;
width: 100px;
padding: 30px 0;
text-align: center;
display: block;
border-radius: 5px;
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}
#page-top a:hover {
text-decoration: none;
background: #333;
}

/* ピックアップ（カテゴリ3） */
.pickup {
float:left;
width: 144px;
text-align:center;
line-height:1.3;
font-size:12px;
margin:0px 0px　5px;
}
.pickup img {
border: 0;
margin-bottom:0px;
width: 140px;
}
.pickup hr {
margin:10px 0;
height: 1px;
border: none;
border-top: 1px #999999 solid;
}
.pickup1 hr{
height: 1px;
border: none;
border-top: 1px dotted #ccc;
}

/* ピックアップ（goods） */
.pickup_g {
float:left;
width: 116px;
text-align:center;
line-height:1.3;
font-size:12px;
margin:0px 0px　4px;
}
.pickup_g img {
border: 0px;
margin-bottom:0px;
width: 110px;
}

/* ピックアップ2_3（記事下） */
.pickup2 {
margin-bottom:5px;
}
.pickup2 hr {
margin:10px 0;
height: 1px;
border: none;
border-top: 1px #999999 solid;
}
.pickup3 {
float:left;
width: 160px;
text-align:center;
line-height:1.3;
font-size:12px;
margin:5px 4px 0;
}
.pickup3 img {
border: 0;
margin-bottom:5px;
width: 160px;
}

/* ピックアップ（サイド個別紹介） */
.pickup_s img {
border: 0;
margin-bottom:5px; /* 画像の余白 */
width: 180px; /* 画像表示サイズ */
}
.pickup_s hr {
height: 1px;
border: none;
border-top: 1px dotted #ccc;
}

/* 新着記事サムネイル画像表示 */
.img_recent br {
clear:left;
}
.img_recent img {
float:left;
border: 0;
margin-right:5px; /* 画像の右余白 */
margin-bottom:5px; /* 画像の下余白 */
width: 60px; /* 画像表示サイズ */
height: 45px;
}
.recent_border {
line-height:15px;
border-bottom: 1px dotted #ccc;
}

/* 他サイト記事ランキング画像表示 */
#img_rank img {
border: 0;
margin:5px; /* 画像の余白 */
width: 160px; /* 画像表示サイズ */
}
#img_rank a:hover {
color:#f36;
text-decoration:underline;
}

/* サイト内記事ランキング */
#page_rank {
line-height:18px;
}
#page_rank a:hover {
color:#f36;
text-decoration:underline;
}

/* Powered */
.powered {
margin-bottom:5px;
}


/* Links */
#links {
line-height:15px;
font-size:8pt;
}

body { 
font-family: メイリオ; 
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.immoral_title {
  line-height:1.5 !important;
  font-size:12px !important;
}
.immoral_parts img {
  height: 104pX !important;
}
.immoral_parts p {
  margin: 0 0 5px; !important;
}

img.ently_img {
  float: left;
  margin-right: 10px;
}

#blz_reverse_3525_1013 {
  margin-bottom: 10px;
}

.duga {
  margin-bottom: 15px;
}
.duga img {
  max-width: 1048px;
}

/* アズドム基本設定（共通） */

.az a,.az div{
	display:block;
	overflow:hidden;
	floot:left;
}

.az img{
	max-width:100%;
	height:auto;
	border:none;
}

.az{
	margin:5px;
	display:inline-block;
	width:135px;
	height:247px;
	position:relative;
}

.aztitle{
	margin:5px;
	height:42px;
	overflow:hidden;
}

/* オンマウス［opacity］ */

.az:hover{
	opacity:0.7;
}

/**************************************************************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/
/**************************************************************/