@charset "UTF-8";

/* ====================================================================================================

	トップページ設定用

==================================================================================================== */

/* main_img
-------------------------------------------------- */


#main_img {
	text-align: center;
	margin-bottom:40px;
}

.leftNav,
.rightNav {
	outline: none;
}

.leftNav:before,
.rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;

}

.leftNav {
	background: url(../images/arrow01.png) right center no-repeat  /*rgba(204,204,204,0.4);*/;
	margin-right:470px !important;
}


.rightNav {
	background: url(../images/arrow02.png) left center no-repeat  /*rgba(204,204,204,0.4);*/;
	margin-left:470px !important;
}


.stage li { text-align:center;}

/* 
----------------------------------------------------------------------------------------------------
 □ #top_page_area
---------------------------------------------------------------------------------------------------- */
#top_page_area {

}



/* main
-------------------------------------------------- */
.biz_info a{
width:198px;
height:130px;
margin-bottom:20px;
padding:50px 250px 0px 17px;
color:#fff;
font-size:130%;
line-height:25px;
display:block;
text-decoration:none;
}

.biz_info a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
	text-decoration:underline;
}

.bg_biz01 a{background: url(../images/biz_box_tt01.jpg) no-repeat 0 0;}
.bg_biz02 a{background: url(../images/biz_box_tt02.jpg) no-repeat 0 0;}
.bg_biz03 a{background: url(../images/biz_box_tt03.jpg) no-repeat 0 0;}
.bg_biz04 a{background: url(../images/biz_box_tt04.jpg) no-repeat 0 0;}
.bg_biz05 a{background: url(../images/biz_box_tt05.jpg) no-repeat 0 0;}
.bg_biz06 a{background: url(../images/biz_box_tt06.jpg) no-repeat 0 0;}



/* news_area
-------------------------------------------------- */

.news_box{
  height:260px;
  background: url(../images/news_tt.png) no-repeat 0 0;
  over-flow-x: no;
  line-height: 1.5;
  padding:0px 0px 0px 100px;
  margin-bottom: 20px;
}

.news_box ul{
  overflow-y: scroll;
  over-flow-x: no;
  list-style-type: none;
  padding:10px 20px 0px 10px ;
  height:240px;
  font-size:12px;
}

.news_box ul li.date{
  font-weight:bold;
  color:#3e5825;
  padding:0px 0px 0px 15px ;
  background: url(../common_img/icon_01.gif) no-repeat left center;
}


.news_box ul li.naiyou{
  margin:5px 0px 5px 0px;
  padding:0px 15px 10px 15px ;
  border-bottom:dotted 1px #999;
  line-height:1.8;
}

.news_box ul li.naiyou a{
  color:#4d4337;
  text-decoration:none;
}

.news_box ul li.naiyou a:hover{
  text-decoration:none;
  color:#ff4200;
}


