@charset "utf-8";

/* -- about_topics -- */

#about_topics a {
	color: #FFFFFF;
}
#about_topics a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#about_topics #ShopNav {
	float: left;
	width: 800px;
	margin-bottom: 20px;
}

#about_topics #ShopNav select {
	background: #535353;
	color: #FFFFFF;
	border: #535353 2px solid;
}

#about_topics #ShopNav dl {
	float: right;
}
#about_topics #ShopNav dt {
	float: left;
	padding-right: 10px;
}
#about_topics #ShopNav dt img {
	display: block;
	padding-top: 5px;
}
#about_topics #ShopNav dd {
	float: left;
}

#about_topics #Category {
	clear: both;
	width: 800px;
	margin-bottom: 15px;
	background: url(/about/topics/image/Line.gif) 0 0.7em repeat-x;
}
#about_topics #Category img {
	display: block;
	padding-right: 10px;
	background: #000000;
}

#about_topics .Topics {
	float: left;
	width: 800px;
	clear: both;
	background: url(/about/topics/image/Line.gif) left bottom repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#about_topics .MainImg {
	float: left;
	width: 250px;
	padding-right: 20px;
}
#about_topics .MainImg img {
	width: 250px;
	height: 250px;
}

#about_topics .Info {
	float: left;
	width: 530px;
}	
#about_topics .Info p img {
	padding-right: 10px;
}	
#about_topics .Info h2 {
	margin: 30px 0;
}

