body { 
text-align:center;
line-height:1.3;
margin:0;
padding:10;
background-color:#e6f0fa;                       /* 外側背景色 */ 

    position: relative;
} 
#outline { 
background-color:#f5f5f5;                     /* サイト背景色 */
width:1000px;
margin:0 auto;
}

ol.thread {
margin-left:40px;
margin-right:20px;
font-size:11pt;
} 

dt.res_kome {
font-size:12pt; 
margin-top:6px;
margin-bottom:10px;
} 

h3.red {
width:630px;
background-color:#0066ff;
padding-left:15px;
color:#ffffff;
} 

/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1000px;                                         /* 全体 */
margin:0 auto;
border-left: 1px solid #bbbbbb;

border-right: 1px solid #bbbbbb;
}
#center {
width:700px; /* 中央 */
float:right;
margin:0 10px 0px 20px;
}
#left {
width:0px; /* 左 */
float:left;
}
#right {
width:250px; /* 右 */
float:left;
margin:0 0px 10px 10px;

}
#center-left {
width:700px; /* 中央と同じ値を設定 */
float:right; 
}
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#0848b4; text-decoration:none;}      /* 通常 */
a:active  {color:#0848b4; text-decoration:none;}      /*実行中*/
a:visited {color:#0848b4; text-decoration:none;}      /*訪問済*/
a:hover   {color:#ff6600; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */

#header-inner01 {
width:1500px; /* 右 */
height: 90px;/
background-color: ffffff;

margin-top:40px;
margin-bottom:40px;
float: left;


}

.header-inner01 .ads01{
width:728px; /* 右 */
float: right;
margin-top:-96px;
margin-right:2px;

}


/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:2px none #ffffff;                     /* 外枠の色     */
margin-bottom:0px;                            /* ヘッダ下間隔 */


}
#header_body { 
background-color:#ffffff;                     /* 背景色       */
border:1px none #ffffff;                     /* 内枠の色     */

} 


/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:16pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:10px 30px; 

}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#000000; text-decoration:none; } /* 通常 */
h1 a:active  { color:#000000; text-decoration:none; } /*実行中*/
h1 a:visited { color:#000000; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#0000ff; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#000000;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 30px 10px; 

}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
font-family:"sans-serif";              /* ←フォント指定追加  */
border-left: 1px solid #bbbbbb;
border-top: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
border-bottom: 1px solid #bbbbbb;
background-color:#fafafa;               /* 背景色             */
  box-shadow:0px 0px 7px  rgba(0, 0, 0, 0.5);
	margin-bottom:20px; 
	margin-top:10px;

    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */  
} 
.ently_title {   
font-size:14pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#ffffff;          /* 背景色    (記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
border-left:#0a7fe1 7px solid;
border-bottom:#0a7fe1 1px dotted;
padding:6px 14px 7px 14px;
margin-top:10px;
margin-left:12px;
margin-right:12px;
margin-bottom:1px;
} 

                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#0848b4; text-decoration:none; } /* 通常 */
