/***********************************************/
/*ページ全体				       */
/***********************************************/
body { font-size: small; margin: 0; color : #505050;}
img  { margin:0px ; border:0px ;padding:0px ;} 


/***********************************************/
/*リンクカラー		                       */
/***********************************************/
a:link		{ color:#3B4F32; }
a:visited	{ color:#3B4F32; }
a:hover		{ color:#95CE95; }


/***********************************************/
/*フォント（通常はこれを使用）                 */
/***********************************************/
.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 }
.text_arrow  { padding:0 0 0 15px;background:url(/_img/icon_arrow_02.gif) no-repeat;} 
.text_pink-arrow  { padding:0 0 0 15px;background:url(/_img/icon_arrow_pink02.gif) no-repeat;} 


/***********************************************/
/*フォント（サイズ固定はこれを使用）           */
/***********************************************/
.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: lighterl; line-height: 13px; margin-bottom: 0px }


/***********************************************/
/*フォント（行間詰め指定用）　　　　           */
/***********************************************/
.spacing { font-size: 8px; margin-bottom: 0px; }


/***********************************************/
/*マージン		                       */
/***********************************************/
.margin  { margin-bottom: 0px }
.lh      { line-height: 1.5em }

/***********************************************/
/*ヘッドタグ		                       */
/***********************************************/

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 ;}

#HEAD ul   { margin:0 ; padding:0 ;}
#HEAD li   { margin-left:2px ; margin-top:6px; padding:0 ; float:left ;list-style-type:none ;}
#HEAD img  { vertical-align: text-bottom; }

#HEAD_2 ul { margin:0 ; padding:0 ;}
#HEAD_2 li { margin:0 ; padding:0 ; float:left ;list-style-type:none ;}

/***********************************************/
/*フッター用　　　　　　　                     */
/***********************************************/

#FOOT      { font-weight:lighter ; font-size:x-small ; line-height:1.7em ; width:780px ; margin-top:20px ; color:#969696 ; text-align:left ;}
#FOOT a    { text-decoration:none ; color:#969696 ;}
#FOOT2     { width:780px ; text-align:center ; color:#969696 ; margin-bottom:10px ;}
