/* ---------------------- */
/*  □初期化              */
/* ---------------------- */

* {
  margin : 0;
  padding : 0;
  font-style : normal;
  font-weight : normal;
  line-height:130%;
  font-size:100.9%; }

/* ---------------------- */
/*  □３カラム枠の設定    */
/* ---------------------- */

/* ■背景■ */
body {
  background-Color:white;
  background-image:url(http://************.gif);
  background-repeat:repeat;
  background-position:left top;
  background-attachment:fixed;
  color:black;
  margin-bottom : 0px;
  text-align: center; }

/* ■全体枠■ */
table#all_parts {
  width : 99%;
  margin-left : auto;
  margin-right : auto;
  border-collapse: separate;
  background-Color : white;
  border-spacing: 8px;
  text-align : center; }

/* ■先頭枠■ */
td#top_parts {
  background-Color : Navy;
  padding : 8px 18px 8px 16px;
  text-align : left; }

p.top1_p{
  border-bottom: 5px solid red;
  font-size: 200%;
  vertical-align : baseline; }

p.top1_p:first-letter {
  font-size: 200%;
  color: red;
  line-height:100%;
  vertical-align : baseline; }

p.top2_p{
  padding-top : 2px;
  font-size: 90%;
  color:white;
  vertical-align : top; }

/* ■左サイド枠■ */
td#left_parts {
  width : 25%;
  overflow:hidden ;
  padding : 0px 0px 0px 0px;
  border: 2px solid Navy;
  background-Color : transparent;
  text-align : left;
  vertical-align : top; }

/* ■左サイドタイトル部■ */
td#left_tytle {
  width : 100%;
  overflow:hidden ;
  padding : 2px 4px 2px 8px;
  background-Color : Navy ;
  vertical-align : top; }

/* ■左サイドコンテンツ部■ */
td#left_contents {
  width : 100%;
  overflow:hidden ;
  padding : 8px 6px 16px 6px;
  background-Color : transparent;
  vertical-align : top; }

/* ■中央枠■ */
td#center_parts {
  width : 75%;
  overflow:hidden ;
  padding : 0px 0px 0px 0px;
  background-Color : transparent;
  text-align : left;
  vertical-align : top; }

/* ■中央タイトル部■ */
td#center_tytle {
  width : 100%;
  overflow:hidden ;
  padding : 6px 4px 2px 4px;
  line-height:100%;
  border-bottom: 4px solid Navy;
  vertical-align : baseline; }

/* ■中央コンテンツ部■ */
td#center_contents {
  width : 100%;
  font-size:100%;
  overflow:hidden ;
  padding : 8px 6px 8px 6px;
  background-Color : transparent;
  text-align : left;

  border-bottom: 20px solid Navy;
  vertical-align : top; }

/* ■中央コンテンツ部(下線なし)■ */
td#center_linenone {
  width : 100%;
  font-size:100%;
  overflow:hidden ;
  padding : 8px 6px 8px 6px;
  background-Color : transparent;
  text-align : left;
  vertical-align : top; }

/* ■中央下部■ */
td#center_under {
  width : 100%;
  overflow:hidden ;
  padding : 0px 8px 2px 8px;
  background-Color : transparent;
  text-align : right;
  vertical-align : top; }

/* ■中央スペース部■ */
td#center_space {
  width : 100%;
  height : 8px;
  overflow:hidden ;
  background-Color : transparent;
  text-align : right;
  vertical-align : top; }

/* ■右サイド枠■ */
td#right_parts {
  width : 0%;
  overflow:hidden ;
  padding : 0px 0px 0px 0px;
  background-Color : transparent;
  text-align : left;
  border: 2px solid Navy;
  vertical-align : top; }

/* ■右サイドタイトル部■ */
td#right_tytle {
  width : 100%;
  overflow:hidden ;
  padding : 2px 4px 2px 8px;
  background-Color : Navy ;
  vertical-align : top; }

/* ■右サイドコンテンツ部■ */
td#right_contents {
  width : 100%;
  overflow:hidden ;
  padding : 8px 6px 16px 6px;
  background-Color : transparent;
  vertical-align : top; }

/* ■終端枠■ */
td#end_parts {
  background-Color : Navy;
  padding : 8px 8px 8px 8px;
  text-align : center;
  font-size: 90%;
  color : white;
  vertical-align : middle; }

