/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }
#block
	{
	position: relative;
	padding: 0;
	text-align: left;
	width:550px;				/* <-- use this to tie width to viewport size */
	width: 550px;				/* <-- use this for a set width */
	background-color: #FFFFFF;
	margin: 0px 0px 30px 5px;
	float: left;
	}
 	
#content
	{
  padding:65px 15px 15px;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}
#sample1 {
	width: 520px;
	height: 200px;
}
#sample2 {
	width: 520px;
	height: 120px;
}
#sample3 {
  width: 520px;
  height: 160px;
}
.sample-img1 {
  float: left;
  padding-right: 10px;
}

#tlc
	{
  background-image:url(images/tlc.png);
  background-position: 0% 0%;
	}

#trc
	{
  background-image:url(images/trc.png);
  background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
  background: #FFFFFF url(images/l.gif) repeat-y 0% 100%;
	}
#midashi-illust
	{
  background: url(images/midashi-illust.png) no-repeat 15px 0%;
	}
			
#midashi-solid {
  background: url(images/midashi-solid.png) no-repeat 15px 0%;
}
#midashi-UI {
  background: url(images/midashi-UI.png) no-repeat 15px 0%;
}
#midashi-clay {
  background: url(images/midashi-clay.png) no-repeat 15px 0%;
}
#midashi-welcom {
  background: url(images/midashi-welcom.png) no-repeat 15px 0%;
}
#midashi-chara {
  background: url(images/midashi-chara.png) no-repeat 15px 0%;
}
#midashi-web {
  background: url(images/midashi-web.png) no-repeat 15px 0%;
}
#midashi-FLASH {
  background: url(images/midashi-FLASH.png) no-repeat 15px 0%;
}
#midashi-all1 {
  background: url(images/midashi-all1.png) no-repeat 15px 0%;
}
#midashi-douga {
  background: url(images/midashi-douga.png) no-repeat 15px 0%;
}
#midashi-CM {
  background: url(images/midashi-CM.png) no-repeat 15px 0%;
}
#midashi-bridal {
  background: url(images/midashi-bridal.png) no-repeat 15px 0%;
}
#midashi-event {
  background: url(images/midashi-event.png) no-repeat 15px 0%;
}
#midashi-manual {
  background: url(images/midashi-manual.png) no-repeat 15px 0%;
}
#midashi-tp {
  background: url(images/midashi-tp.png) no-repeat 15px 0%;
}
#midashi-Moo {
  background: url(images/midashi-Moo.png) no-repeat 15px 0%;
}
