@charset "UTF-8";


img.bg {
	  /* Set rules to fill background */
	  min-height: 100%;
	  min-width: 1024px;
	  /* Set up proportionate scaling */
	  width: 100%;
	  height: auto;	  /* Set up positioning */
	  position: fixed;
	  /* またはabsolute; */
	  top: 0;
	  left: 0;
}
	 
	@media screen and (max-width: 1024px){
		img.bg {
	  left: 50%;
	  margin-left: -512px; }
	}
	 
#body {
	  position: relative;
}


#photowork{
	height: 32px;
	width: 230px;
	display:block;
	background-image:url(../image/work/title-pw.png);
	text-indent:-9999px;
}
#photoworkimg{
	height: 90px;
	width: 175px;
	display:block;
	background-image:url(../image/work/t-icon-pw.png);
	text-indent:-9999px;
}
#grapefruits{
	height: 33px;
	width: 225px;
	display:block;
	background-image:url(../image/work/grapefruits.png);
	text-indent:-9999px;
}
#yamcha{
	height: 33px;
	width: 96px;
	display:block;
	background-image:url(../image/work/yamcha.png);
	text-indent:-9999px;
}
#dressing{
	height: 33px;
	width: 157px;
	display:block;
	background-image:url(../image/work/dressing.png);
	text-indent:-9999px;
}
#thai{
	height: 33px;
	width: 102px;
	display:block;
	background-image:url(../image/work/thai.png);
	text-indent:-9999px;
}
#dogs {
	height: 33px;
	width: 56px;
	display:block;
	background-image:url(../image/work/dogs.png);
	text-indent:-9999px;
}





