@charset "UTF-8";
h1 {
	padding: 0px;
	margin: 0px;
	background-image: url(../personal/img/h1.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 800px;
	font-size: 1.4em;
}
h1 em {
	position: relative;
	z-index: -1;
}
table.talk {
	border-collapse: collapse;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
table.talk td {
	padding: 5px;
}
