/*--------------------------------------------

	For works index file

	Last update : 2007.8.31
	mio urakami

	---------------------------
	1-0 structure

	2-0 visual setting
		2-1 dm02
		
  --------------------------------------------*/

/*---------------------------------------------------------------
  1-0 structure
---------------------------------------------------------------*/

#contents .itemblock{
	float:left;
	width:360px;
	margin:0 8px 8px 0;
}

#contents .itemblock .photo{
	float:left;
	width:102px;
}

#contents .itemblock .text{
	float:right;
	width:221px;
}

/*---------------------------------------------------------------
  2-0 visual setting
---------------------------------------------------------------*/

/*-------------------------
  2-2 title
-------------------------*/

#main{
	padding-top:24px;
}

/*-------------------------
  2-3 contents
-------------------------*/

#contents{
	margin:37px 0 0 36px;
}

#contents .itemblock .inner{
	padding:12px;
	border:1px solid #d4d7da;
	background:url("../img/back_arw_grey.gif") no-repeat 298px 100%;
}

#contents .itemblock .text h2{
	padding:8px 0;
	font-size:117%;
	line-height:1.17;
}

