/***********************************************/
/*ページ全体				       */
/***********************************************/
body { font-size: small; margin: 0; color : #696969;}


/***********************************************/
/*リンクカラー		                       */
/***********************************************/
a:link		{ color:#4480ED; }
a:visited	{ color:#708090; }
a:hover		{ color:#000066; }



/***********************************************/
/*フォント		                       */
/***********************************************/
.text01  { font-weight: lighter; font-size:xx-large; margin-bottom: 0px }
.text02  { font-weight: lighter; font-size:x-large; margin-bottom: 0px }
.text03  { font-weight: lighter; font-size:large; margin-bottom: 0px }
.text04  { font-weight: lighter; font-size:medium; margin-bottom: 0px }
.text05  { font-weight: lighter; font-size:small; margin-bottom: 0px }
.text06  { font-weight: lighter; font-size:x-small; margin-bottom: 0px }
.text07  { font-weight: lighter; font-size:xx-small; margin-bottom: 0px }


/***********************************************/
/*マージン		                       */
/***********************************************/
.margin  { margin-bottom: 0px }


/***********************************************/
/*リストタグの画像指定	                       */
/***********************************************/
UL { list-style-image: url(img/mark.gif); }


/***********************************************/
/*ヘッドタグ		                       */
/***********************************************/
/*h1	{ color:red; font-weight:bold; font-size:medium; margin:0px }
/*h2	{ font-weight:bold; font-size:small; margin:0px }
/*h3	{ font-weight:bold; font-size:small; margin:0px }


ここからは各カテゴリ、ページ独自の指定
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓


/***********************************************/
/*テーブル		                       */
/***********************************************/
table { bgcolor:#000000; cellpadding:4; cellspacing:1; }

/***********************************************/
/*フォント（行間詰め指定用）　　　　           */
/***********************************************/
.spacing { font-size: 8px; margin-bottom: 0px; }


