﻿@charset "utf-8";

body {
  width:100%;
  min-width:1000px;
}

/*****************************************************/
/** トップページ用 **/
/*****************************************************/

/** メイン画像 **/

#ContentsMain {
    width: 100%;
    background: url(../img/top/main_bg.png) repeat-x;
}

#ContentsMainSlide{
  width:1000px;
  height:330px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  position:relative; 
}

#ContentsService {
  width: 930px;
  display:block;
  margin:20px auto;
}

.contents_service {
  width:310px;
  height: auto;
  float: left;
  font-size:12px;
    line-height:1.5;
  letter-spacing: 0.05em;
}

#ContentsService1{background: url(../img/top/service1_bg.png) top no-repeat;}
#ContentsService2{background: url(../img/top/service2_bg.png) top no-repeat;}
#ContentsService3{background: url(../img/top/service3_bg.png) top no-repeat;}

.contents_service_box {
  min-height: 136px;
  margin: 20px 35px 0px 35px;
}

.contents_service_box img {
  margin-bottom: 5px;
}

.contents_service_bt {
  bottom: 0px;
  margin: 10px 14px 0px 14px;
  background: #ffffff;
}

#ContentsInfo {
    background: url(../img/top/info_bg.png) bottom no-repeat;
    margin:0px 0px 20px 0px;
}

#ContentsInfo h2 {
   display:none;
}

#ContentsInfo img {
  background: #ffffff;
}

#ContentsInfo ul {
    clear:both;
    font-size:14px;
    line-height:1.5;
    list-style:none;
    padding:20px 20px 15px 20px;
    background: url(../img/top/contents_info-bottom_bg.png) bottom no-repeat;
}

#ContentsInfo ul li {
    margin-bottom:8px;
}

#ContentsInfo ul li a {
    color:#46392e;
}

#ContentsGreeting {
    width:660px;
    height: 130px;
    font-size:13px;
    float:left;
    background: url(../img/top/top_contents_bg.png) right bottom no-repeat;
    margin-bottom:30px;
    padding: 10px 20px 10px 0px;
}

#ContentsGreeting p {
    width:450px;
    margin: 10px 180px 0px 0px;
}
    
#ContentsGreetingBt{
  position: relative;
  margin-top: -45px;
  float: right;
}

#ContentsBnr {
  margin-top:10px;
   width:220px;
   float: right;
}

#ContentsBnr img {
  margin-bottom: 15px;
}


