.sch_top_theme {
	width: 780px;
}
.sch_top_theme_image {
	display: inline-block;
	width: 580px;
	height: 326px;
	vertical-align: top;
	background-color: #333333;
}
.sch_top_theme_list {
	display: inline-block;
	width: 200px;
	height: 326px;
	vertical-align: top;
}
.sch_top_theme_list > ul > li {
	padding: 10px;
	padding-top: 20px;
	width: 180px;
	height: 51px;
	background-color: #666666;
	font-family: sch_heading;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: #333333 solid 1px;
	cursor: pointer;
}
.sch_top_theme_list > ul > li:hover {
	background-color: #999999;
}
.sch_top_theme_list > ul > li:last-child {
	height: 50px;
	border-bottom: none;
}
.sch_top_theme_list > ul > li > p.sch_top_theme_list_heading {
	font-size: 10px;
}
.sch_top_theme_list ul li.sch_top_theme_list_on {
	background-color: #81B078;
	cursor: default;
}
.sch_top_theme_title {
	width: 732px;
	background-color: #333333;
	padding: 24px;
	position: relative;
}
.sch_top_theme_title > p.sch_top_theme_title_heading {
	font-size: 11px;
	color: #FFFFFF;
}
.sch_top_theme_title > p.sch_top_theme_title_link a {
	font-family: sch_heading;
	font-size: 24px;
	color: #FFFFFF;
}
.sch_top_theme_title > p.sch_top_theme_title_link a:hover {
	color: #999999;
}
.sch_top_theme_title_arrow {
	position: absolute;
	right: 24px;
	top: 27px;
	width: 21px;
	height: 35px;
}
.sch_top_theme_title_arrow:hover {
	opacity: 0.5;
}