h2 a:active  { color:#0848b4; text-decoration:none; } /*実行中*/
h2 a:visited { color:#0848b4; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#ff0099; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:94%;                        /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
border-top:   #5c5c5c 1px none;      /* 枠(上)    (記事本文) */
border-left:  #000000 1px none;      /* 枠(左)    (記事本文) */
border-right: #5c5c5c 1px none;      /* 枠(右)    (記事本文) */
border-bottom:#999999 1px none;      /* 枠(下)    (記事本文) */
padding-bottom:5px;
} 

.ently_body a img { 
border: #b4b4b4 1px solid;
padding:0px;
} 

.ently_body a img:hover {
border: #ff7700 1px solid;
padding:0px;
opacity:0.8;  
filter: alpha(opacity=80);  
-ms-filter: "alpha( opacity=80 )";
}

.ently_body img {
border: #b4b4b4 1px solid;
padding:0px;
}



.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin: 15px 10px 10px 24px; 
margin-bottom:20px; /* 記事末尾の間隔調整 */
line-height:1.6;                      /* 行間    　(記事本文) */
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.ently_navi {   
text-align:left;             
font-size:13px; 
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background-color:#E3F2F7; 
color:#333333;     
margin:0px 12px 0px 12px;
padding:6px 0px 6px 12px;
border-left:#3da5ff 7px solid;
border-bottom:#3da5ff 1px dotted;
height:18px;
} 

.ninja_onebutton {   
margin-left:10px;
} 

.omatome_button {   
float:right;
margin-right:20px;
height:16px;
} 

.kategoti_data {   
float:left;
} 

/************************************************* ▲ 記事 ▲ */




/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
	border:1px solid #bbbbbb;
  box-shadow:0px 0px 7px  rgba(0, 0, 0, 0.5);
margin-bottom:30px; /* 次のプラグインまでの間隔 */
height: auto;
margin-top:10px;
    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */  
	background: #ffffff;
} 
.plugin1_title { 
	font-size14px;
        font-weight: normal;
	padding: 3px 8px;
	background:#f2f2f2;
	color:#333333;
text-align:left;
margin-bottom:2px;

	border-bottom:2px solid #009cff;
} 
.plugin1_body { 
border-bottom: 1px dotted #cccccc;
margin-right:0px;
margin-left:0px;
	line-height:1.2;
	padding-top:2px;
	padding-bottom:2px;
margin-bottom:2px;
}

.plugin1_body a{
border-bottom: 1px dotted #cccccc;
	padding-top:2px;
	padding-bottom:2px;
	line-height:1.2;
margin-left:2px;
margin-right:2px;

padding-left: 20px;
	font-size:13px;
display:block;
}

.plugin1_body li{
margin-left:0px;
list-style-type: none;
background: url("http://blog-imgs-64-origin.fc2.com/k/a/h/kahouha2jigen/37a4c6a8.gif") no-repeat scroll 6px center transparent;
}




/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}

                              /* ▽文字色とリンクの下線有無▽ */
