<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "/css/common.css";
@import "/css/header.css";
@import "/css/left.css";
@import "/css/contents.css";
@import "/css/footer.css";


.table {
	width:395px;
	float:left;
	}

.photo {
	width:200px;
	float:left;
	}


h1 img {
	display:block;
	float:left;
	}

table {
	margin-left:15px;
}

th {
	width:150px;
	padding:3px;
	font-weight:normal;
	font-size:12px;
	color:#666;
	}

td {
	width:150px;
	padding:3px;
	padding-left:5px;
	font-size:12px;
	color:#666;
	}

#howto td {
	width:300px;
	padding:3px;
	padding-left:5px;
	font-size:12px;
	color:#666;
	line-height:130%;
	}



.paddingTop1 {
	padding-top:15px;
	}

small {
	font-size:10px;
	}


</pre></body></html>