body {
  scrollbar-track-color:#505050;      /*    ★☆？スクロールバーの色の変更はＨＰ上反映されず？☆★ 	*/
  scrollbar-face-color:#000000;       /*    同上 	*/
  scrollbar-arrow-color:#ffffff;             　 　  /*    同上 	*/
  scrollbar-3dlight-color:#ffffff;              　  /*    同上 	*/
  scrollbar-darkshadow-color:#606060;         /*    同上 	*/
  scrollbar-highlight-color:#d0d0d0;                /*    同上 */
  scrollbar-shadow-color:#404040;                /*    同上 	*/
  margin: 0px 0px 20px 0px;
  background-color: #202020;       /*    ★☆ｳｨﾝﾄﾞｳ全体のﾊﾞｯｸグランドの色☆★ 	*/
  text-align: center;
  }

a {
  text-decoration: underline;
  }

a:link {
  color: #6ef0f5;
  }

a:visited {
  color: #b4f0f5;
  }

a:active {
  color: #ff5f5f;
  }

a:hover {
  color: #ffffa5;
  }

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  }

#container {
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  width: 700px;
  background-color: #000000;   /*    ★☆バナー、投稿､ｻｲﾄﾞﾊﾞｰの背景色指定で隠れる☆★ */
/*   border: 1px solid #ffffff;    */
  }

/*    ★☆バナー画像貼り付け対応(ﾊﾝﾄﾞP.195)☆★ 	*/
#banner {
  display: none;　　　　　                /*    文字のバナーを表示しない（追加） 	*/
  font-family: Georgia, 'Times New Roman', serif;
  color: #FFFFFF;
  background-color: #000000;         /*    ★☆バナー領域の背景を黒色に☆★ 	*/
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #FFFFFF;
  height: 39px;
  }

/*    ★☆バナー画像貼り付け対応(ﾊﾝﾄﾞP.196)☆★ 	*/
a#banner-img {
  display: block;                /*   四角を表示 	*/
  background-image: url("/mt-static/images/mt_laboratory.gif");    /* 背景画像表示*/
  background-repeat: no-repeat;                /*    繰返し表示禁止 	*/
  backgroune-color: #999999;                /*    背景色指定	*/
  height: 70px;                                         /*    高さ指定	*/  
  }

/*    ★☆バナー画像貼り付け対応の追加(ﾊﾝﾄﾞP.196)☆★ 	*/
.banner-alt {
  display: none;　　　　                /*    バナー画像からトップページへリンクに必要 	*/
  }


#banner a {
  color: #FFFFFF;
  text-decoration: none;
  }

#banner h1 {
  font-size: xx-large;
  font-weight: bold;
  }

#banner h2 {
  font-size: small;
  }

#center {
  float: left;                    /*    ★☆サイドバー右に配置(ﾊﾝﾄﾞP.198)☆★ 	*/
  width: 500px;
  overflow: hidden;
  }

.content {
  padding: 15px 15px 5px 15px;
  background-color: #000000;     /*    ★☆投稿側の背景を黒色に☆★ 	*/
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  }

#right {
  float: left;
  width: 200px;
  background-color: #000000;        /*    ★☆サイドバー側の背景を黒色に☆★ 	*/
  overflow: hidden;
  }

.content p {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  margin-bottom: 10px;
  }

.content blockquote {
  line-height: 150%;
  }

.content li {
  line-height: 150%;
  }

/*    ★☆エントリーの日付の飾りを追加(ﾊﾝﾄﾞP.188)☆★ 	*/
.content h2 {
  background-color: #303030;         /* 枠内のﾊﾞｯｸグランドの色指定　 */
　border-top: 1px solid #808080;      /* 上に１ﾋﾟｸｾﾙの線を引く　 */
　border-bottom: 1px solid #808080;      /* 下に１ﾋﾟｸｾﾙの線を引く　 */
　border-left: 1px solid #808080;          /* 左に１ﾋﾟｸｾﾙの線を引く　 */
　border-right: 1px solid #808080;        /* 右に１ﾋﾟｸｾﾙの線を引く　 */
  padding-left: 5px;                            /* 内容と枠の空間幅５ﾋﾟｸｾﾙ　 */　　　　
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  }

/*    ★☆エントリーのタイトルにｲﾒｰｼﾞを追加(ﾊﾝﾄﾞP.188)☆★ 	*/
.content h3 {
  color: #FFFFFF;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: medium;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
/* 【削除】  background: url(/mt-static/images/mar_082.gif) no-repeat left center;     （CreatorのVol43のP85)　*/
/* 【削除】border-left: 15px solid #a0a0a0;　　　左側枠の幅と色の設定　 */
/* 【削除】　padding-left: 5px;                        左枠と内容までの間隔　 */
  }

.content p.posted {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  border-top: 1px solid #404040;    /*★☆上の線を黒っぽくしより目立たないように☆★	*/
  text-align: right;                         　　　　　　　 /*★☆文字の右揃え☆★	*/
  margin-bottom: 25px;
  line-height: normal;
  padding: 3px;
  }

/*    【不採用】 ★☆サイドバーの右側に点線を追加(ﾊﾝﾄﾞP.198)☆★	*/
.sidebar {
  padding: 15px;
  }

#calendar {
  line-height: 140%;
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  padding: 2px;
  text-align: center;
  margin-bottom: 30px;
  }

#calendar table {
  padding: 2px;
  border-collapse: collapse;
  border: 0px;
  width: 100%;
  }

#calendar caption {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .3em;
  }

#calendar th {
  text-align: center;
  font-weight: normal;
  }

#calendar td {
  text-align: center;
  }

/*    ★☆サイドバーの飾りを追加(ﾊﾝﾄﾞP.190)☆★ 	*/
.sidebar h2 {
  color: #FFFFFF;
  background-color: #303030;         /* 枠内のﾊﾞｯｸグランドの色指定　 */
　border-top: 1px solid #808080;      /* 上に１ﾋﾟｸｾﾙの線を引く　 */
　border-bottom: 1px solid #808080;     /* 下に１ﾋﾟｸｾﾙの線を引く　 */
　border-left: 1px solid #808080;         /* 左に１ﾋﾟｸｾﾙの線を引く　 */
　border-right: 1px solid #808080;        /* 右に１ﾋﾟｸｾﾙの線を引く　 */
  padding-left: 5px;                            /* 内容と枠の空間幅５ﾋﾟｸｾﾙ　 */　　　　
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .3em;
  }

/*    ★☆サイドバー見出しの飾りを追加(ﾊﾝﾄﾞP.193)☆★ 	*/
.sidebar ul {
  padding-left: 15px;　　　/* 見出しの文字を１５ﾋﾟｸｾﾙ空けて表示（ｲﾒｰｼﾞが入いるので）　 */
  margin: 0px;
  margin-bottom: 30px;
  }

/*    ★☆サイドバー見出しの飾りを追加(ﾊﾝﾄﾞP.192)☆★ 	*/
.sidebar li {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  line-height: 150%;
  margin-top: 10px;
  list-style-image: url("/mt-static/images/sidebar_image.gif");　/* ｲﾒｰｼﾞ表示 */
  }

.sidebar img {
  border: 3px solid #FFFFFF;
  }

.photo {
  text-align: left;
  margin-bottom: 20px;
  }

.link-note {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  padding: 2px;
  margin-bottom: 15px;
  }

#powered {
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  color: #FFFFFF;
  margin-top: 50px;
  }

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
  }

textarea[id="comment-text"] {
  width: 80%;
  }

 /*    ★☆これ以降は新たに追加したセレクタ☆★ 	*/
.red_color {
  color:#ff0000;
}



