/*============================================================*/
/* 全アプリケーション共通項目								 */
/*============================================================*/

/*============================================================*/
/* テーブル												   */
/*============================================================*/

/*============================================================*/
/* th														*/
/*============================================================*/

/*============================================================*/
/* td														*/
/*============================================================*/

/*---------------------------------*/
/* ソート                          */
/*---------------------------------*/
.sort image       { filter: Alpha(style=0, opacity=50); cursor:hand; }
.sort:hover image { filter: Alpha(style=0, opacity=100); }
.sortActive image { filter: Alpha(style=0, opacity=100); cursor:hand; }


/*---------------------------------*/
/* ページング                      */
/*---------------------------------*/
.paging {
    margin: 20px 0 10px 0;
}

.paging span,
.paging input {
    margin-right: 10px;
}

.paging span.page {
    width     : 15px;
    text-align: center;
}

.paging_num{
   cursor:hand;
   color:blue;
   text-decoration:underline;
}

/*---------------------------------*/
/* メッセージ                      */
/*---------------------------------*/
.msg_err {
    margin : 10px 0;
    font-weight: bolder;
    color      : #F00;
}

.msg_inf {
    margin : 10px 0;
    font-weight: bolder;
    color      : #00F;
}

