@charset "utf-8";
/* 角丸テーブルCSS */

/* メインコンテンツ */

.roundedcornr_box {
   background: #ffffff;
}
.roundedcornr_top div {
   background: url(/static_htmls/images/roundcorner/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(/static_htmls/images/roundcorner/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(/static_htmls/images/roundcorner/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(/static_htmls/images/roundcorner/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content { 
margin:0 12px;
padding-top:8px;
}

/* 最新情報テーブル */

.roundedcornr_box_news {
   background: #e0dcd2;
}
.roundedcornr_top_news div {
   background: url(/static_htmls/images/roundcorner/roundedcornr_news_tl.png) no-repeat top left;
}
.roundedcornr_top_news {
   background: url(/static_htmls/images/roundcorner/roundedcornr_news_tr.png) no-repeat top right;
}
.roundedcornr_bottom_news div {
   background: url(/static_htmls/images/roundcorner/roundedcornr_news_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_news {
   background: url(/static_htmls/images/roundcorner/roundedcornr_news_br.png) no-repeat bottom right;
}

.roundedcornr_top_news div, .roundedcornr_top_news, 
.roundedcornr_bottom_news div, .roundedcornr_bottom_news {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content_news { 
margin:0 4px;
padding-top:4px;
}

/* メインコンテンツ内テーブル */

.roundedcornr_box_maincontentsTable {
   background: #e0dcd2;
}
.roundedcornr_top_maincontentsTable div {
   background: url(/static_htmls/images/roundcorner/roundedcornr_maincontentsTable_tl.png) no-repeat top left;
}
.roundedcornr_top_maincontentsTable {
   background: url(/static_htmls/images/roundcorner/roundedcornr_maincontentsTable_tr.png) no-repeat top right;
}
.roundedcornr_bottom_maincontentsTable div {
   background: url(/static_htmls/images/roundcorner/roundedcornr_maincontentsTable_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_maincontentsTable {
   background: url(/static_htmls/images/roundcorner/roundedcornr_maincontentsTable_br.png) no-repeat bottom right;
}

.roundedcornr_top_maincontentsTable div, .roundedcornr_top_maincontentsTable, 
.roundedcornr_bottom_maincontentsTable div, .roundedcornr_bottom_maincontentsTable {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content_maincontentsTable { margin: 0 8px 10px 8px; }



/* フッター */

.roundedcornr_box_footer {
   background: #2a2a2a;
}
.roundedcornr_top_footer div {
   background: url(/static_htmls/images/roundcorner/roundedcornr_footer_tl.png) no-repeat top left;
}
.roundedcornr_top_footer {
   background: url(/static_htmls/images/roundcorner/roundedcornr_footer_tr.png) no-repeat top right;
}
.roundedcornr_bottom_footer div {
   background: url(/static_htmls/images/roundcorner/roundedcornr_footer_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_footer {
   background: url(/static_htmls/images/roundcorner/roundedcornr_footer_br.png) no-repeat bottom right;
}

.roundedcornr_top_footer div, .roundedcornr_top_footer, 
.roundedcornr_bottom_footer div, .roundedcornr_bottom_footer {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content_footer { margin: 6px 8px 6px 8px; }



/* マネジャー内htmlで使用　*/

.roundedcornr_box_manager {
   background: #e7e7e7;
}
.roundedcornr_top_manager div {
   background: url(/static_htmls/images/roundcorner/roundedcornr_manager_tl.png) no-repeat top left;
}
.roundedcornr_top_manager {
   background: url(/static_htmls/images/roundcorner/roundedcornr_manager_tr.png) no-repeat top right;
}
.roundedcornr_bottom_manager div {
   background: url(/static_htmls/images/roundcorner/roundedcornr_manager_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_manager {
   background: url(/static_htmls/images/roundcorner/roundedcornr_manager_br.png) no-repeat bottom right;
}

.roundedcornr_top_manager div, .roundedcornr_top_manager, 
.roundedcornr_bottom_manager div, .roundedcornr_bottom_manager {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content_manager { margin: 0 8px; }



