@charset "utf-8";

#header{height:100px;margin-bottom:20px;}
#service{height:370px;}
#price{height:980px;}
#memo{height:650px;}
#about{height:1100px;}
#contact{height:300px;}

/*固定選單*/
#roll {
	display:block;
	width:40px;
	margin-right:-530px;
	position:fixed;
	right:50%;
	top:30%;
	z-index:9999;
}	
/*滑動選單*/
#top,#sv,#pr,#mm,#ab,#ct {
	position:relative;
	cursor:pointer;
	height:40px;
	width:40px;
}
#top {background:url(../images/roll.png) no-repeat;}
#sv {background:url(../images/roll.png) no-repeat 0 -40px;}
#pr {background:url(../images/roll.png) no-repeat 0 -80px;}
#mm {background:url(../images/roll.png) no-repeat 0 -120px;}
#ab {background:url(../images/roll.png) no-repeat 0 -160px;}
#ct {background:url(../images/roll.png) no-repeat 0 -200px;}