@charset "UTF-8";

/* メニューCSS全体 */

/************ サイドメニュー▼ **************/
#menu {
	height:33px;
	width:900px;
	position:absolute;
	top:660px;
	left: auto;
	right: auto;
}


#menu ul {
margin: 0;
padding: 0;
list-style: none;
/*width:900px;*/
}

#menu .menu_top  a:hover {
background:url("../../../images/common/menu_top_o-trans.png") no-repeat;
width:154px;
height:33px;
}
#menu .menu_top a{
background:url("../../../images/common/menu_top-trans.png") no-repeat;
width:154px;
height:33px;
display:block;
}
#menu .menu_top {
float:left;
}

#menu .menu_cafe a:hover {
background:url("../../../images/common/menu_cafe_o-trans.png") no-repeat;
width:170px;
height:33px;
}
#menu .menu_cafe a{
width:170px;
height:33px;
display:block;
background:url("../../../images/common/menu_cafe-trans.png") no-repeat;
}
#menu .menu_cafe {
float:left;
}

#menu .menu_takumi  a:hover {
background:url("../../../images/common/menu_takumi_o-trans.png") no-repeat;
width:144px;
height:33px;
}
#menu .menu_takumi a{
width:144px;
height:33px;
display:block;
background:url("../../../images/common/menu_takumi-trans.png") no-repeat;
}
#menu .menu_takumi {
float:left;
}

#menu .menu_products a:hover {
background:url("../../../images/common/menu_products_o-trans.png") no-repeat;
width:144px;
height:33px;
}
#menu .menu_products a{
width:144px;
height:33px;
display:block;
background:url("../../../images/common/menu_products-trans.png") no-repeat;
}
#menu .menu_products {
float:left;
}

#menu .menu_web a:hover {
background:url("../../../images/common/menu_web_o-trans_k.png") no-repeat;
width:145px;
height:33px;
}
#menu .menu_web a{
width:145px;
height:33px;
display:block;
background:url("../../../images/common/menu_web-trans_k.png") no-repeat;
}
#menu .menu_web {
float:left;
}

#menu .menu_store a:hover {
background:url("../../../images/common/menu_store_o-trans.png") no-repeat;
width:143px;
height:33px;
}
#menu .menu_store a{
width:143px;
height:33px;
display:block;
background:url("../../../images/common/menu_store-trans.png") no-repeat;
}
#menu .menu_store {
float:left;
}

/************ サイドメニュー▲ **************/

