body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #333;
	font-size: 16px;
}
#wrap #right table tr td h3 {
	font-size: 20px;
}

#wrap {
	margin: auto;
}
#wrap #right {
	float: right;
	width: 35%;
	position: relative;
	margin: auto;
}
#wrap #right table tr td h4 a {
	color: #FFF;
	background-color: #666;
	text-decoration: none;
	padding: 5px;
	font-size: 20px;
}
#right h6 {
	font-size: x-small;
	text-align: center;
	font-weight: lighter;
}
#wrap #left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65%;
	overflow: hidden;
	float: left;
	height: 500px;
}
 
#wrap #left img {
	height: auto;
	margin: 5%;
	width: auto;
}
#wrap #right table tr td h5 a {
	color: #666;
	font-size: 16px;
	text-decoration: none;
}
