﻿@charset "utf-8";


/*============================
	サイトトップ / index.html
=============================*/
/*　	slider
-------------------------------------*/
#slider { 
	width: 1032px;
	margin:0 auto;
	height: 397px;
	background: #ffffff url(../images/index/bgi-slider_001.jpg) no-repeat 26px top;
	overflow: hidden;
}
#slides {
	position: absolute;
	left:46px;
	/left:0px;
	top:18px;
	width: 938px;
	height: 340px;
	overflow: hidden;
}
#slides>img,  
#slides>div,
#slides>a {
	display: none;
}
/* CONTAINER */
div.orbit-wrapper {
	width: 1px;
	height: 1px;
	position: relative; }

div.orbit {
	width: 1px;
	height: 1px;
	position: relative;
	overflow: hidden }

div.orbit>img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none; }

div.orbit>a {
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 0; 
	display: none; }

.orbit>div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
/* TIMER */
div.timer {
	display:none;
}
/* DIRECTIONAL NAV */
div.slider-nav {
	z-index: 0;
	display: block }
div.slider-nav span {
	width: 36px;
	height: 72px;
	text-indent: -9999px;
	position: absolute;
	top: 205px;
	cursor: pointer;
	margin-top:-50px;
}
div.slider-nav span.right {
	background: url(../images/index/right-arrow_off.jpg);
	left: 996px;	
	/left: 950px;
}
div.slider-nav span.left {
	background: url(../images/index/left-arrow_off.jpg);
	left: 0px;
	/left:-46px;
}
div.slider-nav span.right:hover {
	background: url(../images/index/right-arrow_on.jpg);
	left: 996px;
	/left: 950px;
}
div.slider-nav span.left:hover {
	background: url(../images/index/left-arrow_on.jpg);
	left: 0px;
	/left:-46px;
}
/* BULLET NAV */
.orbit-bullets {
  	display:block;
	position: absolute;
	z-index: 1000;
	list-style: none;
	bottom: -35px;
	right: -46px;
	/right: 0px;
	padding: 0;
}
.orbit-bullets li {
	display:block;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	text-indent: -9999px;
	background:#eeeeee;
	width: 50px;
	height: 4px;
	overflow: hidden;
}
.orbit-bullets li.active {
	display:block;
	background:#00a6e0;
}
.orbit-bullets li.has-thumb {
	display:none;
}

/*　section01 index
------------------------------------------------*/
#section01{
}
.index .index-list{
	width:490px;
	margin-bottom:26px;
}
.index .index-list h3{
	position:relative;
	width:490px;
	height:70px;
}
.index .index-list h3 a{
	position:absolute;
	right:24px;
	top:22px;	
}
.index .index-list .index-listIn{
	padding:5px 40px 0 40px;
}
.index .index-list .index-listIn p{
	font-size:1.17em;
	line-height:150%;
	width:255px;
	float:left;
}
.index .index-list .index-listIn img{
	width:130px;
	float:right;
}
/*　section02 topics bnr
------------------------------------------------*/
/* topics */
.topics{
	width:690px;
	margin-bottom:26px;
}
.topics ul{
	display:block;
	padding:5px 40px 0 40px;
	list-style-type:none;
}
.topics ul li{
	padding:1px 0 10px 85px;
	line-height:150%;
}
.topics ul li span.post-ttl{
	display:block;
	width:415px;
	float:left;
}
.topics ul li a span.post-ttl{
	text-decoration:underline;
}
.topics ul li a:hover span.post-ttl{
	text-decoration:none;
}
.topics ul li span.post-date{
	float:right;
	border-left:solid 1px #cccccc;
	padding-left:9px;
}
/* bnr-area */
.bnr-area{
	margin-top:10px;
	width:266px;
	margin-right:10px;
}
.bnr-area li{
	margin-bottom:3px;
}


/*　2015/01/21　修正分
------------------------------------------------*/
div.bf {
	font-size: 1.17em;
}
dl {
	padding: 5px 0px 30px 0px;
}
dt {
	float: left;
	clear: left;
	width: 118px;
	padding: 12px 0px 12px 12px;
}
dd {
	margin:1px 12px;
	padding: 12px 20px 12px 160px;
	line-height:160%;
	border-bottom: 1px #999 dotted;
}

h2#midashi{
	background-image: url(../images/index/ttl-bf_011.jpg) ;
	padding: 20px 0px 25px 50px;
}

h2#midashi a {
	cursor: pointer;
}

h2#midashi a:link {
	color: #D35022;


}

h2#midashi a:visited {
	color: #D35022;
}
h2#midashi a:hover {

}

h2#midashi d a:active {
	color: #D35022;
}

/*
a .hover_img1{
	transition: all 0.3s ease;
}
*/
a:hover .hover_img1{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.text_box {
	font-size: 1.12em;
	max-height: 300px;
	background-color:#FFFFFF;
	padding: 5px;
	line-height:150%;
	margin: 0px auto;
	overflow: auto;
}

.text_box ul {
	zoom: 1;
	overflow: hidden;
}

.text_box li {
	margin-top: -1px;
	padding: 10px 5px;
	border-top:1px solid #CCC;
}


/* topics-area */
.topics-area{
	margin-top:4px;
	width:266px;
	margin-right:10px;
}


