@import url("common.css");

/* トップ Index */

#all_ctn {
  background-image:url(../img/index_back.jpg);
  background-position:0 25px;
  background-repeat:repeat-x;
  }

#main_img {
  margin-bottom:25px;
  }

h2#top_dt {
  font-size:16px;
  font-weight:bold;
  line-height:1.5em;
  }

#main_btn_ctn {
  border-bottom:1px solid #B3B3B3;
  padding:10px 0 15px 0;
  overflow:auto;
  zoom:1;
  }
  h3#main_btn1 {
    float:left;
	}
  h3#main_btn2 {
    float:right;
	}
  h3#main_btn1 a , h3#main_btn2 a {
    display:block;
	background:url(../img/index_main_btn.jpg) no-repeat;
	width:360px;
	height:70px;
	text-indent:-9999px;
	}
	h3#main_btn1 a:link , h3#main_btn1 a:visited { background-position:0 0; }
	h3#main_btn1 a:hover , h3#main_btn1 a:active { background-position:0 -70px; }
	h3#main_btn2 a:link , h3#main_btn2 a:visited { background-position:-360px 0; }
	h3#main_btn2 a:hover , h3#main_btn2 a:active { background-position:-360px -70px; }

#news_title { float:left; }
a#news_btn {
  float:right;
  display:block;
  background:url(../img/news_btn.jpg) no-repeat;
  width:111px;
  height:25px;
  text-indent:-9999px;
  margin-top:20px;
  }
  a#news_btn:hover , a#news_btn:active { background-position:0 -25px; }
ul#news_list {
  margin:10px 0;
  clear:both;
  height: 140px; /*一時処理*/
  overflow: hidden; /*一時処理*/
  }
  ul#news_list li {
  	background:url(../img/news_icon2.gif) no-repeat scroll 0 0;
  	margin-bottom:7px;
	padding-left:70px;
	min-height:21px;
	height:auto !important;
	height:21px;
	}
	  ul#news_list li.icon1 { background:url(../img/news_icon1.gif) no-repeat 0 0; }
	ul#news_list li a { color:#006933; }

h2#sears_title {
  display:block;
  background:url(../img/img_01.jpg) no-repeat 0 0;
  width:730px;
  height:77px;
  text-indent:-9999px;
  margin-top:25px;
  }
  p#sears_dc {
    background:url(../img/img_02.jpg) no-repeat 0 0;
	width:730px;
	height:134px;
	text-indent:-9999px;
	}
  h3#sears_stitle1 {
    display:block;
	background:url(../img/img_03.jpg) no-repeat 0 0;
	width:730px;
	height:44px;
	text-indent:-9999px;
	}
  #sears_dc2 {
    border-left:1px solid #B3B3B3;
	border-right:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	background-color:#FFFCF7;
	padding:0 35px 35px 35px;
	overflow:auto;
	zoom:1;
	}
	#sears_left {
	  width:363px;
	  float:left;
	  line-height:1.8em;
	  }
	  h4#sears_stitle2 {
	    display:block;
	    background:url(../img/img_04.jpg) no-repeat 0 0;
	    width:122px;
	    height:60px;
	    text-indent:-9999px;
	    }
	#sears_right {
	   float:right;
	   }