 
.footer{/*フッターのコンテナ*/
  clear : both; width:800px; margin:0; padding:8px text-aline:center;
background-color : #151515;
  color : white;
  
  
}
.footer p{ /*フッター内の文字*/
  text-align : center;
  font-family : Arial,serif,sans-serif;
  font-size : 10px;
  color : white;
}
.policy{/*フッター内ポリシーリンク文字*/
  font-size : 12px;
  font-family : Verdana,Arial,serif,sans-serif;
  color : white;
  text-align : left;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 0px;
  padding-bottom : 1px;
  float : left;
  
}
.info_policy{/*ポリシーのコンテナ*/
  background-color : white;
  width : 800px;
  height : 100%;
  
}
.info_policy_main{/*ポリシー文の説明*/
  text-align : left;
  background-color : white;
  width : 700px;
  height : 100%;
  font-size : 12px;
  font-family : Verdana,Arial,serif,sans-serif;
  margin-bottom : 10px;
}
.policy LI{
  color : white;
  list-style-type : none;
}
.policy LI A{
  color : white;
  text-decoration : none;
}