@charset "utf-8";

/* ==========================================
 
サイトごとに変更するスタイル

========================================== */

/* サイトデフォルト文字色 */

body { color: #5d646c; }

a:link { color: #5a8391; text-decoration: none; }
a:visited { color: #5a8391; text-decoration: none; }
a:hover { color: #5a8391; text-decoration: underline; }


/* サイト全体の背景色 */

body { background: #ffffff; }


/* ヘッダ上部オビの背景色・リンク色 */

#site_header_wrapper #header_description { background: #f5f5f5; }
    #site_header_wrapper #header_description h1 { background: #f5f5f5; }

    #site_header_wrapper #header_description h1 { color : #5d646c;}
    #site_header_wrapper #header_description h1 a:link { color: #5d646c; text-decoration: none;}
    #site_header_wrapper #header_description h1 a:visited { color: #5d646c; text-decoration: none;}
    #site_header_wrapper #header_description h1 a:hover { color: #5d646c; text-decoration: underline;}
    
    
/* フッターの背景色と文字色 */


#site_footer_wrapper { background: #f5f5f5; }   
#site_footer_wrapper #site_footer { background: #f5f5f5; color: #5d646c; }

    #site_footer_wrapper a:link { color: #5d646c; text-decoration: none; }
    #site_footer_wrapper a:visited { color: #5d646c; text-decoration: none; }
    #site_footer_wrapper a:hover { color: #5d646c; text-decoration: none; }
