/***********************************************/
/* サイドメニュー                              */
/***********************************************/
#menu_area div {
 font-size : 13px ;
}

#menu_area img.bttn {
 position : absolute ;
 top : 4px ;
 right : 2px ;
}

#title_search {
 background-image  : url( "../image/menu/back_red.gif" ) ;
 background-repeat : repeat-x ;
 height            : 25px ;
 position          : relative ;
}

#title_mediacase {
 background-image  : url( "../image/menu/back_green.gif" ) ;
 background-repeat : repeat-x ;
 height            : 25px ;
 position          : relative ;
}

#title_media {
 background-image  : url( "../image/menu/back_blue.gif" ) ;
 background-repeat : repeat-x ;
 height            : 25px ;
 position          : relative ;
}

#title_service {
 background-image  : url( "../image/menu/back_orange.gif" ) ;
 background-repeat : repeat-x ;
 height            : 25px ;
 position          : relative ;
}

#menu_area .title_common {
 color       : #FFFFFF ;
 font-weight : bold ;
 text-align  : center ;
 position    : relative ;
 top         : 5px ;
}

#menu_area .body_common {
 line-height : 23px ;
 text-align : left ;
 background-color : #FFFFFF ;
/*
 background-color : #fffff0 ;
*/
}

#menu_area .border_blue {
    box-sizing : border-box ;
    margin-left : 15px ;
 width  : 150px ;
}

#menu_area .border_green {
    box-sizing : border-box ;
    margin-left : 15px ;
 width  : 150px ;
}

#menu_area .border_orange {
    box-sizing : border-box ;
    margin-left : 15px ;
 width  : 150px ;
}

#menu_area .border_red {
    box-sizing : border-box ;
    margin-left : 15px ;
 width  : 150px ;
}
