@charset "UTF-8";
body {
  font-size : 13px;
  line-height: 150%;
}
#all {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family : メイリオ,"MS UI Gothic";
}
#container {
  margin: 10px auto 0px auto;
  width: 800px;
  text-align: left;
}
#header{
  background : url(../img/logo.gif) no-repeat;
  width : 800px;
  height : 35px;
  text-indent:-9999px;
}
.header{
  font-size : 10px;
  font-color : #666;
  width : 520px;
  height : 35px;
  text-align: right;
  line-height : 120%;
  padding-top : 3px;
  color : gray;
}
#header_img{
  background : url(../img/top-bg.jpg) no-repeat;
  width : 800px;
  height : 230px;
}
.header_img{
  font-color : #666;
  height : 190px;
  width : 190px;
  margin-top : 40px;
  margin-left : 610px;
  bottom : auto;
}
#main_area {
  width : 800px;
  margin : 20px auto 20px auto;
  text-align : center;
}
ul#contents {
  margin : 0 ;
  padding : 0 ;
  list-style-type : none ;
}
ul#contents li {
  margin : 20px 20px;
  margin-left : 0px;
  padding : 0 ;
  font-color : #ffffff;
  list-style-type : none ;
  float : left;
}
.contents01 a {
  width : 170px ;
  height : 100px;
  background-image : url(../img/bnr-shinchiku01.gif);
  background-repeat : no-repeat ;
  float : left;
  margin-left : 25px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : dotted;
  border-bottom-style : dotted;
  border-top-color : gray;
  border-bottom-color : gray;
  color : white;
}
.contents02 a {
  width : 170px ;
  height : 100px;
  background-image : url(../img/bnr-reform01.gif);
  background-repeat : no-repeat ;
  float : left;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : dotted;
  border-bottom-style : dotted;
  border-top-color : gray;
  border-bottom-color : gray;
  color : white;
}
.contents03 a {
  width : 170px ;
  height : 100px;
  background-image : url(../img/bnr-iori01.gif);
  background-repeat : no-repeat ;
  float : left;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : dotted;
  border-bottom-style : dotted;
  border-top-color : gray;
  border-bottom-color : gray;
  color : white;
}
.contents04 a {
  width : 170px ;
  height : 100px;
  background-image : url(../img/bnr-kaigo01.gif);
  background-repeat : no-repeat ;
  float : left;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : dotted;
  border-bottom-style : dotted;
  border-top-color : gray;
  border-bottom-color : gray;
  color : white;
}
.contents01 a:hover{
  background-image : url(../img/bnr-shinchiku02.gif);
}
.contents02 a:hover{
  background-image : url(../img/bnr-reform02.gif);
}
.contents03 a:hover{
  background-image : url(../img/bnr-iori02.gif);
}
.contents04 a:hover{
  background-image : url(../img/bnr-kaigo02.gif);
}
#footer {
  clear: both;
  width : 800px;
  text-align : center;
  margin: 10px 0px 0px 0px;
  font-size: 10px;
  margin-right: 10px;
  color : white;
  height : 30px;
  padding-top : 7px;
  border-radius: 15px;
  /* CSS3 */
    -moz-border-radius: 15px;
  /* Firefox */
    -webkit-border-radius: 15px;
  /* Safari,Chrome */
    border: 1px gray solid;
  /* 枠線の装飾 */
    background-color: gray;
/* 背景色 */
}
.clearfix {
  display: inline-block;
  min-height: 1%;
/*for IE 7*/
}
.clearfix:after {
  height:	0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.right{
  font-size: 10px;
  text-align: right;
}
#main_contents {
  margin:10px 0 5px 10px;
  height: 365px;
}
h2#info {
  font-size : 18px;
  height: 30px;
  font-weight: bold;
  color: #666666;
  margin: 10px 0 8px 5px;
  padding-top : 3px;
}
/* gaiyo table */
.gaiyo table {
  width: 800;
  border: 1px #666666 solid;
  border-collapse: collapse;
  float : none;
  margin-bottom : 5px;
  table-layout:auto;
}
.gaiyo td {
  border: 1px #666666 solid;
  padding-left : 15px;
  text-align : left;
}
.gaiyo th {
  border: 1px #666666 solid;
  padding : 8px 8px 8px 8px;
  background-color : silver;
}
/* mokuteki table */
.mokuteki table {
  width: 300;
  border: 1px #666666 solid;
  border-collapse: collapse;
  table-layout:auto;
  float : left;
  margin-right : 5px;
}
.mokuteki td {
  width: 300;
  border: 1px #666666 solid;
  padding-left : 15px;
  text-align : left;
  padding-right : 30px;
}
.mokuteki th {
  border: 1px #666666 solid;
  padding : 8px 8px 8px 8px;
  background-color : silver;
}
/* shikaku table */
.shikaku table {
  width: 600;
  border: 1px #666666 solid;
  border-collapse: collapse;
  table-layout:fixed;
  margin-right : 3px;
}
.shikaku td {
  width: 600;
  border: 1px #666666 solid;
  padding-left : 15px;
  text-align : left;
  padding-right : 100px;
}
.shikaku th {
  border: 1px #666666 solid;
  padding : 8px 8px 8px 8px;
  background-color : silver;
}
.inline {
  padding : 10px 10px 10px 10px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #999999 #999999 #999999 #999999;
  width : 450px;
  height : 150px;
  overflow : scroll;
  scrollbar-base-color:"#F9F7F7";
  　　scrollbar-track-color:"#FFFFFF";
  　　scrollbar-face-color:"#FFFFFF";
  　　scrollbar-arrow-color:"#8B9E89";
  　　scrollbar-3dlight-color:"#FFFFFF";
  　　scrollbar-darkshadow-color:"#FFFFFF";
  　　scrollbar-highlight-color:"#8B9E89";
  　　scrollbar-shadow-color:"#8B9E89";
}