/* ---------------------- */
/*  □文章枠の設定        */
/* ---------------------- */

/* ■プラグイン枠■ */
table#plug_parts {
  width : 100%;
  margin : 0px; padding:0px;
  border-collapse: separate;
  border-spacing: 2px;
  text-align : center; }

/* ■プラグインコンテンツ部■ */
.plug_contents {
  position:relative;
  font-size: 85%;
  background-Color : transparent;
  vertical-align : top; }

/* ■全記事一覧■ */
table#all_tytle {
  margin-left : auto;
  margin-right : auto;
  border-collapse: collapse;
  text-align : center; }

/* ■全記事(タイトル)■ */
td.all_t {
  background-Color : Navy;
  padding : 2px 4px;
  text-align : center;
  font-size: 80%;
  color : white;
  border-width: thin;
  border-style: ridge;
  vertical-align : top; }

/* ■全記事(一覧)■ */
td.all_k {
  padding : 2px 4px;
  font-size: 85%;
  text-align : left;
  border-width: thin;
  border-style: ridge;
  vertical-align : top; }

/* ---------------------- */
/*  □文字フォントの設定  */
/* ---------------------- */

/* ■標準リンク■ */
a:link,a:visited,a:active{
  color:Navy;
  text-decoration:underline; }

a:hover{
  color:red;
  text-decoration:underline; }

/* ■TOPタイトルリンク■ */
.main_t a:link,.main_t a:visited,.main_t a:active{
  font-weight:bold;
  color:white;
  text-decoration:none; }

.main_t a:hover{
  color:red; }

/* ■ENDタイトルリンク■ */
.sub_t a:link,.sub_t a:visited,.sub_t a:active{
  font-size:inherit;
  color:white;
  text-decoration:none; }

.sub_t a:hover{
  font-size:inherit;
  color:red;
  text-decoration:none; }

.sub_t{
  font-size:inherit;
  color:white; }

/* ■記事タイトル■ */
.kiji_t{
  float : left;
  font-size:130%;
  color: black;
  font-weight:bold;
  padding : 5px;
  line-height:100%;
  vertical-align : baseline;
  text-align : left; }

.kiji_t:first-letter {
  font-size:150%;
  color: white;
  background-Color : red;
  padding : 2px;
  font-weight:bold;
  vertical-align : baseline; }

/* ■記事日時■ */
.kiji_j{
  font-size:80%;
  color: Navy;
  text-align : right;
  vertical-align : baseline;
  padding:0px 0px 0px 0px; }

/* ■記事下段■ */
.kiji_k{
  font-size:80%;
  text-align : right; }

/* ■コメントタイトル■ */
.comment_t{
  font-size:100%;
  color: black;
  font-weight:bold; }

/* ■TBタイトル■ */
.track_t{
  font-size:100%;
  color: black;
  font-weight:bold; }

/* ■サイドタイトル■ */
.side_t{
  font-size:90%;
  color: white;
  font-weight:bold; }

.side_t:first-letter {
  color: red;
  font-weight:bold; }

/* ■リスト設定■ */
ul,li {
  list-style-type: disc;
  list-style-position:outside;
  list-style-image:url(xyz.gif);
  margin-left : 8px; }

/* ■その他■ */
h1       {font-size:100%; margin: 0px;}
h2,h3,h4 {font-size:100%; margin: 0px;} 　　　　　
.basic   {color: red; font-weight:bold;}
.topics  {color: red; font-weight:bold;}

/* ■標準■ */
img{                                       /* ★ V00-04 UPDATE */
  border:0;}                               /* ★ V00-04 UPDATE */

img.emoji{                                    /* ★ V00-04 ADD */
  vertical-align:middle;}                     /* ★ V00-04 ADD */

blockquote,q{                           /* ★↓V00-01 ADD ｺｺｶﾗ */
  margin: 8px 6px 8px 12px;
  padding: 4px;
  font-size: 80%;
  text-align : left;
  border-width: thin;
  border-style: ridge; }                /* ★↑V00-01 ADD ｺｺﾏﾃﾞ*/

strong,b {                                    /* ★ V00-03 ADD */
  font-weight : bold; }                       /* ★ V00-03 ADD */