body {
text-align:center;
margin-top:10px;

background-image: url(common/top_back.jpg); 
background-repeat: repeat-x; 
background-position: left top; 
}

h1 {
  visibility: hidden;
}

/* 横カテゴリー　start　op01 */
/* 通常時 */
.top01{
	background : url(./common/top01.jpg) no-repeat;
	width:177px; height:48px;
	margin:0; padding:0;
	display:block;
}
/* マウスが乗った時 */
.top01:hover{
background : url(./common/top01_b.jpg) no-repeat;
}
/* END top01 横スクロール */


/* start top02 */
.top02{
background : url(./common/top02.jpg) no-repeat;
	width:105px; height:48px;
	margin:0; padding:0;
	display:block;
}
/* マウスが乗った時 */
.top02:hover{
background : url(./common/top02_b.jpg) no-repeat;
}


/* start top03 */
.top03{
background : url(./common/top03.jpg) no-repeat;
	width:209px; height:48px;
	margin:0; padding:0;
	display:block;
}
.top03:hover{
background : url(./common/top03_b.jpg) no-repeat;
}


/* start top04 */
.top04{
background : url(./common/top04.jpg) no-repeat;
	width:141px; height:48px;
	margin:0; padding:0;
	display:block;
}

.top04:hover{
background : url(./common/top04_b.jpg) no-repeat;
}

/* start top05 */
.top05{
background : url(./common/top05.jpg) no-repeat;
	width:104px; height:48px;
	margin:0; padding:0;
	display:block;
}
.top05:hover{
background : url(./common/top05_b.jpg) no-repeat;
}

/* start top06 */
.top06{
background : url(./common/top06.jpg) no-repeat;
	width:114px; height:48px;
	margin:0; padding:0;
	display:block;
}
.top06:hover{
background : url(./common/top06_b.jpg) no-repeat;
}

/* 横ロールオーバー終了 */
/* star カテゴリー */
.kate01{
background : url(./common/kate01.jpg) no-repeat;
	width:193px; height:37px;
	margin:0; padding:0;
	display:block;
}
.kate01:hover{
background : url(./common/kate01b.jpg) no-repeat;
}

.kate02{
background : url(./common/kate02.jpg) no-repeat;
	width:193px; height:37px;
	margin:0; padding:0;
	display:block;
}
.kate02:hover{
background : url(./common/kate02_b.jpg) no-repeat;
}

/* side*/
.side	{width:193px; height:25px;
	background-image:url(common/katebacka.jpg);}

.side a	{
	width:193px; height:25px;
	font-size:12px;
	color:#444444;
	text-decoration:none;
	display:block;
	padding-top:6px;
	padding-bottom:7px;
	padding-left:12px;
	background-image:url(common/katebacka.jpg);}

.side a:hover	{color:#444444;
	background-image:url(common/katebackb.jpg);}

#FOOTER{
	width:850px;
	height:50px;
	background-image:url(common/footer.jpg);
	text-align:center;
	color:#A79453;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height : 19px;
	}

#FOOTER a:link{	color:#A79453;}
#FOOTER a:visited{color:#A79453;
	text-decoration: none;}
#FOOTER a:active{color:#A79453;}
#FOOTER a:hover{color:#A79453;
text-decoration: none;}
