a	{color: #017acd}

span.blue	{ color: #0099ff;
                  font-weight: 700; }

span.darkblue	{ color: #005087;
                  font-weight: 700; }

span.red	{ color: #990000;
                  font-weight: 700; }

span.black	{ color: #333333;
                  font-weight: 700;}

/* コンテナ */
div#container	{width: 826px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{
}

div#header h1{
        background: url("img/title.png") no-repeat left top;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-bottom: 0;
        }

div#header p	{color: #003366;
	font-size: 0.9em;
	margin: 0}

/* メニュー */
ul#menu	{font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #003366}

ul#menu li	{list-style-type: none;
	float: right}

ul#menu li a	{display: block;
	width: 117px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #003366;
	border-right: solid 1px #ffffff}

ul#menu li a:hover	{background-color: #0000ff}

ul#menu li.menulast a	{border-right: none}

/* コンテンツ */
div#content	{clear:both;
        width: 826px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto}

div#content h2	{background-color: #ffffff;
	background-image: url(../img/st_info.png);
	background-repeat: no-repeat;
	font-size: 1em;
	padding-left: 10px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 0}

div#content h3	{background-color: #ffffff;
	background-image: url(../img/light-blue.png);
	padding-left: 50px;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 0}

div#content p	{font-size: 0.9em;
	line-height: 1.6;
	padding-left: 45px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px}

/* フッター */
div#footer	{color: #ffffff;
	background-color: #003366;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px}

address	{font-size: 0.8em;
	font-style: normal;
	text-align: center}
