
/*//////////////////////////////////////////////*/
/*///// pagination部分のスタイルシート定義 /////*/
/*///////// [ css-pagination-comm.css] /////////*/
/*//////////////////////////////////////////////*/



.tab li               { list-style-type:none;
                        float: left;
                        margin-top: 20px;
                        margin-right: 5px;
                        margin-bottom: 10px;}

.tab li a             { border:1px solid #000000;
                        padding:6px;
                        text-decoration:none;
                        background: #ffffff; }

.tab li.active a      { border:1px solid #ff0000;
                        background: #f9f0f0;
                        color: #ff0000; }

.content              { clear: both;
                        overflow: hidden;
                        width: 880px; }

.area                 { display: none; }



/*////////////*/
/* 定義の終了 */
/*////////////*/

