﻿.thumb {
	width:70px;
	height:104px;
	margin:20px;
}

.sheet {
	width:300px;
	height:444px;
	border:none;
}
.app {
	margin-left:20px;
	margin-bottom:10px;
	width:500px;
	height:600px;
}

a {color:#333;}
a:hover {color:#ccc; text-decoration:none}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:540px;
  height:600px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #work1 {
  width:300px; 
  height:544px;
  padding:10px;
  background-color:#eedb02;
}

#boxes #work2 {
  width:300px; 
  height:544px;
  padding:10px;
  background-color:#eedb02;
}

#boxes #work3 {
  width:300px; 
  height:544px;
  padding:10px;
  background-color:#eedb02;
}
#boxes #work4 {
  width:300px; 
  height:544px;
  padding:10px;
  background-color:#eedb02;
}


#boxes #thumbwork {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}

