@charset "utf-8";

/* サブタイトル・背景色 */
.content_subtitle
{
	background-color:#00008b;
}

/* サブタイトル・文字色 */
.content_subtitle span
, .content_subtitle h1
{
	color:#ffffff;
}

/* 本文・背景色 */
#wallpaper
{
	background-color:#ffffff;
}

/* 本文・文字色 */
body, table, th, td, div, span, ul, li, p, a {
	color:#000000;
}

