/***********************************************/
/*ページ全体				       */
/***********************************************/
body        { font-size: small; margin: 0; color : #454545;}


/***********************************************/
/*リンクカラー		                       */
/***********************************************/
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 }


/***********************************************/
/*フォント（サイズ固定はこれを使用）           */
/***********************************************/
.title          { font-size: 14px; font-weight: bold; margin-bottom: 0px }
.normal         { font-size: 12px; font-weight: lighter; line-height: 18px; margin-bottom: 0px }
.small          { font-size: 11px; font-weight: lighter; line-height: 13px; margin-bottom: 0px }


/***********************************************/
/*ヘッドタグ		                       */
/***********************************************/

h1 {font-weight: lighter; font-size:small;padding:0px;margin:0px;}
h2 {font-weight: lighter; font-size:small;padding:0px;margin:0px;}
h3 {font-weight: lighter; font-size:small;padding:0px;margin:0px;}
h4 {font-weight: lighter; font-size:small;padding:0px;margin:0px;}


/***********************************************/
/*リスト　　　　　　　　　                     */
/***********************************************/

ul         {margin:0 ; padding:0 ; text-align:left ; list-style-type:none ;}
li         {margin:0 ; padding:0 ; list-style-type:none ;}

