body {
background-color:#ffffef;
background-image:url("./back.gif");
background-attachment:fixed;
color: #666666;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
line-height: 140%;
}

a { color: #666666; text-decoration: none; }
a:link	{ color: #666666; text-decoration: none; }
a:visited	{ color: #666666; text-decoration: none; }
a:active	{ color: #666666; text-decoration: underline; }
a:hover	{ color: #666666; text-decoration: underline; }

big  { font-size: 11pt ; }
small { font-size: 8pt ; }

.title{ 
font-size: 140% ;
font-weight: bold;
}


.xsm{ font-size : 7pt; }
.cnt{ font-size : 8pt; color : #996666; }


/*記事表示部テーブルに関する指定（class）★必須・クラス名称変更不可★*/
.tbl {
border-style:solid;
border-color:#556b2f;
border-left-width:1px;
border-right-width:1px;
border-top-width:1px;
border-bottom-width:1px;
background-color:#FFFFFF;
width:450px;
}

/*記事表示部タイトル部分のTDに関する指定（class）★必須・クラス名称変更不可★*/
.td {
color:#ffffff;
background-color:#63aa42;
line-height: 1.5;
}
/*記事表示部名前・日付部分のTDに関する指定（class）★必須・クラス名称変更不可★*/
.td2 {
border-style:solid;
border-color:#556b2f;
border-left-width:0px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:0px;
background-color:#ffffff;
background-image:url("./bottom.gif");
line-height: 1.0;
}
/*罫線の色指定（class）★必須・クラス名称変更不可★*/
.hr{
color:#556b2f;
height:1;
}

p { line-height: 140%;
}

.tbl2 {
border-style:solid;
border-color:#556b2f;
border-left-width:1px;
border-right-width:1px;
border-top-width:1px;
border-bottom-width:1px;
background-color:#FFFFFF;
width:420px;
}
