@charset "utf-8";

section#works h3{
	background: url(../images/works_Title.png) no-repeat;
}
ul.work li {
	list-style: none;
}

ul.work li a{
	float: left;
	width: 185px;
	height: 275px;
	text-indent: -2000px;
	font-size: xx-small;
	font-weight: normal;
	color: #fef8ec;
}
ul.work li a:hover{
	 filter: alpha(opacity=60);	/* IE6、IE7対応 */
	 -moz-opacity: 0.6;		/* Firefox1.5以前対応 */
	  opacity: 0.6;
}
li a.textile{
	background: url(../images/toTextile.png) no-repeat ;
	display: block;
	margin-right: 10px;
}

li a.drawing{
	background: url(../images/toDrawing.png) no-repeat ;
	display: block;
	margin-right: 10px;
}

li a.architecture{
	background: url(../images/toArchitecture.png) no-repeat ;
	display: block;
}


/***textile/drawing/architecture****/
section#textile h3,section#drawing h3,section#architecture h3{
	text-indent: -2000px;
	font-size: xx-small;
	font-weight: normal;
	color: #fef8ec;
}

/***textile****/
section#textile h3{
	background: url(../images/textile_Title.png) no-repeat;
	height: 40px;
	width: 160px;
}
/***drawing****/

section#drawing h3{
	background: url(../images/drawing_Title.png) no-repeat;
	height: 40px;
	width: 180px;	
}

/***architecture****/
section#architecture h3{
	background: url(../images/architecture_Title.png) no-repeat;
	height: 40px;
	width: 220px;	
}