@charset "utf-8";
/* CSS Document */


a	{color: #017acd;}

img {border-style:none;}

/* コンテナ */
div#container	{
	width: 760px;
	margin-left: auto;
	margin-right: auto;}
	
/* メニュー1 */
ul#menu1 	{
	font-size: 0.75em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	font-weight : bold;
	background-color: #005087;}
	

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

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

ul#menu1 li a:hover	{
	background-color: #017acd;
}

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

/* コンテンツ */
 

/* メニュー2 */
ul#menu2 	{
	width: 760px;
	float: left;
	font-size: 0.75em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	font-weight : bold;
	background-color: #005087;
	}
	

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

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

ul#menu2 li a:hover	{
	background-color: #017acd;
}

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


/* フッター */
div#footer	{
	width: 760px;
	margin-top: 5px;
	padding-top: 1px;
	clear: both;
	}

address	{
	color: #005087;
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	}

