@charset "UTF-8";

/*
handheld.css
@copyright : 2009 JOEBOX
@author    : H.Hirata
@update    : 2009/03/03
*/

html {
    font-family: sans-serif;
}
body {
    background: #e6e6e6;
    color: #505050;
}
hr { display: none; }

#header {
    padding: 1em 0;
    background: #ffffff;
    font-size: small;
}
h1 {
    font-size: small;
    font-weight: normal;
    text-indent: -9999px;
    overflow: hidden;
}
#main_logo {
    text-align: center;
}
#contents {
    padding: .5em;
}
#contents h2 {
    margin: 2em 0 .5em;
    font-size: small;
    border-bottom: 1px dotted #999999;
}
#contents p {
    margin: .5em 0;
    font-size: 85%;
}
#contact_form {
    font-size: small;
}
#contact_form .form_items {
    margin: .5em 0;
}
#contact_form label {
    display: block;
}
#contact_form input {
    display: block;
}
.form_indis {
    color: #dd3333;
}
#footer {
    font-size: small;
}
#footer address em {
    color: #dd3333;
    font-size: small;
}
