/* ------------------------------- */
/*  □配色について                 */
/*  標準文字      :#000000         */
/*  全体背景      :#FFFFFF         */
/*  影            :#D3D3D3         */
/*  枠線          :#000080         */
/*  タイトル背景  :#0000A0         */
/*  文字影        :#000080         */
/*  サイド背景    :#E6E6FA         */
/*  通常リンク    :#000080/#DC143C */
/*  タイトルリンク:#FFFFFF/#00FFFF */
/* ------------------------------- */

/* ---------------------- */
/*  □初期化              */
/* ---------------------- */

* {
 margin : 0;
 padding : 0;
 font-style : normal;
 line-height:1.4;
 }

/* ---------------------- */
/*  □３カラム枠の設定    */
/* ---------------------- */

/* ■背景■ */
body {
 color: #000000;
 background-Color: #FFFFFF;
 text-align: center;
 padding:10px;
 }

/* ■全体枠■ */
table#all_parts {
 width: 100%;
 border-collapse: collapse;
 background-Color: #FFFFFF;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 position: relative ;
 top: -6px;
 left: -6px;
 }

/* ■全体枠(影)■ */
#shadow {
 width:100%;
 background-Color : #D3D3D3;
 position: relative;
 top: 6px;
 left: 6px;
 }

/* ■先頭枠■ */
#top_parts {
 padding: 8px 8px 4px 8px;
 vertical-align: middle;
 text-align: left;
 border: 1px solid #000080;
 background-Color: #0000A0;
 }

#top_parts2 {
 padding: 6px;
 vertical-align: middle;
 text-align: center;
 border: 1px solid #000080;
 background-Color: #E6E6FA;
 }

#top_parts3 {
 padding: 6px 8px;
 vertical-align: middle;
 text-align: left;
 font-size: 90%;
 border: 1px solid #000080;
 }

/* ■サイド枠■ */
td#side_parts {
 width : 22%;
 border: 1px solid #000080;
 background-Color: #E6E6FA;
 vertical-align : top;
 padding : 6px;
 }

/* ■プラグイン枠■ */
table#plug_parts {
 width: 100%;
 border-collapse: collapse;
 margin-bottom: 6px;
 }

/* ■サイドタイトル部■ */
#side_tytle {
 border: 1px solid #000080;
 background-Color: #0000A0;
 padding: 4px 6px;
 }

/* ■サイドコンテンツ部■ */
#side_contents {
 padding: 8px 6px;
 }

/* ■中央枠■ */
td#center_parts {
 width : 56%;
 min-width: 480px;
 border: 1px solid #000080;
 background-Color : transparent;
 padding : 6px;
 text-align : left;
 vertical-align : top;
 }

/* ■中央コンテンツ枠■ */
table#center_line {
 width: 100%;
 border-collapse: collapse;
 margin-bottom: 12px;
 }

/* ■中央タイトル■ */
#center_tytle {
 text-align: left;
 border: 1px solid #000080;
 background-Color: #0000A0;
 padding: 4px 8px;
 }

/* ■中央コンテンツ部■ */
#center_contents {
 font-size:95%;
 padding : 8px 12px;
 text-align : left;
 }

/* ■中央コンテンツ部(枠なし)■ */
#center_linenone {
 padding : 8px 12px;
 text-align : left;
 }

/* ■中央下部■ */
#center_under {
 font-size:80%;
 padding : 2px 12px;
 text-align : right;
 border-top: 1px solid #000080;
 }

/* ■終端枠■ */
#end_parts {
 color: #FFFFFF;
 padding : 4px;
 text-align : center;
 font-size: 90%;
 font-weight: bold;
 vertical-align : middle;
 border: 1px solid #000080;
 background-Color: #0000A0;
 }

#end_parts2 {
 padding: 6px;
 vertical-align: middle;
 text-align: center;
 border: 1px solid #000080;
 background-Color: #E6E6FA;
 }

#end_parts3 {
 font-size: 70%;
 padding: 6px 8px;
 vertical-align: bottom;
 text-align: right;
 border: 1px solid #000080;
 }

/* ---------------------- */
/*  □文章枠の設定        */
/* ---------------------- */

/* ■プラグインコンテンツ部■ */
.plug_contents {
 font-size: 85%;
 }

/* ■全記事一覧■ */
table#all_tytle {
 margin-left: auto;
 margin-right: auto;
 border-collapse: separate;
 text-align: center;
 }

/* ■全記事(タイトル)■ */
td.all_t {
 border: 1px solid #000080;
 background-Color: #0000A0;
 padding: 2px 4px;
 text-align: center;
 font-size: 95%;
 font-weight: bold;
 Color: #FFFFFF;
 }

/* ■全記事(一覧)■ */
td.all_k {
 padding: 2px 4px;
 border: 1px solid #000080;
 font-size: 80%;
 text-align: left;
 background-Color: #FFFFFF;
 }

/* ---------------------- */
/*  □文字フォントの設定  */
/* ---------------------- */

/* ■標準リンク■ */
a:link,a:visited,a:active{
 color: #000080;
 text-decoration: underline;
 }

