



















#wrap{
  margin-left : auto;
  margin-right : auto;
  width : 1000px;
}
#menu{
  width : 1000px;
  height : 45px;
}
#main{
  width : 1000px;
  height : 1100px;
  top : 20px;
  position : relative;
}
h1{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
  font-weight : normal;
}
.area_photo{
  width : 750px;
  height : 300px;
  float : left;
}
.area_shiki{
  width : 230px;
  height : 300px;
  float : right;
}
.img_shiki{
  text-align : center;
}
.txt_shiki{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
  margin-left : 20px;
}
.txt_shiki a{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
  text-decoration : none;
}
.txt_shiki a:hover{
  text-decoration : underline;
}
.area_what{
  width : 300px;
  height : 112px;
  top : 20px;
  float : left;
  position : relative;
}
.area_diary{
  left : 20px;
  position : relative;
  top : 20px;
  width : 250px;
  height : 112px;
  float : left;
}
.area_newsblock{
  width : 750px;
  top : 30px;
  height : 250px;
  position : relative;
  float : left;
}
.news_category{
  width : 100px;
  height : 30px;
  text-align : right;
}
.news_date{
  text-align : center;
  width : 120px;
  height : 30px;
}
.txt_news_date{
  font-size : small;
  font-family : メイリオ;
  font-weight : normal;
}
.news_cmt{
  width : 530px;
  height : 30px;
}
.txt_news_cmt{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
}
.txt_news_cmt a{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
  text-decoration : none;
}
.txt_news_cmt a:hover{
  text-decoration : underline;
}
.area_solution{
  width : 750px;
  height : 350px;
  float : left;
  position : relative;
  top : 60px;
}
.solution_table{
  width : 250px;
  height : 300px;
  vertical-align : top;
}
.solution_table a{
  text-decoration : none;
}
.solution_table a:hover{
  text-decoration : underline;
  color : #0080ff;
}
.solution_category{
  font-size : medium;
  font-family : メイリオ;
  color : #0080ff;
  position : relative;
  top : -10px;
}
.solution_txt{
  font-family : メイリオ;
  font-size : small;
  color : #0080ff;
  top : -40px;
  left : 10px;
  float : left;
  position : relative;
}
.area_links{
  width : 230px;
  height : 500px;
  float : right;
  top : 140px;
  position : relative;
  text-align : center;
}
#footer{
  width : 1000px;
  height : 70px;
  position : relative;
  border-width : 5px;
  border-style : solid;
  border-color : #ffffff;
  background-image : url(../img/home/footer.jpg);
}
.footer_bold{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
  font-weight : bold;
}
.footer_txt{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
}
.footer_copyr{
  font-size : small;
  font-family : メイリオ;
  font-style : italic;
  position : relative;
  left : 110px;
}