.plugin1_body a:link    { color:#0848b4; text-decoration:none; } /* 通常 */
.plugin1_body a:active  { color:#0848b4; text-decoration:none; } /*実行中*/
.plugin1_body a:visited { color:#0848b4; text-decoration:none; } /*訪問済*/
.plugin1_body a:hover   { color:#aaaaaa; text-decoration:underline; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */



/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
border:#c8c8be 1px none;               /* 外枠の色/太さ/実線 */
color:#ffffff;
margin-bottom:10px; /* 次のプラグインまでの間隔 */
background-color:#ffffff;
margin-right:0px;
padding-top:30px;
width:0px;
} 
.plugin2_title { 
font-size:11pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#333333;                        /* 文字色    (タイトル) */
background-color:#f5f5f5;             /* 背景色    (タイトル) */
border-left: solid 4px #009cff;
margin: 2px 2px 2px 0px;
padding:0px 8px 0px 6px;
margin-left:6px;
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */ 
line-height:1;
padding:5px 5px 5px 2px;

}

                              /* ▽文字色とリンクの下線有無▽ */
.plugin2_body a:link    { color:#0066cc; text-decoration:none; } /* 通常 */
.plugin2_body a:active  { color:#0066cc; text-decoration:none; } /*実行中*/
.plugin2_body a:visited { color:#0066cc; text-decoration:none; } /*訪問済*/
.plugin2_body a:hover   { color:#0000ff; text-decoration:underline; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */

/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border:#666666 1px solid;               /* 外枠の色/太さ/実線 */
margin-bottom:20px;
} 
.plugin3_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
padding:5px 20px; 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
padding:5px 20px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#666666 1px solid;           /* 外枠の/色太さ/実線     */
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:0px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#ffffff;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#666666 1px none;             /* 枠        (タイトル) */
padding:5px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#000000;                    /* 文字色    (コメント本文) */
border-top:   #ff0000 1px none;  /* 枠(上)    (コメント本文) */
border-left:  #666666 1px none;  /* 枠(上)    (コメント本文) */
border-right: #666666 1px none;  /* 枠(上)    (コメント本文) */
border-bottom:#666666 1px none;  /* 枠(上)    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
color:#555555;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px; 
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 95%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#e0e0e0 2px solid;             /* 外枠の/色太さ/実線   */
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px; 
clear: both;
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#555555;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#f0f0f0;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border:#666666 1px solid;       /*枠        (ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#000000;                    /* 文字色    (ブロック本文) */
border-top:   #e0e0e0 1px solid;  /* 枠(上)    (ブロック本文) */
border-left:  #666666 1px solid;  /* 枠(左)    (ブロック本文) */
border-right: #666666 1px solid;  /* 枠(右)    (ブロック本文) */
border-bottom:#666666 1px solid;  /* 枠(下)    (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#555555;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#000000;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#e0e0e0 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border-top:#e0e0e0 2px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#666666 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#e0e0e0 2px solid;             /* 飾り線(上)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
margin-top:100px;
position:relative;
}
#footer_body { 
background-color:#E3F2F7;               
font-size:9pt;                                  /* 文字サイズ */
color:#999999;                                  /* 文字色     */
border: #3da5ff 1px solid;
padding:5px; 
color:#555555;                        
} 

/********************************************* ▲ フッター ▲ */


/* カレンダー */
.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: 0px;

text-align: center;
width:630px;
height:30px;
padding:1px;
border-radius:4px;
border: #bbbbbb 1px solid ;
} 
.readmore a {
display:block;               /* リンクをブロックに変換 */
width:100%;                 /* リンク幅をブロック全体に */
height:100%;                 /* リンク高さをブロック全体に */
background-color:#0a7fe1;    /* 背景色 */
text-decoration:none;        /* リンク部分の下線を消す */
color:#ffffff;
text-align: center;
font-size: 13px;
border-radius:4px;
line-height: 30px;
}

.readmore a:hover{
background-color: #E3F2F7;
color:#0848b4;
text-decoration:underline;
}


.readclose { margin: 10px 0;
 } 
.page_navi { margin:30px 0; font-size:9pt; }
.page_navi1 { margin:30px 0; font-size:16pt;
font-weight: bold;
border:1px solid #333333;
background-color:#e6e6e6;
margin-top:10px;
margin-bottom:10px;
line-height:150%
}

.page_navi1 a:hover { margin:30px 0; font-size:16pt;
font-weight: bold;
color:#ffffff;
border:1px solid #000000;
background-color:#333333;
}

.page_navi2 a { margin:30px 0; font-size:16pt;
font-weight: bold;
border:3px double #0848b4;
background-color:#f0f0f0;
display:block;               
width:650px;                  
height:100%; 
text-decoration:none;
color:#0848b4;
font-weight: bold;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
line-height:150%
}

.page_navi2 a:hover { margin:30px 0; font-size:16pt;
font-weight: bold;
color:#FF6600;
border:3px double #FF6600;
background-color:#e6e6e6;
display:block;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
}





/* カレンダーの中央寄せ */
.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バトンのスタイル ▲ */

/**************************************************************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/
/**************************************************************/


pre.aa{
font-family: "ＭＳ Ｐゴシック","Mona","IPAMonaPGothic","mona-gothic-jisx0208.1990-0",sans-serif;
font-size:14px;
line-height:100%;
text-indent: 0;
white-space:pre;
font-weight: normal;
margin-left: 10px; /* 左の余白 */
}


h1 {
margin-top: 0px; /* 上の余白 */
margin-left: 0px; /* 左の余白 */
margin-right: 0px; /* 右の余白 */
margin-bottom: 0px; /* 下の余白 */
}

a img {
border: #b3b3b3 2px none;
margin:4px;
padding:0px;
}

a img:hover{
border: #0099ff 2px none;
margin:4px;
padding:0px;
}

img {
border-color: #b3b3b3;
margin:4px;

}

#header_menyu{
width: 100%;
background-color:#333333;
height:32px;
font-size: 13px;
    padding: 0 212px;
    margin: 0 -212px;
position:relative;
float:left;

}

#header_menyu ul{
list-style-type: none;
margin: 0 auto;
}
#header_menyu li{
display:block;
float:left;
margin:0px;
padding:0px;
line-height:32px; /* 高さ */
list-style-type:none;
}
#header_menyu li a{
display:block;
color:#eeeeee;
background:#333333;
border-right:1px solid #666666; /* 区切り線 */
text-align:center;
text-decoration:none;
font-weight: bold;
width:100px; /* １つのメニューボタンの幅 */
}

