/*------------------------
  toraya check_style
-------------------------*/


/************** メインコンテンツ **************/

#contents .contents_inner {
    width: 980px;
    margin: 0 auto;
    display: inline-block;
}

#contents .contents_inner .main_contents {
    width: 700px;
    min-height: 1000px;
    float: right;
    text-align: left;
    display: inline-block;
}

#contents .contents_inner .main_contents .prof_wrap {
    color: #404040;
    font-size: 75%;
    margin: 20px 0 0 0;
    display: inline-block;
    background: url(../img/list_border.gif) repeat-x;
    background-position: bottom;
    width: 700px;
}

#contents .contents_inner .main_contents .prof_wrap .prof_r {
    width: 440px;
    display: inline-block;
}

#contents .contents_inner .main_contents .prof_wrap .prof_r h5 {
    color: #a57b51;
    font-size: 150%;
    margin: 5px 0 15px 0;
}

#contents .contents_inner .main_contents .prof_wrap .prof_r .staff_name {
    font-size: 110%;
    margin: 0 0 25px 0;
}

#contents .contents_inner .main_contents .prof_wrap .prof_r .staff_name span {
    font-size: 110%;
    margin: 0 15px 0 15px; 
}

#contents .contents_inner .main_contents .prof_wrap .prof_r .staff_name small {
    font-size: 75%;
    color: #999;
    border-left: 1px solid #999;
    padding: 0 0 0 15px;
    vertical-align: 2px;
    height: 10px;
    display: inline-block;
}

#contents .contents_inner .main_contents .prof_wrap .prof_r .staff_msg {
    line-height: 2.0em;
}




