/* CSS Document */

*{
  margin: 0;
  padding: 0;
  font-style:normal;
  font-weight: normal;
 
  }

p{color:#F0EBE5; line-height:1.5em; letter-spacing:0.1em; font-family:"メイリオ", "Meiryo UI", Arial, "ＭＳ Ｐゴシック", "MS UI Gothic"; }

a{text-decoration:none; color: #F98825; font-family:"メイリオ", "Meiryo UI", Arial, "ＭＳ Ｐゴシック", "MS UI Gothic"; }

a:hover{text-decoration:underline;}

li{list-style-type:none; color:#FFFFFF;}

strong{
font-weight:bold;
}