@charset "UTF-8";

/*clearfix*/
.clearfix:after{
  content:"";
  clear:both;
  display:block;
  height:0;
}


/*全体*/
html {
  overflow-y:scroll;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

li {
  list-style: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}



#copy, #address, #header, #main, #copyright {
  width: 960px;
  margin: 0 auto;
}

h1 {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  width: 266px;
  text-indent: -9999px;
  line-height: 63px;
  background-image: url(logo.gif);
  background-repeat: no-repeat;
}

h2 {
  
}

h3 {
  border-bottom: 1px dashed #34A8BD;
}

h3>img {
  margin: 10px;
}

/*トップ*/

#t #main {
  margin-top: 35px;
  padding: 0;
  padding-bottom: 20px;
}

#t #main h1 {
  float: none;
  background-image: url(t_logo.gif);
}

#left {
  float: left;
  width: 266px;
}

#right {
  float: left;
  width: 694px;
  height: 544px;
  background-color: #34A8BD;
}

#t #main ul {
  width: 266px;
  border-top: 1px solid #99d3de;
}

#t #main li {
  width: 100%;
  height: 79px;
  border-bottom: 1px solid #99d3de; 
}

#copy {
  margin-bottom: 30px;
  text-align: right;
}

#address {
  margin-bottom: 10px;
}

#address>img {
  float: left;
}

#address div {
  float: right;
}

#address div img {
  float: right;
  margin-top: 19px;
}

#t #copyright {
  margin: 10px auto;
}

/*ヘッダー部分*/

#header {
  height: 63px;
  padding-top: 35px;
}

h1>a {
  display: block; 
  width: 100%;
  height: 100%;
}

#header>ul {
  float: left;
  height: 100%;
  background-image: url(menu_bg.gif);
  background-repeat: no-repeat;
}

#header li {
  float: left;
  margin-right: 11px;
  height: 63px;
  display: inline-block;
}

#header li:last-child {
  margin-right: 0;
}

#header li.menu1 {
  width: 116px;
}
#header li.menu2 {
  width: 101px;
}
#header li.menu3 {
  width: 131px;
}
#header li.menu4 {
  width: 172px;
}
#header li.menu5 {
  width: 110px;
}

#header li img {
  margin-top: 0;
}

li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}


/*イメージ部分*/

#image {
  width: 100%;
  min-width: 960px;
  padding-top: 90px;
  padding-bottom: 80px;
  border-top: 1px solid #34A8BD;
  border-bottom: 1px solid #34A8BD;
  text-align: center;
}


/*メイン部分*/

#main {
  padding: 55px 0;
}

.contents {
  margin-bottom: 50px;
}

.contents div:first-child {
  float: left;
  display: inline-block;
  width: 236px;
  margin-right: 30px;
}

.contents div:last-child {
  float: left;
  display: inline-block;
  width: 694px;
}

.box {
  min-height: 159px;
  border:1px solid #34A8BD;
}

.box>img {
  margin: 20px auto 20px 20px;
}

/*フッター部分*/

#footer {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #34A8BD;
}

#footer>ul {
  width: 960px;
  height: 17px;
  margin: 10px auto 7px auto;
  background-image: url(http://dummyimage.com/960x63/FFFFFF/FFFFFF.png);
  background-repeat: no-repeat;
}

#footer li {
  float: left;
  height: 100%;
  display: inline-block;
  margin-right: 20px;
}

#footer li:last-child {
  margin-righ: 0;
}

#footer li.menu1 {
  width: 246px;
}
#footer li.menu2 {
  width: 204px;
}
#footer li.menu3 {
  width: 73px;
}
#footer li.menu4 {
  width: 120px;
}
#footer li.menu5 {
  width: 104px;
}
