/* -------------------------------------- */
/*  □配色について                        */
/*  標準文字      :black                  */
/*  全体背景      :white                  */
/*  タイトル背景  :#ffcc00                */
/*  ナビ背景      :#ca0000/#890000 グラデ */
/*  記事タイトル  :#94979e/#c1c2c3 グラデ */
/*  通常リンク    :#660000/#cc0000        */
/* -------------------------------------- */

/* ---------------------- */
/*  □初期化              */
/* ---------------------- */

* {
 margin : 0;
 padding : 0;
 font-style : normal;
 line-height:1.4;
 }

/* ---------------------- */
/*  □３カラム枠の設定    */
/* ---------------------- */

/* ■背景■ */
body {
 color:black;
 background-Color : white;
 text-align: center;
 }

/* ■全体枠■ */
table#all_parts {
 width:980px;
 background-Color: white;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 border-collapse: collapse;
 text-align: center;
 }

/* ■先頭枠■ */

#top_parts {
 width: 100%;
 background-Color: #ffffff;
 text-align: left;
 }


#sub_parts {
 width: 100%;
 background-Color : black;
 padding : 0px 1px;
 color: white;
 font-size: 100%;
 font-weight: bold;
 text-align: right;
 }

#mark_parts {
 width: 1em;
 color: #cc0000;
 font-size: 400%;
 vertical-align: middle;
 filter: Glow(color=gold,strength=10);
 }

#title_parts {

 padding: 0px 24px 0px 0px;
 vertical-align: bottom;
 }

#url_parts {
 font-size: 120%;
 font-family: impact;
 vertical-align: top;
 }

/* ■ナビ枠■ */
#navi_parts {
 text-align: left;
 background-Color: #ca0000;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(
   startColorstr=#ca0000, endColorstr=#890000, gradienttype=0);
 }

#navi_box {
 text-align: center;
 border-right: 1px solid #999999;
 padding: 6px 0px;
 _padding: 0px 0px;
 }

/* ■サイド枠■ */
#side_parts {
 width : 200;
 vertical-align : top;
 padding : 8px 8px 0px 8px;
 border: 1px solid #999999;
 }

#side_table {
 border-collapse: collapse;
 width:200;
 table-layout: auto;
 }

/* ■サイドタイトル部■ */
#side_tytle {
 background-Color: #94979e;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(
   startColorstr=#94979e, endColorstr=#c1c2c3, gradienttype=0);
 border-bottom: 1px solid black;
 padding: 2px 6px;
 width: 100%;
 table-layout: auto;
 }

/* ■サイドコンテンツ部■ */
#side_contents {
 padding : 8px 6px 24px 6px;
 background-Color : transparent;
 vertical-align : top;
 }

/* ■中央枠■ */
td#center_parts {
 width : 560;
 background-Color : transparent;
 padding : 8px 8px;
 text-align : left;
 vertical-align : top;
 border: 1px solid #999999;
 }

#center_table {
 border-collapse: collapse;
 width:100%;
 table-layout: auto;
 }

/* ■中央タイトル■ */
#center_tytle {
 background-Color: #94979e;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(
   startColorstr=#94979e, endColorstr=#c1c2c3, gradienttype=0);
 border-bottom: 1px solid black;
 padding: 2px 6px;
 width: 100%;
 table-layout: auto;
 }

/* ■中央コンテンツ部■ */
#center_contents {
 font-size:80%;
 padding : 6px 8px 16px 8px;
 text-align : left;
 }

/* ■中央コンテンツ部(枠なし)■ */
#center_linenone {
 font-size:80%;
 padding : 6px 8px;
 background-Color : transparent;
 text-align : left;
 }

/* ■中央下部■ */
#center_under {
 width:100%;
 font-size:80%;
 padding : 2px 6px;
 text-align : right;
 }

/* ■終端枠■ */
#cat_parts {
 width: 100%;
 background-Color : black;
 padding : 2px 50px;
 color: white;
 font-size: 90%;
 text-align: center;
 }

#end_parts {
 width: 100%;
 background-Color: #ffcc00;
 text-align: left;
 vertical-align : middle;
 padding: 0px;
 }

/* ---------------------- */
/*  □文章枠の設定        */
/* ---------------------- */

