a	{color: #9999CC}
a:visited	{color: #9999CC}
a:active	{color: #017acd}
a:hover	{color: #017acd}

/* コンテナ */
div#container	{width: 760px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #333399;}

div#header h1	{margin: 2}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0;
	background-color: #9999CC}

/* メニュー */
ul#menu	{font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
	height: 20px;
	background-color: #333399}

ul#menu li	{list-style-type: none;
	float: left}

ul#menu li a	{display: block;
	width: 110px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #333399;
	border-right: solid 1px #ffffff}

ul#menu li a:hover	{background-color: #017acd}

/* コンテンツ */
div#content	{width: 564px;
	float: left;
	margin-right: auto;
	margin-left: auto}

div#content h2	{background-color: #9999CC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0}

div#content h3	{background-color: #ffffff;
	font-size: 1em;
	color: #333399;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px}

div#content h4	{background-color: #ffffff;
	font-size: 0.875em;
	color: #333399;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px}

div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px}

/* サイドバー */
div#sidebar	{width: 166px;
	float: right;
	margin-bottom: 10px}

/* フッター */
div#footer	{color: #ffffff;
	background-color: #9999CC;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}

