/* 筆者の環境紹介用CSS */

/*  全体 */
/*BODY	{background-color:black;
	background-image:url(../image/926s_pic3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right center;
	}
*/

/* 見出し */
/*
*H1	{margin:0px;
	}

H2	{margin:5px;
	}

P	{margin:5px;
	font-size:93%;
	line-height:1.5;
	}
*/

/* メイン部分 */

/*.main	{width:965px;margin-left:0%;
	background-color:rgb(235,229,209);
	}
*/
.part	{width:460px;
	float:left;
	margin:3px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:green;
	}
/* 画像 */
a#photolink {
	display: block;
	width: 202px;
   	height: 202px;
	text-indent: -1000px;
   	background-image: url("../hissya/486dx33_1.jpg");
	float: left;
}

a#photolink:hover {
   	background-image: url("../hissya/terminator_1.jpg");
}



	