/* ----------------------------- */
/*  □配色について               */
/*  標準文字      :black         */
/*  全体背景      :white         */
/*  影            :lightgrey     */
/*  枠線          :navy          */
/*  タイトル背景  :background    */
/*  文字影        :navy          */
/*  サイド背景    :lavender      */
/*  通常リンク    :navy/crimson  */
/*  タイトルリンク:white/aqua    */
/* ----------------------------- */

/* ---------------------- */
/*  □初期化              */
/* ---------------------- */

* {
 margin : 0;
 padding : 0;
 font-style : normal;
 line-height:1.4;
 }

/* ---------------------- */
/*  □３カラム枠の設定    */
/* ---------------------- */

/* ■背景■ */
body {
 color: black;
   background-Color: white;
 text-align: center;
 padding:10px;
 }
 

/* ■全体枠■ */
table#all_parts {
 width: 100%;
 border-collapse: collapse;
 background-Color: white;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 position: relative ;
 top: -6px;
 left: -6px;
 }

/* ■全体枠(影)■ */
#shadow {
 width:100%;
 background-Color : lightgrey;
 position: relative;
 top: 6px;
 left: 6px;
 }

/* ■先頭枠■ */
#top_parts {
 padding: 8px 8px 4px 8px;
 vertical-align: middle;
 text-align: left;
 border: 1px solid green;
 background-Color: mediumseagreen;
 }

#top_parts2 {
 padding: 6px;
 vertical-align: middle;
 text-align: center;
 border: 1px solid green;
 background-Color: lavender;
 }

#top_parts3 {
 padding: 6px 8px;
 vertical-align: middle;
 text-align: left;
 font-size: 90%;
 border: 1px solid green;
 }

/* ■サイド枠■ */
td#side_parts {
 width : 22%;
 border: 1px solid green;
 background-Color: lavender;
 vertical-align : top;
 padding : 6px;
 }

/* ■プラグイン枠■ */
table#plug_parts {
 width: 100%;
 border-collapse: collapse;
 margin-bottom: 6px;
 }

/* ■サイドタイトル部■ */
#side_tytle {
 border: 1px green;
 background-Color: mediumseagreen;
 padding: 4px 6px;
 }

/* ■サイドコンテンツ部■ */
#side_contents {
 padding: 8px 6px;
 }

/* ■中央枠■ */
td#center_parts {
 width : 56%;
 border: 1px green;
 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 green;
 background-Color:mediumseagreen;
 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 green;
 }

/* ■終端枠■ */
#end_parts {
 color: white;
 padding : 4px;
 text-align : center;
 font-size: 90%;
 font-weight: bold;
 vertical-align : middle;
 border: 1px green;
 background-Color: background;
 }

#end_parts2 {
 padding: 6px;
 vertical-align: middle;
 text-align: center;
 border: 1pxgreen;
 background-Color: lavender;
 }

#end_parts3 {
 font-size: 70%;
 padding: 6px 8px;
 vertical-align: bottom;
 text-align: right;
 border: 1px green;

 }

/* ---------------------- */
/*  □文章枠の設定        */
/* ---------------------- */

/* ■プラグインコンテンツ部■ */
.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 navy;
 background-Color: background;
 padding: 2px 4px;
 text-align: center;
 font-size: 95%;
 font-weight: bold;
 Color: white;
 }

/* ■全記事(一覧)■ */
td.all_k {
 padding: 2px 4px;
 border: 1px solid navy;
 font-size: 80%;
 text-align: left;
 background-Color: white;
 }

/* ---------------------- */
/*  □文字フォントの設定  */
/* ---------------------- */

/* ■標準リンク■ */
a:link,a:visited,a:active{
 color: navy;
 text-decoration: underline;
 }

a:hover{
 color: crimson;
 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: white;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration: none;
 width: 100%;
 filter: DropShadow(color=navy,offX=2,offY=2);
 }

.main_t a:hover{
 font-size: 200%;
 color: aqua;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration: none;
 width: 100%;
 filter: DropShadow(color=navy,offX=2,offY=2);
 }

/* ■ENDタイトルリンク■ */
.sub_t a:link,.sub_t a:visited,.sub_t a:active{
 color: white;
 font-size: inherit;
 text-decoration: none;
 }

.sub_t a:hover{
 color: aqua;
 font-size: inherit;
 text-decoration: none;
 }

/* ■ナビリンク■ */
.navi{
 display: inline;
 margin: 0px 2px;
 background-Color: white;
 border: 1px solid navy;
 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: white;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration: none;
 width: 100%;
 filter: DropShadow(color=navy,offX=1,offY=1);
 }

.kiji_t a:hover{
 font-size: 120%;
 color: aqua;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration: none;
 width: 100%;
 filter: DropShadow(color=navy,offX=1,offY=1);
 }

/* ■記事下段■ */
.kiji_k{
 text-align : right;
 }

/* ■中央タイトル■ */
.center_t{
 font-size: 120%;
 color: white;
 font-family: MS Pゴシック;
 width: 100%;
 filter: DropShadow(color=navy,offX=1,offY=1);
 }

/* ■コメントタイトル■ */
.comment_t{
 background-Color: lavender;
 border: 1px solid navy;
 text-align: center;
 padding: 4px 6px;
 }

/* ■TBタイトル■ */
.track_t{
 background-Color: lavender;
 border: 1px solid navy;
 text-align: center;
 padding: 4px 6px;
 }

/* ■サイドタイトル■ */
.side_t{
 font-size: 100%;
 color: white;
 font-weight: bold;
 width: 100%;
 filter: DropShadow(color=navy,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: slateblue;}
.topics  {color: tomato;}

/* ■標準■ */
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 silver;
 }

/* ■個人用(アクアボタン)■ */
td.aqua_l{
 width:13px;
 height:24px;
 background-image:
  url(http://blog-imgs-27-origin.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(http://blog-imgs-27-origin.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(http://blog-imgs-27-origin.fc2.com/h/y/a/hyama2004/aqua_r.gif);
 background-repeat:no-repeat;
 background-position:left top;
 background-attachment:fixed;
}