a:hover{
 color: #DC143C;
 text-decoration: underline;
 position: relative ;
 top: 1px;
 }

/* ■TOPタイトルリンク■ */
.main_t a:link,.main_t a:visited,.main_t a:active{
 line-height: 1.0;
 font-size: 200%;
 color: #FFFFFF;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration: none;
 width: 100%;
 filter: DropShadow(color=#000080,offX=2,offY=2);
 }

.main_t a:hover{
 font-size: 200%;
 color: #00FFFF;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration: none;
 width: 100%;
 filter: DropShadow(color=#000080,offX=2,offY=2);
 }

/* ■ENDタイトルリンク■ */
.sub_t a:link,.sub_t a:visited,.sub_t a:active{
 color: #FFFFFF;
 font-size: inherit;
 text-decoration: none;
 }

.sub_t a:hover{
 color: #00FFFF;
 font-size: inherit;
 text-decoration: none;
 }

/* ■ナビリンク■ */
.navi{
 display: inline;
 margin: 0px 2px;
 background-Color: #FFFFFF;
 border: 1px solid #000080;
 text-align: center;
 font-size: 90%;
 padding:4px 6px;
 }

.navi_l a:link,.navi_l a:visited,.navi_l a:active{
 text-decoration: none;
 }

.navi_l a:hover{
 text-decoration: none;
 }

/* ■記事タイトル■ */
.kiji_t a:link,.kiji_t a:visited,.kiji_t a:active{
 font-size: 120%;
 color: #FFFFFF;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration: none;
 width: 100%;
 filter: DropShadow(color=#000080,offX=1,offY=1);
 }

.kiji_t a:hover{
 font-size: 120%;
 color: #00FFFF;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration: none;
 width: 100%;
 filter: DropShadow(color=#000080,offX=1,offY=1);
 }

/* ■記事下段■ */
.kiji_k{
 text-align : right;
 }

/* ■中央タイトル■ */
.center_t{
 font-size: 120%;
 color: #FFFFFF;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 width: 100%;
 filter: DropShadow(color=#000080,offX=1,offY=1);
 }

/* ■コメントタイトル■ */
.comment_t{
 background-Color: #E6E6FA;
 border: 1px solid #000080;
 text-align: center;
 padding: 4px 6px;
 }

/* ■TBタイトル■ */
.track_t{
 background-Color: #E6E6FA;
 border: 1px solid #000080;
 text-align: center;
 padding: 4px 6px;
 }

/* ■サイドタイトル■ */
.side_t{
 font-size: 100%;
 color: #FFFFFF;
 font-weight: bold;
 width: 100%;
 filter: DropShadow(color=#000080,offX=1,offY=1);
 }

.side_k{
 font-size: 85%;
 }

/* ■リスト設定■ */
/*
ul,li {
 list-style-type: disc;
 list-style-position: outside;
 margin-left : 8px;
 }
*/

/* ■その他■ */
h1       {font-size:100%; margin: 0px; font-weight: normal;}
h2,h3,h4 {font-size:100%; margin: 0px; font-weight: normal;}
.basic   {color: #6A5ACD;}
.topics  {color: #FF6347;}

/* ■標準■ */
img{border: 0;}

img.emoji{vertical-align: middle;}

blockquote,q{
 margin: 8px 6px 8px 12px;
 padding: 4px;
 font-size: 90%;
 text-align: left;
 border: 1px solid #C0C0C0;
 }

/* ■個人用(アクアボタン)■ */
td.aqua_l{
 width:13px;
 height:24px;
 background-image:
  url(https://blog-imgs-27.fc2.com/h/y/a/hyama2004/aqua_l.gif);
 background-repeat:no-repeat;
 background-position:left top;
 background-attachment:fixed;
 }
td.aqua_c{
 height:24px;
 background-image:
  url(https://blog-imgs-27.fc2.com/h/y/a/hyama2004/aqua_c.gif);
 background-repeat:repeat-x;
 background-position:left top;
 background-attachment:fixed;
 vertical-align:middle;
 padding:0px 6px;
 }
td.aqua_r{
 width:13px;
 height:24px;
 background-image:
  url(https://blog-imgs-27.fc2.com/h/y/a/hyama2004/aqua_r.gif);
 background-repeat:no-repeat;
 background-position:left top;
 background-attachment:fixed;
}

/*■JMPDオリジナル■*/

/*■AA用■*/
#AA {
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12pt;
  line-height: 100%; }

/* ■リスト設定■ */
ul {
  list-style-type: disc;
  list-style-position:outside;
  list-style-image:url(xyz.gif);
  margin-left : 8px; }

ol {
  list-style-type: decimal;
  list-style-position:outside;
  margin-left : 20px; }

li {
  margin-left : 8px; }

/* ■zoomeマイページ動画リサイズ■ */
object#zp { width: 480px; height: 384px; }
embed#zp { width: 480px; height: 384px; }

/* ■SVG用■ */
object#svg { min-width:480px; max-width:720px; }
