body {
 margin-top: 0; margin-bottom: 20px; margin-left: 3%; margin-right: 3%;
 padding: 0px;
 text-align: center;
}

body{
  /*  フォントの種類  */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  
  /*  フォントのサイズ  */
  font-size: 17px;
  
  /*  フォントの色  */
  font color: #dadad9;
  
  /* 行間の設定 */
  line-height: 2.0;
}

.pagetop {/* トップスクロールボタンの設定 */
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

a:link {/* 未訪問のリンク */
color: #004a95;
}
a:visited { /* 訪問済みのリンク */
color: #660099;
text-decoration: none; /* 下線を消す */
}
a:hover { /* マウス乗せ時 */
 text-decoration: underline;
 position: relative; top: 1px; left: 1px;
 color: #0066FF; 
}

a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}


#field_spc{
 text-align: center;
 width: 970px;
}

#main_spc {
 margin-top: 20px;
  width: 670px;
 text-align: left;
 float: right;
}

.bar1 {/*横線のデザイン*/
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C0C0C0;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}

img.EMail {/*画像と文字の上下をmiddleラインに揃える*/
   vertical-align: middle;
}


#sidebar {
  position: relative;
 width: 300px;
 float: left;
}

#sub_spc {
 margin-top: 20px;
 width: 300px;
 text-align: left;
 float: left;
}

.bloglink {
 width: 90%;
 padding:0 0 2px 15px;
 text-align:center;
 line-height: 120%;
 }
 
 .Bhome {
 width: 90%;
 padding:0 0 2px 15px;
 text-align:center;
 line-height: 120%;
 }
 
  .Bpilates {
 width: 90%;
 padding:0 0 2px 15px;
 text-align:center;
 line-height: 120%;
 }

  .Bcost {
 width: 90%;
 padding:0 0 2px 15px;
 text-align:center;
 line-height: 120%;
 }

  .Bprofile {
 width: 90%;
 padding:0 0 2px 15px;
 text-align:center;
 line-height: 120%;
 }

  .Bplace {
 width: 90%;
 padding:0 0 2px 15px;
 text-align:center;
 line-height: 120%;
 }

  .Blog-on {
 width: 90%;
 padding:0 0 2px 15px;
 text-align:center;
 line-height: 120%;
 }

  .Blink {
 width: 90%;
 padding:0 0 2px 15px;
 text-align:center;
 line-height: 120%;
 }

  .Youtube {
 width: 90%;
 padding:0 0 2px 15px;
 text-align:center;
 line-height: 120%;
 }
 
 .fixed {
  position: fixed;
  top: 5px;
}


.clear {
    clear: both;　/*floatの解除*/
}


.center_box {
text-align: center;
}
.center_box p {
display: inline-block; 　/*記述範囲を中央寄せでテキスト左寄せ*/
text-align: left;
}