@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#cosmo_title {
  display:block;
  background:url(../img/img_01.jpg) no-repeat 0 0;
  width:730px;
  height:225px;
  text-indent:-9999px;
  }

#cosmo_matter {
  border-right:1px solid #CDBA9B;
  border-bottom:1px solid #CDBA9B;
  border-left:1px solid #CDBA9B;
  padding:10px 0 10px 0;
  overflow:auto;
  zoom:1;
  }
  #cosmo_left {
    background-color:#EEE2D0;
	width:515px;
	height:480px;
	float:left;
	}
	p#cosmo_text {
	  padding:35px 50px 35px 50px;
	  line-height:1.7em;
	  }