body {
min-width:860px;
background-color: #FFF2CC;
color:#bbbbbb;
font-weight:bold;
}

.spacef{
padding:6px;
}

.tpoc {
text-align:center;
}
.tpoc img{
width:800px;
padding:10px;
border-radius: 10px;
border: 5px double #CCCCCC;
}
.ggffgv{/*丸*/
margin:0 auto;
width:30px;
height:30px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border: 5px double #CCCCCC;
}
.gsst{
margin:0 auto;
width:80%;
padding:10px;
border-radius: 10px;
border: 5px double #CCCCCC;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}

#ffc {/*copy*/
text-align:center;
font-size: 14px;
font-weight:bold;
text-align: center;
color:#bbbbbb;
}

/*icon
---------------------------------------------------------------------------------------------------*/
#pageTop {
font-size:12px;
  position: fixed;
  top:150px;/*高さ*/
 /* bottom: 20px;下からの場合*/
  right: 6px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px;
  margin-bottom:5px;
  padding-bottom: 10px;
  border-radius: 10px;
  width: 48px;
  height: 16px;
  background-color: #9FD6D2;
  border: 3px solid #ffffff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