#header_menyu li a:hover{
background:#333333;
color:#aaaaaa;
text-decoration:none;

}


#search{
background:url("http://blog-imgs-35-origin.fc2.com/k/a/h/kahouha2jigen/search_back_c.jpg") no-repeat scroll 0 0 transparent;
border:1px solid #666666;
height:22px;
margin:0;padding:0;
position:absolute;
right:230px;
top:3px;
width:220px;
}
#searchform{
margin:0;padding:0;
position:relative;
}
#keywords{
background:none repeat scroll 0 0 transparent;
border:medium none;
color:#000000;
left:3px;
margin:0;
padding:3px 0 2px;
position:absolute;
top:1px;
width:180px;
}
#search_btn{
margin:0;
padding:0;
position:absolute;
right:5px;
top:1px;
}



img.yohaku1{padding:5px;}

.ent_res {
margin-bottom:8px;
font-size:10pt;
color:#333333;
}

.ent_body {
margin-left:27px;
margin-bottom:60px;
font-weight:bold;
font-size:large;
color:#262626;
letter-spacing: 0.05em;
font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}

span.res_name {
color:#008000;
font-size: 13px;
font-weight:500;
font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.gazou_moji {
margin-top:100px;
}

#topga a{
background-image: url("http://blog-imgs-54-origin.fc2.com/k/a/h/kahouha2jigen/blog_top_img.png");

display: block;
width: 260px;
height: 90px;
overflow: hidden;
float:left;
}
.honbungazou table img {
border:1px solid #b3b3b3;
margin-bottom:16px;
padding:4px;
margin-right:0px;
margin-left:20px;
}

ul,ol,li {
margin:0px;
padding:0px;
}


dl{
margin: 0px;
}

dl.border{
margin: 0px 0px 10px -4px;
border-bottom:#999999 2px dashed;
}

dl.border1{
margin: 0px 0px 10px -4px;
}

dt{
font-size:12px;
line-height:20px;
font-weight:normal;
}

dt.res_name {
color: #333333;
font-size: 13px;
line-height: 20px;
font-weight: normal;
padding-left:6px;
}

