@charset "Shift_JIS";

/* 基本スタイル
---------------------------------------------*/
strong {
	font-style: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #191970;
}

a	{color: #017acd}

/* コンテナ */
div#container	{
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	}

/* ヘッダー */
div#header	{
	background-color: #9999ff;
	background-image: url(images/sky-gradation.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: solid 1px #666666;
	padding: 10px 20px 0px;
	margin-bottom: 20px;
	}

div#header h1	{margin: 0;}

h1.logo img	{
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0;
	}

div#header sup	{
	font-size: 0.75em;
	}

div#header p	{
	color: #ffffff;
	font-size: 0.75em;
	margin: 0;
	clear: both;
	}

/* コンテンツ */
div#content	{
	width: 560px;
	height:220px;
	margin-left: auto;
	margin-right: auto;
	}

div#content p	{
	font-size: 1.0em;
	line-height: 1.4;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	}
/*
div#content p	{
	font-size: 0.8em;
	line-height: 1.0;
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 12px;
	}
*/
div#content table	{
	width: 60%;
	font-size: 0.8em;
	line-height: 1.2;	
	margin-top: 0px;
	margin-bottom: 4px;
	background-color: #ffffff;
	border: none;
	border-collapse: collapse;
	}

div#content th, td	{
	border: 1px solid #666666;	
	}

div#content th	{
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	border: 1px solid #666666;
	}

div#content td	{
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	border: 1px solid #666666;
	}

/* フッター */
div#footer	{color: #ffffff;
	background-color: #005087;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px}

address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	}
