@charset "utf-8";
main {
	width: 860px;
	height: 570px;
	background-color: #E3E3E3;
}
#left {
	clear: both;
	float: left;
	width: 400px;
	height: 480px;
	margin-left: 20px;
	margin-top: 60px;
	padding-left: 10px;
	display: inline;
	background-color: #E3E3E3;
}
#left h3 {
	float: left;
	font-size: 16px;
	margin-top: 75px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
#left h3 span {
	font-size: 28px;
	font-weight: bold;
}
#left ul {
	clear: both;
	padding-left: 0px;
	margin-top: 10px;
	font-size: 13px;
}
#left li {
	line-height: 1.6em;
}
#right {
	float: left;
	width: 420px;
	height: 350px;
	margin-top: 80px;
	text-align: center;
	display: inline;
	right: 0;
	position: relative;
	background-color: #E3E3E3;
}
#right img {
	padding-top: 75px;
}
.contents {
	position: absolute;
	background: transparent;
	font-size: 10px;
	color: #FFF;
	line-height: 1.6em;
	margin-top: 167px;
	margin-left: 100px;
	text-align: center;
}
.name {
	width: 860px;
	height: 20px;
	font-size: 11px;
	text-align: center;
	background-color:  #E3E3E3;
}