dd.res_body {
padding-bottom:80px;
padding-right: 5px;
padding-left: 13px;
padding-top: 12px;
margin: 0px;
font-size: 18px;
font-weight:bold;
color:#333333;
line-height: 140%;
font-family:"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dd.res_body_dai {
padding-bottom:80px;
padding-right: 5px;
padding-left: 13px;
padding-top: 12px;
margin: 0px;
font-size: 24px;
font-weight:bold;
color:#333333;
line-height: 140%;
font-family:"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dd.res_body_syou {
padding-bottom:70px;
padding-right: 5px;
padding-left: 13px;
padding-top: 12px;
margin: 0px;
font-size: 14px;
font-weight:normal;
color:#333333;
line-height: 140%;
font-family:"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


dd a:link {
color:#305ad2;
font-size: 14px;
letter-spacing: 0em;
font-weight:normal;
}

dd a:hover {
color:#ff6600;
}

dt a {
}

dd a img {
border: #b4b4b4 1px solid;
padding:3px;
}

dd a img:hover {
border: #ff7700 4px solid;
padding:0px;
opacity:0.8;  
filter: alpha(opacity=80);  
-ms-filter: "alpha( opacity=80 )";
}

dd img {
border: #b4b4b4 1px solid;
padding:3px;
}

.color_inyou{
color:#3300cc;
font-size:10px;
font-weight:normal;
text-decoration: underline;
}

.color_red{
color:#cc0033;
font-size:18px;
font-weight:bold;
line-height: 140%;
}

.color_red_dai{
color:#cc0033;
font-size:24px;
font-weight:bold;
line-height: 140%;
}

.color_red_tokudai{
color:#cc0033;
font-size:32px;
font-weight:bold;
line-height: 140%;
}

.color_red_gokudai{
color:#cc0033;
font-size:48px;
font-weight:bold;
line-height: 140%;
}

.color_red2{
color:#dc143c;
font-size:18px;
font-weight:bold;
line-height: 140%;
}

.color_red2_dai{
color:#dc143c;
font-size:24px;
font-weight:bold;
line-height: 140%;
}

.color_red2_tokudai{
color:#dc143c;
font-size:32px;
font-weight:bold;
line-height: 140%;
}

.color_red2_gokudai{
color:#dc143c;
font-size:48px;
font-weight:bold;
line-height: 140%;
}

.color_blue{
color:#0000ff;
font-size:18px;
font-weight:bold;
line-height: 140%;
}

.color_blue_dai{
color:#0000ff;
font-size:24px;
font-weight:bold;
line-height: 140%;
}

.color_blue_tokudai{
color:#0000ff;
font-size:32px;
font-weight:bold;
line-height: 140%;
}

.color_blue_gokudai{
color:#0000ff;
font-size:48px;
font-weight:bold;
line-height: 140%;
}

.color_blue2{
color:#0044ff;
font-size:18px;
font-weight:bold;
line-height: 140%;
}

.color_blue2_dai{
color:#0044ff;
font-size:24px;
font-weight:bold;
line-height: 140%;
}

.color_blue2_tokudai{
color:#0044ff;
font-size:32px;
font-weight:bold;
line-height: 140%;
}

.color_blue2_gokudai{
color:#0044ff;
font-size:48px;
font-weight:bold;
line-height: 140%;
}

.color_pink{
color:#ff00cc;
font-size:18px;
font-weight:bold;
line-height: 140%;
}

.color_pink_dai{
color:#ff00cc;
font-size:24px;
font-weight:bold;
line-height: 140%;
}

.color_pink_tokudai{
color:#ff00cc;
font-size:32px;
font-weight:bold;
line-height: 140%;
}

.color_pink_gokudai{
color:#ff00cc;
font-size:48px;
font-weight:bold;
line-height: 140%;
}

.color_orange{
color:#ff3300;
font-size:18px;
font-weight:bold;
line-height: 140%;
}

.color_orange_dai{
color:#ff3300;
font-size:24px;
font-weight:bold;
line-height: 140%;
}

.color_orange_tokudai{
color:#ff3300;
font-size:32px;
font-weight:bold;
line-height: 140%;
}

.color_purple{
color:#6622cc;
font-size:18px;
font-weight:bold;
line-height: 140%;
}

.color_purple_dai{
color:#6622cc;
font-size:24px;
font-weight:bold;
line-height: 140%;
}

.color_purple_tokudai{
color:#6622cc;
font-size:32px;
font-weight:bold;
line-height: 140%;
}

.color_purple_gokudai{
color:#6622cc;
font-size:48px;
font-weight:bold;
line-height: 140%;
}

.color_green{
color:#009666;
font-size:18px;
font-weight:bold;
line-height: 140%;
}

.color_green_dai{
color:#009666;
font-size:24px;
font-weight:bold;
line-height: 140%;
}

.color_green_tokudai{
color:#009666;
font-size:32px;
font-weight:bold;
line-height: 140%;
}

.color_black_dai{
color:#333333;
font-size:24px;
font-weight:bold;
line-height: 140%;
}

.color_black_tokudai{
color:#333333;
font-size:32px;
font-weight:bold;
line-height: 140%;
}

.color_black_gokudai{
color:#333333;
font-size:48px;
font-weight:bold;
line-height: 140%;
}

.color_katari{
color:#000099;
font-size:18px;
font-weight:bold;
}

.color_katari_dai{
color:#000099;
font-size:24px;
font-weight:bold;
}

.inyou{
background-color:#fcfcfc;
color: #000000;
border: solid;
border-width: 1px;
border-color: #aaaaaa;
font-size: 14px; font-weight: normal;
line-height: 1.8;
margin: 0.7em 0;
padding: 10px;
margin-right:30px;
}

.hutta_haikei {
background-color:#515151;
padding-left:5px;
padding-right:5px;
padding-bottom:10px;
border-top:#009cff 3px solid;
}

.hutta_waku{
width:984px;
margin-top: 0;
margin-bottom: 0;
margin-right: auto;
margin-left: auto;
border-top:#515151 1px solid;
}

.hutta_block {
width:510px;
float:left;
margin-right:15px;
margin-left:5px;
padding-top:20px;
}

.hutta_block2 {
width:210px;
float:left;
margin-right:15px;
padding-top:20px;
}
.hutta_block3 {
width:200px;
float:left;
marfin-left:10px;
}

.block_title{
border-top:#ffffff 0px solid;
border-right:#ffffff 0px solid;
border-left:#ffffff 5px solid;
border-bottom:#ffffff 1px dashed;
font-size: 18px;
line-height: 18px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 2px;
color: #ffffff;
font-weight: bold;
background-color:#515151;
}

.return_top{
margin-left: auto;
margin-right: auto;
text-align: right;
margin-bottom:20px;
margin-top:2px;
}
.return_top_b{
color: #ffffff;
font-size:16px;
background: #222222;
padding: 4px 10px 4px;
text-align: center;
border-bottom-left-radius: 5px; 
border-bottom-right-radius: 5px; 

/* Safari,Chrome */
-webkit-border-bottom-left-radius: 5px; 
-webkit-border-bottom-right-radius: 5px; 

/* Firefox */
-moz-border-radius-bottomleft: 5px;  
-moz-border-radius-bottomright: 5px; 
}

.return_top_b a:link{
color: #ffffff;
text-decoration: none;
}

.return_top_b a:visited{
color: #ffffff;
text-decoration: none;
}

.return_top_b a:hover {
color:#fff100;
text-decoration: none;
}

#top_rss{border:1px solid #aaaaaa;
margin-bottom:10px;
overflow:hidden;
margin-left:-10px;
margin-right:0px;
width: 700px;
margin-top:10px;

}
#top_rss .over{
margin:0px 0 -20px;
overflow:hidden;
border-bottom:#000000 1px solid;
}

