@import url("common.css");
* {
margin:0;
padding:0;
/* overflow: hidden; */
}

body {
/*
background-image: url("http://www.eclat.cc/home/kou-oxana-allen/files/xmas_back05.gif");
*/
background-attachment: fixed;
/* font-family:Yu Gothic UI Semilight; */
font-family: Yu Gothic UI Light;
scrollbar-face-color:#353535;
scrollbar-3dlight-color:#353535;
scrollbar-shadow-color:#353535;
scrollbar-darkshadow-color:#353535;
}

ul li{
text-align:left;
margin-top:0.0em;
list-style: none outside;
line-height: 100%;
}

ul a{
display:block;
font-weight: bold;
}

ul a:hover{
/* background-color:#8080ff; */
/* background-color:#0066CC; */
/* background-color:#1e90ff; */
/* background-color:#ffff00; */
/* background-color:#a4c639; */
/* background-color:#ffff00; */
/* background-color:#ffffff; */
/* background-color:#000000; */
background-color:#0099ff;
}
.content{
  margin: 0 auto;
  width: 200px;
  height: 150px;
  white-space: nowrap;
  overflow: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}

.content::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}

.content{
  margin: 0 auto;
  width: 200px;
  height: 150px;
  white-space: nowrap;
  overflow: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
overflow: hidden;
}

.content::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}