<!--

/* ボディ */

body	{
	text-align:center
	}
		
/* タイトル */

.title	{
	width:830px;
	height:100px;
	background-image:url(1menu/menu-image.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px ;
	margin-left:auto;
	margin-right:auto;
	}

/* メニュー */

.menu div	{
	width:120px;
	margin-top:72px;
	margin-right:-5px;
	margin-left:-5px;
	float:left
	}

a	{
	margin-left:0px;
	font-size:16px;
	font-weight:bold;
	color:#008000
	}

a:hover	{
	color:#ffaa00
	}

-->
