/***********************************************/
/*ページ全体				       */
/***********************************************/
body { font-size: small; margin: 0; color : #505050;}


/***********************************************/
/*リンクカラー		                       */
/***********************************************/
a:link		{ color:#384682; }
a:visited	{ color:#6495ed; }
a:hover		{ color:#5088ED; }


/***********************************************/
/*フォント（通常はこれを使用）                 */
/***********************************************/
.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 }
.text04-b { font-size: small; line-height: 20px; }
.text05-margin { font-size: small; line-height: 150%; }

/***********************************************/
/*フォント（サイズ固定はこれを使用）           */
/***********************************************/
.head 　 { font-size: 16px; line-height: bolder; margin-bottom: 0px; }
.title   { font-size: 14px; font-weight: bold; margin-bottom: 0px; }
.title-nonbold { font-size: 14px; margin-bottom: 0px; }
.reg-24  { font-size: 12px; line-height: 24px; margin-bottom: 0px; }
.small   { font-size: 10px; line-height: normal; margin-bottom: 0px; }
.mini    { font-size: 9px; margin-bottom: 0px; }
.reg     { font-size: 12px;}

/***********************************************/
/*フォント（行間詰め指定用）　　　　           */
/***********************************************/
.spacing { font-size: 8px; 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; }




.text04-b {
	font-size: small;
	line-height: 20px;
}
.text05-margin {
	font-size: small;
	line-height: 150%;
}
