
/*---------- home ----------*/

#home .list{
	float: left;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	/*	border: 1px solid #CCC;*/
	height: 250px;
	width: 263px;
	display: block; /* ブロック化 */
	background: url(/images/images2/box1-bot.jpg) no-repeat right bottom;
}
#home .name{
	display: block; /* ブロック化 */
	margin: 0px;
	padding-right: 5px;
}
#home .list .com{
	height: 30px;
	text-align: justify;
	font-size: 14px;
	padding-right: 5px;
}

/*---------- 画像のトリミング http://phpspot.org/blog/archives/2008/02/cssoverflow.html ----------*/

#home div.clipwrap {
	height: 120px;
	margin-top: 10px;
}

#home p.clip {
	position: relative;
	top: 0;
	left: 0;
}

#home p.clip img {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(0px 170px 120px 0px);
}
 
#home p.clip a img {

}

#home p.clip a:hover {
    border: none;
}
 
#home p.clip a:hover img {
    clip: rect(0 240px 180px 0);
}