p.sample7 {border-bottom-style: inset;}

#sample1 {border-bottom: double 10px #0000ff;}

#kijisita_rss{
overflow:hidden;
}
#kijisita_rss .over{
margin:-320px 0 0;
overflow:hidden;
}

#under_rss{
overflow:hidden;
border:3px double #999999;
margin-left:10px;
margin-right:0px;
margin-bottom:10px;
margin-top:10px;
width: 750px;
}
#under_rss .over{
margin:-1010px 0 0;
}

.ranking{
border-top:#cccccc 0px solid;
border-bottom:#cccccc 0px solid;
border-right:#cccccc 0px solid;
border-left:#cccccc 0px solid;
}

#ranking2 td{
padding-top:8px;
padding-bottom:8px;
border-bottom:#cccccc 1px dotted;
font-size:12px;
line-height:12px;
}

hr.style0 {
border-width: 0px 0px 1px 0px; /* 太さ */
border-bottom:solid 1px #777777;
height: 1px; /* 高さ */
margin: 10px 0px 20px -8px;
padding: 0px;
width:646px;   
}


hr.style1 {
border-width: 1px 0px 0px 0px; /* 太さ */
border-style: solid; /* 線種 */
border-color:#696969; /* 線色 */
height: 1px; /* 高さ */
}

hr.style2 {
border-width: 0px 0px 1px 0px; /* 太さ */
border-bottom:solid 1px #bbbbbb;
height: 1px; /* 高さ */
margin: 10px -6px 10px -12px;
padding: 0px;
width:660px;   
}

hr.style3 {
border-width: 0px 0px 1px 0px; /* 太さ */
border-bottom:solid 1px #bbbbbb;
height:1px; /* 高さ */
margin: 0px 0px 10px 0px;
padding: 0px;
width:680px;   
}

hr.style-p {
    border: 0px;
    border-bottom: 1px dashed #cccccc;
    background: #999;
}

