body {
margin: 0;
padding: 0;
background-color: #666;
font-size:small;
}
.style1 {font-size: 10pt}
.style2 {font-size: 9pt}
.style6 {font-size: 8pt; color: #750000; }
.l-gr {font-size: 10pt; color:#333}
.m-gr {font-size: 10pt; color:#333; line-height:1.5}
.m-red {font-size: 10pt; color:#c00}
.style7 {color: #666; font-size: 8pt;}
.style8 {font-size: 10px; color: #574E70;}
.style20 {font-size: 10pt}
.style21 {font-size: 8pt}
.style22 {font-weight: bold}
.style23 {color: #F00}
.style24 {font-weight: bold; color: #F00; }

.box{
  width: 600px;/*全体の幅*/
  font-size: 12px;/*文字サイズ*/
  }
.box dt{/*タイトル部分の設定*/
  color: #FFF;/*文字色*/
  background-color: #6A6A6C;/*背景色*/
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 230px;/*タイトルの幅*/
  padding: 2px 1em 2px 1.5em;
  background-image: url("../images/box_gray.gif");
  background-repeat: no-repeat;
  }
.box dd{/*内容部分*/
  color: #313132;/*文字色*/
  margin: 0;
  padding: 0;
  border: solid 1px #6A6A6E;/*枠色*/
  }
.box dd .textb24{
  padding: 1.2em 0.9em;/*テキスト部分の余白*/
  border-top: solid 4px #DADADC;
  border-bottom: solid 4px #DADADC;
  }


/* 古都奈良倶楽部HOMEの中央の列のboxの設定 2008年02月 */
#cBoxTopics {
 width: 413px;
 height: 21px;
 border: 0;
 padding: 0;
 margin: 0 auto;
 background: url(images/topicsBack.gif) repeat;
}
#cBoxTopics img {
 margin: 0 auto;
 border: 0;
 vertical-align: bottom;
 font-size: 1%;
}

.cBoxTable {
 margin: 0 auto 12px auto;
 padding: 0;
 width: 400px;
 height: 150px;
 border: 0;
 border-collapse: collapse;
 background: #FFF4FA;
}
.cBoxTable tr {
 margin: 0;
 padding: 0;
 border: 0;
}
.cBoxTable td {
 border-top: 1px solid #FFC8E3;
 border-bottom: 1px solid #FFC8E3;
}
.cBoxTable td.cPhoto {
 width: 150px;
 margin: 0;
 padding: 0;
}
.cBoxTable td.cPhoto img {
 width: 150px;
 height: 150px;
 border: 0;
 margin: 0;
 padding: 0;
 vertical-align: bottom;
 font-size: 1%;
}
.cBoxTable td.cText {
 width: 250px;
 text-align: left;
 padding: 6px;
 color: #906;
 font-size: 12px;
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 line-height: 1.5;
}
.cBoxTable td.cText strong {
 color: #939;
}

