@charset "utf-8";
/* CSS Document */


/* Bodyの設定
---------------------------------------------------------------------- */
body {color: #333;background: #FCFEF7;}

/* テキストリンクの設定
---------------------------------------------------------------------- */
a:link {color: #174e85;}
a:visited {color: #174e85;}
a:hover,a:active,a:focus {color: #C00;}