.tensaimoto{
color: #555555;
font-size: 10px; 
font-weight: normal;
text-align:right;
}


ul.pagination-flickr{border:0; margin:0; padding:0;}
.pagination-flickr li{
border:0; margin:0; padding:0;
font-size:16px;
line-height:16px;
list-style:none;
display:inline;
margin-right:5px;
}
.pagination-flickr a{
border:solid 1px #666666;
margin-right:5px;
}
.pagination-flickr .more {
padding:5px 10px;
}
.pagination-flickr .previous-off,
.pagination-flickr .next-off {
color:#000000;
display:inline;
font-weight:bold;
padding:5px 10px;
border:solid 1px #666666;
margin-right:5px;
}
.pagination-flickr .next a,
.pagination-flickr .previous a {
font-weight:bold;
border:solid 1px #666666;
}
.pagination-flickr .active{
border:solid 1px #bbbbbb;
color:#000000;
background-color:#dddddd;
font-weight:bold;
display:inline;
padding:5px 10px;
}
.pagination-flickr a:link,
.pagination-flickr a:visited {
color:#005ade;
display:inline;
padding:5px 10px;
text-decoration:none;
}
.pagination-flickr a:hover{
border:solid 1px #666666;
color:#ffffff;
background-color:#005ade;
}


.page_navi_pre {
display: block;
width: 280px;
height: 100px;
background: url("http://blog-imgs-35-origin.fc2.com/k/a/h/kahouha2jigen/page_navi_pre.png") no-repeat left top;
margin: 10px 10px 20px 10px;
float:left;
}

.page_navi_next {
display: block;
width: 280px;
height: 100px;
background: url("http://blog-imgs-35-origin.fc2.com/k/a/h/kahouha2jigen/page_navi_next.png") no-repeat right top;
margin: 10px 10px 20px 10px;
float:right;
}
 
.page_navi_pre span {
display: block;
margin-left: 22px;
padding: 6px 8px 0px 10px;
width: 230px;
height: 93px;
border: 1px solid #999999;
border-left-style: none;
font-size: 14px;
background-color: #f2f2f2;
}

.page_navi_next span {
display: block;
margin-left: 22px;
padding: 6px 8px 0px 10px;
width: 220px;
height: 93px;
border: 1px solid #999999;
border-left-style: none;
font-size: 14px;
background-color: #f2f2f2;
border-style: solid none solid solid;
}
 
.page_navi_pre:hover {
background-position: left bottom;
}

.page_navi_next:hover {
background-position: right bottom;
}

#kanrenkiji {
    width: 650px;
    height: 230px;
    margin-bottom: 10px;
    line-height:35px;
    overflow:hidden;
    font-size:16px;
    font-weight: bold; 
}
 
#kanrenkiji a {
    background: url("http://blog-imgs-54-origin.fc2.com/k/a/h/kahouha2jigen/kanrenkiji_ikon.png") no-repeat scroll 3px center transparent;
    border-bottom: 1px dotted #bbbbbb;
    margin: 4px 5px;
    display: block;
    padding-left:36px;
padding-right:20px;
    line-height: 32px;
    overflow:hidden;
    color:#0224a6;
text-decoration:none;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
 white-space: nowrap;
}

#kanrenkiji a:hover {background-color:#ffffff;
padding-left:36px;
color:#ff6600;
text-decoration:underline;
}


table.sample{
    background-color: #ffffff;
    width:650px; 
    margin-bottom:10px;
    margin-top:20px;
} 
 
table.sample td {
    border-left: solid 6px #353839;
    border-bottom: solid 2px #353839;
    padding-left:15px;
font-size:15px;
}


#ninkikiji {
background:#f5f5f5 !important;
font-size:13px !important;
line-height:1.5;
overflow:hidden;
width:650px;
margin-left:10px;
border:#bbbbbb none 1px;
}

#ninkikiji p a {
text-align: center;
font-size:16px !important;
margin-bottom:10px;
border:#aaaaaa solid 1px;
padding-left:5px;
display: block;
}

#ninkikiji p:hover a {
color: #f5f5f5;
display: block;
background-color: #333333;
}


