@charset "utf-8";
*{
    margin:0;
    padding:0;
    list-style-type:none;
    text-decoration: none;
}
 #wrapper{
    width: 860px;
    margin:10px;
    background-color: #FFCCCC;
 }
 #index_header{
    width: 800px;
    height: 200px;
    margin: auto;
 }
 #index_header img{
    width: 385px;
    height: 80px;
    display: block;
    margin:auto;
    padding-top: 15px
 }
 .info{
    display: block;
    width: 700px;
    height: 35px;
    color: #3a5b52;
    margin: auto;
 }
 #index_nav{
    width:788px;
    height: 30px;
    margin: auto;
 }
#index_header li{
    margin:0;
    width: 193px;
    height: 35px;
    background-color: #d3d3d3;
    font-size: 25px;
    text-align: center;
    border: 1px dotted brown;
    float: left;
 }
 .n1,.n2,.n3,.n4{
    display: block;
    color: #a25768;
    width: 100%;
    height:100%;
    padding-top: 3px;
    box-shadow: 5px 5px 5px #a58f86;
    -moz-box-shadow: 5px 5px 5px #a58f86;
    -webkit-box-shadow: 5px 5px 5px #a58f86;
 }
#index_section{
    width: 788px;
    height: 685px;
    background-color: rgba(64,224,208,0.5);
    margin: auto;
}
#profile_photo{
    width: 200px;
    height: 500px;
    padding-top: 15px;
    padding-left: 10px;
    float:left;
}
#therapist_p1{
    width: 190px;
    height: 260px;
    padding: 10px 10px;
    margin: 10px;
    background: #FFCCCC;
    box-shadow: #FFCCCC 0 0 5px 5px;
    -webkit-box-shadow: #FFCCCC 0 0 5px 5px;
    -moz-box-shadow: #FFCCCC 0 0 5px 5px;
}
#therapist_p2{
    width: 190px;
    height: 130px;
    padding: 10px 10px;
    margin: 20px 10px;
    background: #FFCCCC;
    box-shadow: #FFCCCC 0 0 5px 5px;
    -webkit-box-shadow: #FFCCCC 0 0 5px 5px;
    -moz-box-shadow: #FFCCCC 0 0 5px 5px;
}
.myname{
    font-size: 18px;
    color: #3a5b52;
}
.ja{
    font-size: 14px;
    color: #3a5b52;
 }
 .en{
    font-size: 18px;
    font-style: italic;
    }
#myself1{
    width: 500px;
    height: 220px;
    margin: 30px 30px;
    padding-left: 10px;
    padding-bottom: 33px;
    float: left;
}
#myself2{
    width: 500px;
    height: 250px;
    margin: 10px 30px;
    padding-left: 10px;
    float: left;
}
#blog{
    width: 210px;
    height: 70px;
    color: #bb5548;
    position: absolute;
    top: 740px;
    left: 70px;
}
footer{
    width: 800px;
    height: 28px;
    margin-left: 15px;
    padding-top: 30px;
    clear: both;
}
#memo1,#credit,#sns,#memo2{
    width: 187px;
    height: 25px;
    text-align: right;
    float: left;
    /*border: 1px solid blue;*/
}

