/* -------------------------------------- */
/*  □配色について                        */
/*  標準文字      :black                  */
/*  全体背景      :whitesmoke             */
/*  枠線          :olive                  */
/*  タイトル背景  :white/gold/yellowgreen */
/*  タイトル文字  :white/skyblue          */
/*  サイド背景    :yellowgreen            */
/*  通常リンク    :forestgreen/darkorange */
/* -------------------------------------- */

/* ---------------------- */
/*  □初期化              */
/* ---------------------- */

* {
 margin : 0;
 padding : 0;
 font-style : normal;
 line-height:1.4;
 }

/* ---------------------- */
/*  □３カラム枠の設定    */
/* ---------------------- */

/* ■背景■ */
body {
 color:black;
 background-Color : white;
 text-align: center;
 padding:8px;
 }

/* ■全体枠■ */
table#all_parts {
 width:100%;
 background-Color: whitesmoke;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 border-collapse: separate;
 text-align: center;
 border: 2px solid olive;
 }

/* ■先頭枠■ */
#top_parts {
 width: 100%;
 text-align : center;
 }

span.top1_w{
 color: skyblue;
 background-Color: white;
 border: 2px solid olive;
 text-align:center;
 padding:0.1em 0em;
 width:1.6em;
 height:1.6em;
 margin-right:0.2em;
 margin-bottom:0.2em;
 }

span.top1_o{
 background-Color: gold;
 color: white;
 border: 2px solid olive;
 text-align:center;
 padding:0.1em 0em;
 width:1.6em;
 height:1.6em;
 margin-right:0.2em;
 margin-bottom:0.2em;
 }

span.top1_g{
 background-Color: yellowgreen;
 color: white;
 border: 2px solid olive;
 text-align:center;
 padding:0.1em 0em;
 width:1.6em;
 height:1.6em;
 margin-right:0.2em;
 margin-bottom:0.2em;
 }

.top2_p{
 padding-top : 0px;
 color: olive;
 font-size: 90%;
 font-weight:normal;
 vertical-align : top;
 }

/* ■サイド枠■ */
#side_table {
 border-collapse: collapse;
 width:100%;
 table-layout: auto;
 margin-bottom: 8px;
 }

#side_parts {
 width : 22%;
 vertical-align : top;
 padding : 0px;
 }

/* ■サイドタイトル部■ */
#side_tytle {
 background-Color: yellowgreen;
 border-bottom: 2px solid olive;
 border-right: 2px solid olive;
 padding: 6px 8px;
 width: 100%;
 table-layout: auto;
 }
html*#side_tytle {
 background-Color: yellowgreen;
 border-bottom: 2px solid olive;
 border-right: 2px solid olive;
 padding: 6px 8px;
 width: 100%;
 table-layout: fixed;
 }

/* ■サイドコンテンツ部■ */
#side_contents {
 padding : 8px 6px 16px 6px;
 background-Color : transparent;
 vertical-align : top;
 }

/* ■中央枠■ */
td#center_parts {
 width : 56%;
 overflow:hidden;
 background-Color : transparent;
 padding : 0px;
 text-align : left;
 vertical-align : top;
 }

#center_table {
 border-collapse: collapse;
 width:100%;
 table-layout: auto;
 margin-bottom: 12px;
 }

/* ■中央タイトル■ */
#center_tytle {
 text-align : center;
 }

/* ■中央コンテンツ部■ */
#center_contents {
 font-size:95%;
 padding : 6px 8px;
 text-align : left;
 }

/* ■中央コンテンツ部(枠なし)■ */
#center_linenone {
 font-size:95%;
 padding : 6px 8px;
 background-Color : transparent;
 text-align : left;
 }

/* ■中央下部■ */
#center_under {
 width:100%;
 font-size:80%;
 padding : 2px 8px;
 text-align : right;
 border-top: 1px solid olive;
 }

/* ■終端枠■ */
#end_parts {
 padding : 0px 0px;
 text-align : center;
 font-size: 80%;
 vertical-align : middle;
 }

/* ---------------------- */
/*  □文章枠の設定        */
/* ---------------------- */

/* ■プラグインコンテンツ部■ */
.plug_contents {
 font-size: 85%;
 background-Color : transparent;
 vertical-align : top;
 }

/* ■全記事一覧■ */
table#all_tytle {
 margin-left : auto;
 margin-right : auto;
 border-collapse: separate;
 text-align : center;
 }

/* ■全記事(タイトル)■ */
td.all_t {
 background-Color: yellowgreen;
 color: white;
 padding : 2px 4px;
 text-align : center;
 border-bottom: 1px solid olive;
 border-right: 1px solid olive;
 font-size: 95%;
 font-weight: bold;
 }

/* ■全記事(一覧)■ */
td.all_k {
 padding : 2px 4px;
 border-bottom: 1px solid olive;
 border-right: 1px solid olive;
 font-size: 80%;
 text-align : left;
 background-Color : white;
 }

/* ---------------------- */
/*  □文字フォントの設定  */
/* ---------------------- */

/* ■標準リンク■ */
a:link,a:visited,a:active{
 color:forestgreen;
 text-decoration:underline;
 }

a:hover{
 color:darkorange;
 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%;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration:none;
 }

.main_t a:hover{
 font-size:200%;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration:none;
 position:relative ;
 top:0px;
 }

/* ■ENDタイトルリンク■ */
.sub_t a:link,.sub_t a:visited,.sub_t a:active{
 font-size:inherit;
 text-decoration:none;
 }

.sub_t a:hover{
 font-size:inherit;
 text-decoration:none;
 }

span#ad2{
 font-size:inherit;
 color:black;
 }

/* ■ナビリンク■ */
.navi a:link,.navi a:visited,.navi a:active{
 background-Color: yellowgreen;
 color: white;
 text-align:center;
 font-size:90%;
 padding: 4px;
 margin: 0px 2px 4px 2px;
 width: 8em;
 text-decoration: none;
 }

.navi a:hover{
 background-Color: gold;
 color: white;
 font-size:90%;
 text-decoration: none;
 position:relative ;
 top:0px;
 }

/* ■記事タイトル■ */
.kiji_t a:link,.kiji_t a:visited,.kiji_t a:active{
 background-Color: gold;
 border-bottom: 2px solid olive;
 border-right: 2px solid olive;
 font-size: 110%;
 color: white;
 font-weight: bold;
 padding: 6px 8px;
 width: 100%;
 display: block;
 text-decoration:none;
 }

.kiji_t a:hover{
 background-Color: yellowgreen;
 border-bottom: 2px solid olive;
 border-right: 2px solid olive;
 font-size: 110%;
 color: white;
 font-weight: bold;
 width: 100%;
 display: block;
 text-decoration:none;
 position:relative ;
 top:0px;
 }

/* ■記事下段■ */
.kiji_k{
 text-align : right;
 }

/* ■中央タイトル■ */
.center_t{
 background-Color: gold;
 border-bottom: 2px solid olive;
 border-right: 2px solid olive;
 font-size: 110%;
 color: white;
 font-weight: bold;
 padding: 6px 8px;
 width: 100%;
 display: block;
 }

/* ■コメントタイトル■ */
.comment_t{
 font-size: 100%;
 color: white;
 background-Color: yellowgreen;
 padding: 4px 8px;
 }

/* ■TBタイトル■ */
.track_t{
 font-size: 100%;
 color: white;
 background-Color: yellowgreen;
 padding: 4px 8px;
 }

/* ■サイドタイトル■ */
.side_t{
 font-size: 100%;
 color: white;
 }

.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;}
img.gamen{border:2px ridge threedface;}

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;
}