@charset "UTF-8";

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

	トップページ設定用

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

/* main_img
-------------------------------------------------- */
#main_img {
	text-align: center;
	margin-bottom:0px;
	background: url(../images/main_img.jpg) no-repeat center 0;
	height:408px;
}
/* 
----------------------------------------------------------------------------------------------------
 □ #top_page_area
---------------------------------------------------------------------------------------------------- */
#top_page_area {
}



/* main
-------------------------------------------------- */
.biz_info{
width:330px;
height:260px;
background: url(../images/biz_box.jpg) no-repeat 0 0;
margin-bottom:20px;
}

.biz_copy{text-align:center;color:#3aa157;font-weight:bold;padding:5px 0px;font-size:120%;}



/* ボタンエリア
-------------------------------------------------- */

.top_box{
 width:225px;
 padding:10px 0px;
 background:#fff;
 border:solid 1px #d6d6d6;
 box-shadow: 7px 7px 0px 0px #f2f2f2 inset, -7px -7px 0px 0px #f2f2f2 inset;
 margin:20px 0;
}

/* news_area
-------------------------------------------------- */
ul.news_box{
  overflow-y: scroll;
  over-flow-x: no;
  padding:0px 0px 10px 0px ;
  background:#fff;
  height:200px;
  list-style-type: none;
  margin-bottom:20px;
}


ul.news_box li.tit{
  margin-top:10px;
  padding:5px 0px 10px 0px ;
  display:block;
  border-bottom:#ccc dotted 1px;
  line-height:1.6;
  color:#57b0ff;
}

ul.news_box li.tit a{
 text-decoration:underline;
 color:#ff6c00;
 font-weight:normal;
 padding:10px 0px 10px 30px ;
}

ul.news_box li.tit a:hover{
  text-decoration:none;
  color:#9f0000;
}