/* ■プラグインコンテンツ部■ */
.plug_contents {
 font-size: 80%;
 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: #94979e;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(
   startColorstr=#94979e, endColorstr=#c1c2c3, gradienttype=0);
 color: white;
 padding : 2px 4px;
 text-align : center;
 border-bottom: 1px solid black;
 font-size: 95%;
 font-weight: bold;
 }

/* ■全記事(一覧)■ */
td.all_k {
 padding : 2px 4px;
 border-bottom: 1px solid black;
 font-size: 80%;
 text-align : left;
 }

/* ---------------------- */
/*  □文字フォントの設定  */
/* ---------------------- */

/* ■標準リンク■ */
a:link,a:visited,a:active{
 color: navy;
 text-decoration: none;
 }

a:hover{
 color: crimson;
 text-decoration: underline;
 }


/* ■TOPタイトルリンク■ */
.main_t a:link,.main_t a:visited,.main_t a:active{
 color: black;
 font-size: 200%;
 font-family: HGP創英角ｺﾞｼｯｸUB;
 text-decoration: none;
 }

.main_t a:hover{
 color: black;
 font-size: 200%;
 font-family: HGP創英角ｺﾞｼｯｸUB;
 text-decoration: none;
 }

/* ■ENDタイトルリンク■ */
.sub_t a:link,.sub_t a:visited,.sub_t a:active{

 text-decoration: underline;
 font-weight: bold;
 color: #333333;
 }

.sub_t a:hover{
 text-decoration:underline;
 color: #660000;
 }

.sub_t{
 font-size:90%;
 }

/* ■ナビリンク■ */
.navi a:link,.navi a:visited,.navi a:active{
 color: white;
 font-size: 90%;
 font-weight: bold;
 width: 100%;
 padding: 6px 10px;
 text-decoration: none;
 dispplay: block;
 }

.navi a:hover{
 background-Color: #dd0000;
 color: white;
 font-size:90%;
 font-weight: bold;
 text-decoration:underline;
 dispplay: block;
 }

/* ■カテゴリリンク■ */
.cat a:link,.cat a:visited,.cat a:active{
 color: white;
 font-size: inherit;
 font-weight: bold;
 text-decoration: none;
 }

.cat a:hover{
 color: white;
 font-size:inherit;
 font-weight: bold;
 text-decoration:underline;
 }

/* ■記事タイトル■ */
.kiji_t a:link,.kiji_t a:visited,.kiji_t a:active{
 font-size: 100%;
 color: white;
 font-weight: bold;
 text-decoration:none;
 }

.kiji_t a:hover{
 font-size: 100%;
 color: white;
 font-weight: bold;
 text-decoration: underline;
 }

/* ■続きリンク■ */
.next a:link,.next a:visited,.next a:active{
 color: #660000;
 font-size: 100%;
 padding: 4px 10px;
 text-decoration: none;
 text-align: center;
 border: 1px solid #999999;
 dispplay: block;
 }

.next a:hover{
 background-Color: #ffcc00;
 color: #660000;
 font-size: 100%;
 text-decoration:underline;
 text-align: center;
 border: 1px solid #999999;
 dispplay: block;
 }

/* ■記事下段■ */
.kiji_k{
 text-align : right;
 }

/* ■中央タイトル■ */
.center_t{
 font-size: 85%;
 color: white;
 font-weight: bold;
 }

/* ■コメントタイトル■ */
.comment_t{
 font-size: 100%;
 border-left: 3px solid silver;
 padding: 4px 8px;
 color: darkgreen;
 }

/* ■TBタイトル■ */
.track_t{
 font-size: 100%;
 font-weight: bold;
 border-left: 3px solid silver;
 padding: 4px 8px;
 }

/* ■サイドタイトル■ */
.side_t{
 font-size: 85%;
 font-weight: bold;
 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.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.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.fc2.com/h/y/a/hyama2004/aqua_r.gif);
 background-repeat:no-repeat;
 background-position:left top;
 background-attachment:fixed;
}

#ayaponrss {margin:10px 0px 0px 0px; font-size:8px;}

.plugin-freearea { 
font-size: 12px; 
} 

ul { list-style-image: url(http://blog-imgs-26.fc2.com/2/c/h/2chkopipe/arrow-s1.gif); }


/* 「含むはてなブックマーク」ボタン */
img.b_entry{
	float: none;
	clear: both;
	border: none;
}


#qr{
 width: 25%;
 background-Color: #ffffff;
 text-align: right;
 }




/* ■TOP新着表示■ */
#top_news {
 font-size:80%;
 text-align : left;
 }