/* ページ全体 */
body {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 650px;
	font-size: 80%;
	color: #666666;
}


/* トップタイトル */
#toptitle {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 650px;
}

/* トップメニュー */
#topmenu {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 650px;
	text-align: center;
	line-height: 3em;
	background-image: url(img/table/table1_5mini.gif);
	background-repeat: repeat;
}

/* トップメニュー（みらめろのメニュー） */
#topmenulink {
	width:650px;
	height:30px;
}
#topmenulink a {
	margin: 0px;
	padding: 0px;
	width: 130px;
	height:30px;
	float:left;
	background-image: url(img/btn/btn_menu_01.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	color: #006600;
	text-decoration: none;
}
#topmenulink a:hover {
	margin: 0px;
	padding: 0px;
	background-image: url(img/btn/btn_menu_02.gif);
	background-repeat: no-repeat;
	color: #CC0000;
	text-decoration: underline;
}