#ninkikiji td {
border-bottom:1px dotted #cccccc;
color: #ff0000;
overflow:hidden;
}

#ninkikiji td a:link {
color: #0848b4;
text-decoration:none;
}

#ninkikiji td a:hover{
color: #ff6600;
text-decoration:underline;
}


.netabare{
margin:10px;
border:2px dotted #333333;
background-color:#ffffff;
padding:15px 15px 15px 15px;
text-align:left;
}


.ninjya_kaiseki{
float: right; 
text-align:right;
margin-top:10px;
}


div.saidoba_ad {
    margin-right: auto;
    margin-left: auto;
text-align:center;
}

div.saidoba_ad :hover{
    margin-right: auto;
    margin-left: auto;
text-align:center;
opacity:0.8;  
filter: alpha(opacity=80);  
-ms-filter: "alpha( opacity=80 )";
}


.ran1{text-align:center;}

.ran1 .az{
	display:inline-block;
	margin:5px;
	width:190px;
	position:relative;
	border:solid 1px rgba(200, 152, 060, 0.9);
}


.ran1 .az img{
	max-width:100%;
	height:auto;
	border:none;
padding:0px;
margin:0px;
}

.ran1 .az img:hover{
border: none;
}


.ran1 .aztitle{
	position:absolute;
	bottom:0px;
	left:0px;
	background:rgba(200, 152, 060, 0.9);
	width:100%;
}

.ran1 .aztitle a{
	color:#ffffff;
	padding:5px;
}


.ran2{text-align:center;
	display:block;
}

.ran2 .az{
	display:block;
	margin:5px;
}

.ran2 .az img{
	max-width:100%;
	height:auto;
    margin-right: auto;
    margin-left: auto;
text-align:center;
padding-top:0px;
}

.ran2 .az img:hover{
    margin-right: auto;
    margin-left: auto;
opacity:0.8;  
filter: alpha(opacity=80);  
-ms-filter: "alpha( opacity=80 )";
}

.ran2 .aztitle{
	left:0px;
margin-bottom:20px;
}

.ran2 .aztitle a{
}

.ran2 .aztitle a:hover{
}


.tw_res{
	width:550px;
padding:0;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	font-size: 12px;
	line-height:1.4;
	color:#bebebe;
border-bottom:1px solid #0072ae;
margin-top:10px;
}

.tw_res span{
	display:block;
	text-align:left;
	font-size: 18px;
	line-height:1.4;
	color:#333;
padding:20px 10px 10px 0;
font-weight:bold;
}

p.question {
        cursor: pointer;
}
p.question:hover {
        text-decoration: underline;
}
p.answer {
        display: none;
        background: #f2f2f2;
        margin-left: 1em;
        padding: 10px;
}




.box_java11 {
border-top:#bbbbbb 1px solid;
border-bottom:#bbbbbb 1px solid;
padding-bottom:10px;
padding-top:10px;
margin-bottom:10px;

}

.box_java11 a img {
margin-left:-20px;
border:0px none #0072ae;
}

.box_java11 a img:hover{
margin-left:-20px;
border:0px none #0072ae;
opacity:0.8;  
filter: alpha(opacity=80);  
-ms-filter: "alpha( opacity=80 )";
}

.said_get{
display: block; 
margin: 0px auto;
text-align: center;
}

.dmm_box {
width:650px;    
background-color:#f4f4f4;
border-top:1px solid #bbbbbb;
border-bottom:1px solid #bbbbbb;
margin-bottom:50px;
margin-top:20px;
padding-top:10px;
} 

.dmm_box p {
font-weight: normal;
height:100px;
display:table-cell;
vertical-align:middle;
padding-right:10px;
} 

.dmm_box a img{
max-width:40%;
height:auto;
margin-left:20px;
}

.dmm_box a img:hover{
opacity:0.8;  
filter: alpha(opacity=80);  
-ms-filter: "alpha( opacity=80 )";
}

.dmm_box .img_left{
float: left;
padding:0px;
}

.dmm_box .clear_1{
clear: both;
margin: 0 0 10px 0;
}