@charset "utf-8";
/* CSS Document */

.wrap {
	background:url(../images/top/bg_wrap_autumn.jpg) no-repeat 50% 0;
}

/* header --------------------------------------
------------------------------------------------ */

.header{
	width:980px;
	height:190px;
	margin:0 auto;
	position:relative;
}


/* container(topのみ) -----------------------------------
------------------------------------------------ */

.container{
	padding:5px 30px;
}

/* topics */

.topics{
	margin-bottom:20px;
}
.topics p{
	float:left;
	width:450px;
}

/* content(topのみ)
------------------------------------------------ */
.top-content {
	margin: 505px auto 0;
    width: 980px;
}

.important-news {
/*	background:url(../images/top/bg_important_news.png) no-repeat 0;*/
	border:3px solid #f20000;
	background:#fff;
	position: relative;
	width: 949px;
	height: 69px;
	margin: -100px auto 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.important-news h2 {
	width:125px;
	float:left;
	position:absolute;
	top:25px;
	left:28px;
}

.important-news dl {
	left: 165px;
	top:24px;
	position: absolute;
	color: #2c2c2c;
}

.important-news dl dt {
  clear: left;
  float: left;
  margin: 0 0 0;
  width: 9em;
  padding:0;
/*  border-bottom:1px solid #dad5ce;*/
}
.important-news dl dt span{
	display:block;
	padding:0 5px;
	text-align:center;
}
.important-news dl dd {
/*  font-size:92%;*/
  margin-bottom: 0;
  padding:0 15px 0 10em;
/*  border-bottom:1px solid #dad5ce;*/
}

.news-area {
	background: #fff;
    width: 950px;
	margin: 0 auto;
	padding-top:15px;
	clear: both;
}

.content {
    width: 980px;
}

.news {
	background: #fff;
	position: relative;
}

.news h2 {
	background: #fff;
	position: absolute;
    left: 0;
    top: 0;
	z-index: 2;
	margin: 0;
	padding: 0;
}

.news ul {
	top: 0;
	margin: 0 0 0 120px;
	text-align: left;
}

.news ul a {
	margin-left: 20px;
}

h2.noset {
	padding:0;
	margin:0;
	background:none;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}


.bx-controls-direction {
	background: #fff;
    position: absolute;
    right: 0;
    top: 2px;
	z-index: 1;
}

.bx-controls-direction a {
    padding: 0 2px;
}

