#blog_container {
	position: relative;
	margin: 10px 0;
}

#blog_link {
	text-indent: -9999px;
	position: absolute;
	width: 140px;
	height: 40px;
	z-index: 2;
}

#blog {
  background: url(../images/homepage/tourblog_bg.jpg) no-repeat;
  width: 965px;
  height: 40px;
}

#blog li {
  display: none;
}
#blog li.selected,
#blog div {
  display: block;
  padding: 0 0 0 160px;
  line-height: 40px;
}
#blog div a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
#blog div a:hover {
	text-decoration:underline;
	color:#990000;
}

#home_features {
	width: 966px;
	background:transparent url(../images/shell/homepage_feature_tabs_shadow.jpg) repeat-x scroll 0 0;
}
#home_features ul {
  width: 954px;
}
#home_features li {
  list-style:none; /*ここは絶対に外さない*/
}
#home_features li a.tab {
  font-size: 11px;
}
#home_features li a.tab:hover {
  color:#888;
}
#home_features li ul:after {
  content: '.';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
#home_features li ul li {
	float: left;
	display: inline;
	margin: 0px 3px 0px 0px;
  height: 160px;
	background: transparent;
	min-width: 187px;
	_width: 187px;
	width: auto;
}
#home_features li ul li.end {
  height: 0;
  clear: both;
  float: none;
  padding: 0;
  margin: 0;
}

#home_features li ul li img {
	display: block;
  margin: 2px;
}

#home_features li ul li a {
	text-decoration: none;
	color: #666;
	outline: none;
}

#home_features li ul li a span {
	display: block;
	padding: 2px 8px 0px 8px;
	font-size: 11px;
	width: 165px;
}

#home_features li ul li a:hover, #home_features li ul li a:hover span {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

#home_features li ul a:hover img {
	cursor: pointer;
}

