@import url("../../include/base.css");
h2.each {
	height: 89px;
	width: 676px;
	background-image: url(../img/img01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h3.each {
	height: 25px;
	width: 676px;
	background-image: url(../img/img02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h4.each {
	height: 12px;
	padding: 22px 0 16px 0;
	float: left;
}
.main div.works {
	padding: 0 0 0 12px;
	clear: both;
	text-align: left;
}
.main div.works img {
	border:0px solid #c6c6c6;
	margin:0 12px 18px 0;
	display: inline;
}
.main h4.each span {
	display: block;
	background-image: url(../img/img01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 105px 0 12px;
	line-height: 12px;
	text-indent: 0px;
}

p.thumb{
    float:left; 
    margin:.5em 0; 
    margin-right:10px; 
    border:1px solid #CCCCCC; 
    padding:2px;
}
p.thumb a{ 
    display:block; 
    float:left; 
    width:140px; 
    height:140px; 
    line-height:140px; 
    overflow:hidden; 
    position:relative; 
    z-index:1;
}
p.thumb a img{ 
    float:left; 
    position:absolute; 
    top:0px; 
    left:0px;
}

/* mouse over */

p.thumb a:hover{ 
    overflow:visible; 
    z-index:1000; 
    border:none;
}
p.thumb a:hover img{ 
    border:1px solid #c6c6c6; 
    background:#fff; 
    padding:2px;
}

/* // mouse over */

