@charset "utf-8";
/* トップページ専用スタイル */


/* ================================================================================
 * Base
 * ================================================================================ */

.inner {
}


/* ================================================================================
 * Main Visual
 * ================================================================================ */

#mainvisual {
  height: 435px;
  background:#000;
  z-index:1;
}
#mainvisual h1 {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: url(../../img/bg-main.jpg) no-repeat 50% top;
}


/* ================================================================================
 * Content
 * ================================================================================ */

#content {
	border-top: 4px solid #d4b35f;
	background:url(../../img/bg_navilink.jpg) no-repeat center top;
}
#content .inner {
  position: relative;
  padding-bottom: 60px;
  background: transparent;
  border-top: none;
  /zoom: 1;
  z-index:100!important;
}
#content .inner:after {
  content: "";
  display: block;
  clear: both;
}

/* Featured Nav */
#content .featuredNav {
  margin-top: -125px;
  margin-left: 31px;
  overflow: hidden;
  /zoom: 1;
  position: relative;
  z-index:100!important;
}
#content .featuredNav li {
  float: left;
  width: 217px;
  margin-left: 10px;
  background: #fff;
}
#content .featuredNav a {
  background: #CCC!important;
}

#content .featuredNav li dl {
}
#content .featuredNav li dl dt {
  width: 192px;
  height: 150px;
  background: #ccc;
  margin-bottom: 10px;
}
#content .featuredNav li dl dd {
	padding: 10px 10px 0px;
}

/* Main  */
#main {
  float: left;
}

#main .infobox {
	margin-left:50px;
}
/* Section */
#main .section .sectionNav {
  position: absolute;
  top: 10px;
  right: 10px;
}
#main .section .sectionNav li {
  float: left;
}

/* link */
#main .blankLink {
	padding-left: 15px;
	background: url(../img/icon_link_redblank.gif) no-repeat 0 0.4em;
}
#main .Link {
	padding-left: 10px;
	background: url(../img/icon_link_red.gif) no-repeat 0 0.6em;
	display: block;
}

/* Side  */
#side {
  float: right;
  margin-top: 20px;
  margin-right:50px;
  _margin-right:15px;
  width: 207px;
}

/* Banner List */
#side .bannerList {
	margin-bottom: 30px;
}
#side .bannerList li {
  margin-bottom: 10px;
  height: 58px;
}
#main .newsList {
	width:643px;
}
#main .newsList dl {
	border-bottom: 1px dotted #999;
}

#main .newsList dt {
	float:left;
	width:120px;
	padding:7px;
}
#main .newsList dd {
	float:left;
	width:495px;
	padding:7px;
}