@charset "utf-8";
body				{margin-left: 0px;
					margin-top: 0px;
					margin-right: 0px;
					margin-bottom: 0px;}

div#top				{width: 760px;
					margin-left: auto;
					margin-right: auto;}

/* ヘッダー */
div#header			{background-color: #6B868E;
					padding: 10px 20px 10px}

div#header h1		{margin: 0;}

/* 帯 */
div#belt			{background-color: #BDC9CD;
					height: 10px}


ul#menu				{font-size: 0.75em;
					margin-left: 0;
					padding-left: 20px;
					margin-top: 0;
					text-align: bottom;
					height:30px;
					background-color: #BDC9CD;}

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

ul#menu li a		{display: block;
					width: 100px;
					line-height: 30px;
					text-decoration: none;
					text-align: center;
					color: #ffffff;
					background-color: #6B868E;
					border-right: solid 10px #BDC9CD;}

ul#menu li a:hover	{background-color: #003366;}

ul#menu li.login a	{background-color: #003366;}

ul#menu li.login a:hover	{color: #F6CB09;}

ul#menu li.menulast2	{padding-right: 80px;}

ul#menu li.menulast a	{background-image: url(../index/arrow.png);}

ul#menu li.menulast a:hover	{background-position: left bottom}