@charset "utf-8";
/* CSS Document */

h1{
	font-size: 1.5em;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#g-menu{
	margin:0;
	padding:0;
	height:50px;
	width:417px;
}
#g-menu a{
	text-decoration:none;
	display:block;
	margin:0px;
	padding:0px;
	height:50px;
	width:139px;
	text-indent:-9999px;
}
.btn01,.btn02,.btn03,.btn04,.btn05{
	float:left;
}
#g-menu .btn01 a {
	background: url(images/home_1.jpg) no-repeat;
}
#g-menu .btn01 a:hover {
	background: url(images/home_1_over.jpg) no-repeat;
}

#g-menu .btn02 a {
	background: url(images/mmenu_1.jpg) no-repeat;
}
#g-menu .btn02 a:hover {
	background: url(images/mmenu_1_over.jpg) no-repeat;
}

#g-menu .btn03 a {
	background: url(images/shop_1.jpg) no-repeat;
}
#g-menu .btn03 a:hover {
	background: url(images/shop_1_over.jpg) no-repeat;
}