/*****全ブロックの共通設定*****/
/*HTML全体に関する設定*/
html{
scrollbar-face-color:#CCFFCC;
scrollbar-track-color:#CCFFCC;
scrollbar-arrow-color:#808080;
scrollbar-3dlight-color:#808080;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#dfdfdf;
scrollbar-darkshadow-color:#808080;
}

/*背景とかのBODY全体に関する設定*/
body { background-color:#CCFFCC; }

/*ページ全体の文字の設定*/
body,table,td,tr,th { font-size:12px; color:#666666; }

/*通常のリンク設定*/
a:link { text-decoration:underline; color:#FF99CC;}
a:visited{ text-decoration:underline; color:#FF99CC; }
a:hover { text-decoration:underline; color:blue; }
a:active { text-decoration:underline; color:red; }

/*レイアウトテーブルの設定*/
table.main { background: #ffffff url("../img/bg-paper.jpg"); }

/*枠の設定*/
td.topleft  { background-image: url("../img/frame/default-8-topleft.gif"); }
td.top  { background-image: url("../img/frame/default-1-top.gif"); }
td.topright  { background-image: url("../img/frame/default-2-topright.gif"); }
td.right  { background-image: url("../img/frame/default-3-right.gif"); }
td.bottomright  { background-image: url("../img/frame/default-4-bottomright.gif"); }
td.bottom  { background-image: url("../img/frame/default-5-bottom.gif"); }
td.bottomleft  { background-image: url("../img/frame/default-6-bottomleft.gif"); }
td.left  { background-image: url("../img/frame/default-7-left.gif"); }

/*タイトル枠の設定*/
td.title  { background-image: url("../img/frame/title-bg.gif"); }

/*タイトル文字*/
span.title { font-size:12px; color:#FF3366; }

/*タイトル下日付*/
span.date { font-size:12px; color:#999999; }

/*リンク色設定（さんご）*/
td.sango A:link{text-decoration: underline; color:#FF66CC;} 
td.sango A:visited{text-decoration: underline; color:#FF66CC;} 
td.sango A:active{text-decoration: underline; color:red;} 
td.sango A:hover {text-decoration: underline; color:blue;} 

/*セル内リンク色設定（グリーン）*/
td.green A:link{text-decoration: underline; color:#66CC99;} 
td.green A:visited{text-decoration: underline; color:#66CC99;} 
td.green A:active{text-decoration: underline; color:red;} 
td.green A:hover {text-decoration: underline; color:blue;} 

/*セル内リンク色設定（ピンク）*/
td.pink A:link{text-decoration: underline; color:#CC6699;} 
td.pink A:visited{text-decoration: underline; color:#CC6699;} 
td.pink A:active{text-decoration: underline; color:red;} 
td.pink A:hover {text-decoration: underline; color:blue;} 

/*セル内リンク色設定（オレンジ）*/
td.orange A:link{text-decoration: underline; color:#FF9933;} 
td.orange A:visited{text-decoration: underline; color:#FF9933;} 
td.orange A:active{text-decoration: underline; color:red;} 
td.orange A:hover {text-decoration: underline; color:blue;} 

/*セル内リンク色設定（ブルー）*/
td.blue A:link{text-decoration: underline; color:#66CCCC;} 
td.blue A:visited{text-decoration: underline; color:#66CCCC;} 
td.blue A:active{text-decoration: underline; color:red;} 
td.blue A:hover {text-decoration: underline; color:blue;} 


