@charset "utf-8";

/*--------------------------------------
  背景色
---------------------------------------*/

body {
background-color: #1B49A0;
}


/*--------------------------------------
  見出し文字色
---------------------------------------*/

#content h2 {
border-bottom: #1A489B;
color: #1A489B;
}

