a	{
	color: #000000;
	text-decoration:none;
	}
	
a:hover {
	color: #017acd;
	text-decoration: underline;
	}

body {margin: 0;
	padding: 0}

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

/* ヘッダー */
div#header	{background-color: #000080;
	padding: 5px 10px 10px 10px}

div#header h1	{margin: 0}

div#header h2	{
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 170px}

/* メニュー */
ul#menu	{font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
	height: 26px;
	background-color: #005087;
	background-image: url(image/title_bk.gif)}

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

ul#menu li a	{display: block;
	width: 118px;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #005087;
	background-image: url(image/bar_26.gif);
	border-right: solid 1px #ffffff}

ul#menu li a:hover	{background-image: url(image/title_bk_p.gif)}

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