@charset "utf-8";


/************************
facebook like box 
************************/
.fb_iframe_widget > span{
    width: 150px !important;
}
.fb_iframe_widget iframe{
    width: 150px !important;
}

/************************
body
************************/
body{
    a:link: #00f;
    a:hover: #00f;
    a:visited: #00f;
    font-size: 10pt;
}

/************************
whole_wrapper
************************/
#whole_wrapper{
    margin: 0 auto;
    width: 700px;
}


/************************
header
************************/
#header{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
}

/************************
main_wrapper
************************/
#main_wrapper{
    overflow: hidden;
}

/************************
side_menu
************************/
#side_menu{
    width: 150px;
    float: left;
}

#contents_list{
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}

#contents_list > li{
    background-image : url(u009bcg.gif);
    color: rgb(102, 102, 102);
    text-align: center;
    display: block;
    width: 150px;
    height: 1.5em;
    margin: 2px;
}

#menu_logomark{
    width: 100px;
    margin: 0 auto;
}

#bunner_list{
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
}

#bunner_list > li{
    display: block;
    width: 150px;
    margin-top: 4px;
    text-align: center;
}

/**********************
contents_frame
**********************/
#contents_frame{
    float: right;
    width: 550px;
    color: #666;
}

/**********************
patients_voice_menu
**********************/
#patients_voice_menu{
    text-align: center;
}

/***********************
footer
***********************/
#footer{
    clear: both;
    width: 100%;
    margin: 0 auto;
}

#footer_menu{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

#footer_menu > p{
    margin: 3px;
}

#footer_info{
    width: 100%;
    text-align: right;
    line-height: 1.5em;
    color: #666;
}

#footer_clinic_name{
    font-size: 18pt;
    font-weight: bold;
}

#footer_caution{
    color: #f00;
}

#footer_copyright{
    margin-top: 10px;
}