@charset "UTF-8";
/**
 *
 * style.css
 *
 * @author     Masayuki Murata
 * @version    1.0.0 2008/12/12
 *
 */

/*------------------------------------------------------------*/
/* Common
/*------------------------------------------------------------*/

body {
    background: #FFF;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Verdana", "Arial", "Helvetica", "ＭＳ ゴシック", "Osaka", sans-serif;
    color: #444;
    line-height: 1.4;
}

#wrapper {
    width: 750px;
    margin: auto;
    background: #FFF;
    text-align: center;
}

/*------------------------------------------------------------*/
/* Link
/*------------------------------------------------------------*/

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#wrapper #header h1 a:link {
    color: #444;
    text-decoration: none;
}

#wrapper #header h1 a:visited {
    color: #444;
    text-decoration: none;
}

#wrapper #header h1 a:hover {
    color: #444;
    text-decoration: underline;
}

/*------------------------------------------------------------*/
/* Wrapper
/*------------------------------------------------------------*/

#wrapper .caption {
    width: 725px;
    margin: auto;
    margin-bottom: 10px;
    background: #FFF;
}

#wrapper .caption h2 {
    padding: 7px 20px 5px 20px;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}

/*------------------------------------------------------------*/
/* Header
/*------------------------------------------------------------*/

#wrapper #header {
    width: 748px;
    text-align: left;
}

#wrapper #header h1 {
    padding: 50px 10px 10px 10px;
    text-align: center;
    font-size: 80%;
}

#wrapper #header h1 img {
    padding: 10px 5px;
    text-align: center;
}

/*------------------------------------------------------------*/
/* About Us
/*------------------------------------------------------------*/

#wrapper #aboutus {
    width: 750px;
    padding: 10px 0 0 0;
    text-align: center;
}   

#wrapper #aboutus .wrap {
    width: 480px;
    margin: auto;
    margin-bottom: 20px;
    padding: 2px;
}

#wrapper #aboutus table {
    width: 470px;
    margin: auto;
    text-align: center;
    font-size: 80%;
}

#wrapper #aboutus table tr.tr1 th,
#wrapper #aboutus table tr.tr2 th {
    width: 130px;
    padding: 10px;
    text-align: right;
}

#wrapper #aboutus table tr.tr1 td,
#wrapper #aboutus table tr.tr2 td {
    width: 298px;
    padding: 10px 10px 10px 20px;
    text-align: left;
    border-left: 2px solid #FFF;
}

/*------------------------------------------------------------*/
/* Footer
/*------------------------------------------------------------*/

#wrapper #footer {
    width: 750px
    margin: 20px 0 0 0;
    padding: 10px;
    text-align: center;
}

#wrapper #footer .copyright {
    padding: 10px 0 5px 0;
    text-align: center;
    font-size: 70%;
}

