﻿
/* ---------- header menu ---------- */
ul.mainMenu a{
	background-repeat: no-repeat;
	background-position: 0px 0px;
/*	text-indent: -9999px;*/
	display: block;
	height: 70px;
}
ul.mainMenu a:hover{
	background-position: 0px -70px;
}

.mainMenu li {
	float: left;
}
.m1_left {
	background-image:url(../img/m1_left.jpg);
	width:37px;
	height:70px;
}
.m1_right {
	background-image:url(../img/m1_right.jpg);
	width:277px;
	height:70px;
}
.m1_wasyoku a {
	background-image:url(../img/m1_wasyoku.jpg);
	width:104px;
}
.m1_yosyoku a {
	background-image:url(../img/m1_yosyoku.jpg);
	width:103px;
}
.m1_chuka a {
	background-image:url(../img/m1_chuka.jpg);
	width:104px;
}
.m1_omiyage a {
	background-image:url(../img/m1_omiyage.jpg);
	width:105px;
}
.m2_left {
	background-image:url(../img/m2_left.jpg);
	width:37px;
	height:70px;
}
.m2_wasyoku a {
	background-image:url(../img/m2_wasyoku.jpg);
	width:102px;
}
.m2_yosyoku a {
	background-image:url(../img/m2_yosyoku.jpg);
	width:108px;
}
.m2_chuka a {
	background-image:url(../img/m2_chuka.jpg);
	width:108px;
}
.m2_omiyage a {
	background-image:url(../img/m2_omiyage.jpg);
	width:108px;
}
.m2_shoplist a {
	background-image:url(../img/m2_shoplist.jpg);
	width:108px;
}
.m2_home a {
	background-image:url(../img/m2_home.jpg);
	width:159px;
}

/* ---------- other ---------- */
.toiawase a {
	position: absolute;
	top: 45px;
	right: 130px;
	color: #333333;
	text-decoration:underline;
}
.toiawase a:hover {
	color: #999999;
}
.btn_home {
	width:200px;
}
.btn_home a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image:url(../img/btn_home.gif);
/*	text-indent: -9999px;*/
	display: block;
	height: 14px;
	width:140px;
}
.btn_home a:hover{
	background-position: 0px -14px;
}

.btn_yoyaku {
	width:200px;
}
.btn_yoyaku a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image:url(../img/btn_yoyaku.gif);
/*	text-indent: -9999px;*/
	display: block;
	height: 14px;
	width:140px;
}
.btn_yoyaku a:hover{
	background-position: 0px -14px;
}



