BODY{
 margin: 0 auto;
 padding: 48px 0 48px;
 color: darkslateblue;

 background-image: url(./bunnysan.png);
 background-position: right center;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: 600px 1200px;
 background-color: powderblue;

 text-align: left;
 font-family: "MS UI Gothic","Osaka";
 font-size: 12px;
 line-height:14px;
 zoom:1;
}

DIV.sub{
 float:left;
 width:320px;
 height: 100%;
 margin: 0px 20px;
 padding: 8px 12px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
    -moz-border-radius: 10px;  
 border-width: 3px;
 border-color: white;
 border-style: solid;
}

DIV.mainbody{
 position:relative;
 width:800px;
 height: 100%;
 margin: 0 auto;
}

DIV.main2{
 position:relative;
 width:1600px;
 height: 100%;
 margin:0 auto;
}

IMG.nbrad{
 border: 0px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

SPAN.crimson{
 color: crimson;
}

A:link   { text-decoration:none; color: royalblue; }
A:visited{ text-decoration:none; color: cadetblue; }
A:active { text-decoration:underline; color: #ff4040; }
A:hover  { text-decoration:underline; color: #ff4040; }

