.kadomaru_radius {
background-color: #063;
height: 200px;
width: 200px;
border-radius: 100px 25px 50px 50px / 50px 25px 50px 25px;
border-radius: 10px; /* CSS3草案 */
-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
-moz-border-radius: 10px; /* Firefox用 */
}