/* Stylesheet for the xfield document */

td.tmp { /* テンプレート・テーブル(td) */
  background-color:#fff;
}

h3.tmptitle { /* テンプレート・タイトル */
  font-size:16px;
  padding: 5px;
  margin-bottom:0px;
  border-bottom: 1px dotted #663300;
  background-color: #ffdddd; 
}

div.tmpmain { /* メイン文章 */
  line-height:150%;
  padding: 4px;
  margin-left: 6px;
  margin-right: 6px;

}


