/* font setting ------------------------------------------ */
.min	{ font-family:"ＭＳ Ｐ明朝","MS PMincho";}
.got	{ font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;}
.fsize_lll	{ font-size:260%;}
.fsize_ll	{ font-size:160%;}
.fsize_l	{ font-size:140%;}
.fsize_m	{ font-size:120%;}
.fsize_s	{ font-size:90%;}
.fsize_ss	{ font-size:80%;}

h2{
   font-size:160%;
   line-height:1.3;
   color: #e6e6e6;
}

h3{
   line-height:1.3;
   color: #e6e6e6;
}

p{
color: #e6e6e6;
}

hr{
background-color: #e6e6e6;
}

body{
   background-color: #000000;
   width: 1000px;
   margin: 10px auto;
   font-size:12px;
   font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
}

.titlearea{
   display: flex;
   height: 134px;
   width: 1000px;
}

.logo{
   width: 200px;
   margin: 0 0 0 0;
}

.stringarea{
   width: 600px;
   padding-right:10px;
}

.titlestring{
   font-size: 12.6px;
   color: #e6e6e6;
   text-align: right;
   margin: 0;
}

.week{
   font-size: 13px;
   color: #e6e6e6;
   text-align: right;
   margin:8px;
}

.phone{
   font-size: 20px;
   color: #808000;
   text-align: right;
   margin: 0 20px 0 0;
}

.calender{
   width: 200px;
   height: 134px;
   margin: -16px 0 0 0;
   text-align: right;
}

.menuarea{
   width: 1000px;
   height: 460px;
   margin-top: 10px;
}

.menu{
   margin-top: -13px;
   width: 1000px;
   height: 50px;
   display: flex;
}

.bottomlink{
   width: 1000px;
   height: 150px;
   font-size: 11px;
   color: #e6e6e6;
   text-align: center;
}

.bottomlink a:link{color:#e6e6e6;}
.bottomlink a:visited{color:#e6e6e6;}
.bottomlink a:hover{color:#e6e6e6;}
.bottomlink a:active{color:#e6e6e6;}

.copyright{
   width: 1000px;
   font-size: 13px;
   color: #e6e6e6;
   text-align: center;
}

