body {
 color: #333333;
 background-color: #FFFFFF;
 margin: 0px;
}

.style1 {
color: #ABDA2C;
}

.style3 {
font-weight: bold;
}

.hidden{
display:none;
}

#new {
 margin:0px 2px;
 padding:0px;
 width:138px;
}

#new ul {
 margin:0px 2px;
 padding:0px;
 width:138px;
 list-style:none;
}

#new li { 
 display:block;
 width:138px;
 height:70px;
 margin:0px 2px;
 padding:0;
 list-style:url(none) none;
 text-decoration: none;
}

#new li a {
 display:block;
 width:208px;
 height:70px;
 border:0;
 background-repeat:no-repeat;
 list-style:none;
 text-decoration: none;
}



/* カーソル形状の設定 */

#new li a:hover span {
 cursor:pointer;
}


/* ボタン・ABOUT US */

#new li.up a {
 background-image:url("img/new_page.gif");
 width:138px;
 height:70px;
  }

#new li.up a:hover, #new li.up{
 background-image:url("img/new_page_ov.gif");
 width:138px;
 height:70px;
}

