<STYLE TYPE="text/css">
<!--

/* 背景に関するCSS */
/* BODY {
/*   background-image : url('yuuhi.jpg');
/*   background-attachment: fixed;
/*   background-position: 0% 0%;
/*   background-repeat: no-repeat}


/* 文字サイズに関するCSS */

table {
	font-size: 10.5pt;
	line-height: 100%;
	margin:0px 0px;
	padding:0px;
}


/* ナビゲーションに関するCSS */

#navi {
	font-size: 90%;
	line-height: 170%;
	margin:0px 0px;
	padding:0px;
	list-style:none;
	float:left;	
}

#navi li {
	float:center;
	background-color: #e65c00;
	margin:1px 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #e65c00;
	text-align: center;
	width: 140px;
	height:22px;
	clear: center;
}

#navi a{
	color: #fff;
	display:block;
	width: 138px;
	height:20px;
	text-decoration:none;
}

#navi a:hover {
	color: #000;
	background-color: #ffffce;
	text-decoration:none;
}

A	{text-decoration:none}



/* 店舗ナビゲーションに関するCSS */

.mk1 { list-style-image: url("p_menu5.gif") }



#navis {
	font-size: 90%;
	line-height: 170%;
	margin:0px 0px;
	padding:0px;
	list-style:none;
	float:center;
}

#navis li {
	float:center;
	background-color: #ffffce;
	margin:1px 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #ffffce;
	text-align: left;
	width: 126px;
	height:20px;
	clear: center;
}

#navis a{
	color: #6666CC;
	display:block;
	width: 126px;
	height:20px;
	text-decoration:none;
}

#navis a:hover {
	color: #ff0000;
	background-color: #ffffce;
	text-decoration:none;
}


-->
</STYLE>