* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
body {
    color: #535353;
    font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
    font-size: 75%;
    min-width: 320px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
a {
    color: #761F45;
    text-decoration: none;
}
a:visited {
    color: #752FB1;
}
strong {
    color: #FF7E00;
    font-weight: bold;
}
table {
    font-size: 100%;
}
ul {
    list-style: none outside none;
}
img {
    vertical-align: middle;
}
input[type="text"], input[type="password"], select {
    border: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
    padding: 3px;
}
