.contents
{
	margin-top: 10px;
	margin-bottom:10px;
}

.content_top_header
{
	/*width: 900px;
	height: 700px;*/

}

.content_top_menus
{
	margin-top: 10px;
	margin-right: -20px;
}

.content_top_menus > ul > li
{
	width: 210px;
	height: 105px;
	list-style-type: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: url('../images/dark1.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.content_top_menus > ul > li > a.hover > img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#owl .item {
  margin: 3px;
}
#owl .item img {
  display: block;
  width: 100%;
  height: auto;
}
