/* CSS Document */

body {background-color:#F9F3DD;}

h1 {font-size:21px;
    color:#0000FF;
	text-align:center;}


.photo1 {
	margin: 20px;
	height: 535px;
	width: 450px;
	background-image: url(image/watanabe.jpg);
	background-repeat: no-repeat;
}
.photo2 {
	margin: 20px;
	height: 535px;
	width: 450px;
	background-image: url(image/minagawa.jpg);
	background-repeat: no-repeat;
}

.photo3 {
	margin: 20px;
	height: 535px;
	width: 450px;
	background-image: url(image/tomita.jpg);
	background-repeat: no-repeat;
}

.photo4 {
	margin: 20px;
	height: 535px;
	width: 450px;
	background-image: url(image/siokawa.jpg);
	background-repeat: no-repeat;
}

.come {
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	display: block;
	width: 374px;
	height: 160px;
	top: 340px;
	position: relative;
}


.name {font-size:14px;
       font-weight:bold;}

.qa {color:#FF0000;
     font-size:14px;
	 font-weight:bold;
	 line-height:1.5em;}