@charset "utf-8";

.container{
  background-color : white;
}


#main{
  margin-left : auto;
  margin-right : auto;
  height : 1200px;
  width : 800px;
}



.jyourei_list{
  margin-top : 40px;
  height : 300px;
  width : 800px;
  display : inline-block;
  text-align : center;
}


#p_jyourei_title{
  font-size : 22pt;
  text-align : center;
}




.tbl_jyourei{
  width : 800px;
}

.th_jyourei_title{
  padding-top : 10px;
  padding-bottom : 6px;
  background-color : #f5feff;
  border-width : 1px;
  border-style : solid;
  border-color : silver silver gray silver;
  height : 20px;
  width : 200px;
  display : inline-block;
  text-align : center;
  float : left;
}



.td_jyourei_title{
  margin-top : -2px;
  padding-top : 10px;
  padding-left : 21px;
  padding-bottom : 6px;
  background-color : white;
  border-width : 1px;
  border-style : solid;
  border-color : white silver gray silver;
  height : 20px;
  width : 180px;
  display : inline-block;
  text-align : left;
  float : left;
}

.th_jyourei_naiyou{
  padding-top : 10px;
  padding-bottom : 6px;
  background-color : #f5feff;
  border-width : 1px;
  border-style : solid;
  border-color : silver silver gray #f5feff;
  height : 20px;
  width : 580px;
  display : inline-block;
  text-align : center;
  float : left;
}



.td_jyourei_naiyou{
  margin-top : -2px;
  padding-top : 10px;
  padding-left : 20px;
  padding-bottom : 6px;
  background-color : white;
  border-width : 1px;
  border-style : solid;
  border-color : white silver gray white;
  height : 20px;
  width : 561px;
  display : inline-block;
  text-align : left;
  float : left;
}

