body,div,p,h1,h2,h3 {
margin:0;
padding:0;
}

body {
font-family:Arial, Sans-Serif;
}

.header {
background-color:#369;
color:#fff;
margin-bottom:5px;
padding:3px 0 0 5px;
}

.main {
width:675px;
font-size:13px;
line-height:150%;
margin:0 auto;
}

.control {
float:left;
width:220px;
text-align:center;
}

.sets {
margin-left:250px;
}

#kanjiChar {
border-radius:3px;
font-size:40px;
line-height:60px;
height:60px;
border:solid 3px #369;
background:url(icon-information.png) no-repeat 203px 48px #def;
text-align:center;
margin-bottom:10px;
cursor:pointer;
}

#kanjiChar:hover {
background-color:#dfd;
border:solid 3px #595;
}

.button {
border-radius:2px;
height:30px;
margin-bottom:10px;
font-family:Arial, Sans-Serif;
font-size:12px;
border:outset 1px #aaa;
background-color:#ddd;
cursor:pointer;
padding:5px;
}

.button:hover {
background-color:#def;
}

.sets p {
margin-bottom:12px;
}

label {
font-weight:700;
}

.icon {
border:none;
vertical-align:-3px;
}

a,label {
color:#33a;
cursor:pointer;
text-decoration:none;
}

a:hover,label:hover {
text-decoration:underline;
}