#wrapper {
    max-width:1150px;
    min-width:150px;
    margin:50px auto;
    line-height:20px;
}

h1 {
    font-size:22px;
    font-family: 'Hiragino Kaku Gothic ProN';
    font-weight:normal;
}
h2 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight:normal;
}
#under{
    color:#696969;
    margin-top:30px;
}

hr {
    margin-top:0px;
}

.box {
    width:90%;
    /*height:;*/
    margin:10px auto;
    padding:10px;
    border:1px solid #CCC;
    box-shadow: 0 3px 4px #CCC;
    -moz-box-shadow: 0 3px 4px #CCC;
    -webkit-box-shadow: 0 3px 4px #CCC;
    -o-box-shadow: 0 3px 4px #CCC;
    -ms-box-shadow: 0 3px 4px #CCC;
}
#privacy {
    text-decoration: underline;
}
#privacy:hover {
    text-decoration: none;
}
.sub_text {
    padding-left: 2em;
    text-indent: -1em;
}
.main_text {
    padding-left: 1em;
    text-indent: -1em;
}