@charset "UTF-8";
@import url("../../css/user.css");


h2 {
	background-image: url("../images/syakaijinTitle.jpg");
}


/* ============================================================ koe.html用スタイル */
#syakaijinKoe h3  {
	background-image: url("../images/koeTitle.jpg");
}

#syakaijinKoe a img {
	margin: 0 20px;
	border: 2px solid #cccccc;
}

#syakaijinKoe a:hover img {
	border: 2px solid #0000ff;
}

.person {
	margin: 10px;
	padding: 10px;
	background-color: #eeeeee;
}

.person img {
	margin-right: 10px;
	float: left;
}

.person .notes {
	width: 380px;
	float: right;
}

.person .notes .name {
	margin-top: 0;
	font-size: 1.1em;
	font-weight: bold;
}

.person .notes .corp {
	margin-top: 1em;
	font-size: 1em;
	font-weight: bold;
}

.person .notes .from {
	margin-top: 5px;
	margin-left: 2em;
	font-size: 0.8em;
}

.person .notes .memo {
	margin-top: 10px;
	font-size: 0.9em;
	line-height: 1.7;
}











