@charset "utf-8";

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#top #maincontainer{
	height: 577px;
	background:#000000 url(../shared/bg_main.png) repeat-x left bottom;
	position: relative;
	overflow: hidden;
}
/*
#top #maincontainer .topimage{
	margin:0 auto;
	width: 1200px;
}*/
#top #topcontents {
	width: 960px;
	margin:40px auto 0;
}
#top #topcontents .leftcontents{
	width: 636px;
	float: left;
}
#top #topcontents .leftcontents #news{
	background:url(../shared/line.gif) repeat-x left bottom;
	width:636px;
	margin-bottom:60px;
	position:relative;
}
#top #topcontents .leftcontents #irnews{
	background:url(../shared/line.gif) repeat-x left bottom;
	width:636px;
	margin-bottom:60px;
	position:relative;
}
#top #topcontents .leftcontents .linkbtn{
	position:absolute;
	top:10px;
	right:0px;
}
#top #topcontents .leftcontents .iconcontents{
	float:left;
	width:138px;
	margin-top: 87px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
#top #topcontents .leftcontents #news .listBox {
	float: left;
	width: 478px;
}

#top  #topcontents .leftcontents #news .listBox ul {
	overflow:hidden;
	padding:0;
	list-style-position:inside;
	zoom:1;
	width: 478px;
	margin-top: 17px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
 
#top  #topcontents .leftcontents #news .listBox li {
	margin-bottom:-1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 478px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 0;
}

#top #topcontents .leftcontents #irnews .listBox {
	float: left;
	width: 478px;
}

#top  #topcontents .leftcontents  #irnews .listBox ul {
	overflow:hidden;
	padding:0;
	list-style-position:inside;
	zoom:1;
	width: 478px;
	margin-top: 17px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
 
#top  #topcontents .leftcontents #irnews .listBox li {
	margin-bottom:-1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 478px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 0;
}

#top #topcontents .leftcontents .last_list_contents{
	padding:17px 0;
	background:none;
	width:478px;
	float: left;
}
#top #topcontents .leftcontents .list_category_name {
    float: left;
	width:103px;
	text-align:center;
}
#top #topcontents .leftcontents .list_category_name .office{
	margin-top:5px;
}
#top #topcontents .leftcontents .list_entry_title {
    float: left;
	width:365px;
	margin-left:10px;
	line-height:1.4;
}
#top #topcontents .rightcontents{
	width: 272px;
	float:right;

}

#top #topcontents .rightcontents .officelinks{
	background:url(../shared/bg_office5.png) no-repeat top left;
	height:930px;
	width:272px;
	margin-top: -40px;
	padding: 70px 19px 0;
}
.officelinks2{
	background:url(../shared/bg_saiyo.png) no-repeat top left;
	height:166px;
	width:272px;
	margin-top: 32px;
	padding: 70px 19px 0;
}
#top #topcontents .rightcontents .officelinks li, .officelinks2 li{
	margin-bottom:2px;
}
#top #topcontents .linkcontents{
	width: 960px;
	margin:80px auto 0;
	height:206px;
	clear:both;
}
#top #topcontents .linkcontents li{
	float:left;
	margin-right:15px;
}
#top #topcontents .linkcontents .lastlink{
	margin-right:0px;
}


/*--------------add120828---*/
.topimage{
	background:url(../shared/bg_top_navi.png) repeat top left;
	margin:0 auto;
	width: 1000px;
	height:117px;
	position:relative;
	z-index:10;
}
.topimage #naviarrow {
left: 388px;
position: absolute;
top: 47px;
}
/*---mainview--*/
#mainview{
	z-index:1;
	position:relative;
	margin:-17px 0 0 0;
	text-align:center;
}
#mainview ul{
	text-align:center;
}
#mainview ul li{
	display:inline-block;
}
#mainview .pagenavi{
	background:url(../shared/bg_mainimg_navi.png) no-repeat left top;
	width:126px;
	height:26px;
	padding:14px 0 0 0;
	margin:-40px auto 0 auto;
	position:relative;
}
#mainview .pagenavi img{
	margin:0 5px;
}
/*----*/
#news,
#irnews{
	overflow:hidden;
}

#top #topcontents .leftcontents .last_list_contents{
	float:right;
}

#footer{
	text-align:left;
}

/*	clearfix
================================================== */

.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
  position:relative
}

* html .cf {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#slides .slides_container {
	width:1000px;
	height:460px;
	display:none;
	margin: 0 auto;
}

#slides .slides_container div {
	width:1000px;
	height:460px;
	display:block;
}

#slides .prev {
	position: absolute;  
	top: 454px;
	left: 50%;
	margin-left:-18px;
	z-index:400;
}
#slides .next {
	position: absolute;  
	top: 454px;
	left: 50%;
	margin-left:10px;
	z-index:400;
}

#slides .pagination {
	top: 500px;
	position: absolute;  
}
#slides .naviback {
	position: absolute;  
	top: 440px;
	left: 50%;
	margin-left:-63px;
	z-index:200;
}