Index: branches/version-2_11-dev/html/user_data/packages/default/css/import.css
===================================================================
--- branches/version-2_11-dev/html/user_data/packages/default/css/import.css	(revision 20764)
+++ branches/version-2_11-dev/html/user_data/packages/default/css/import.css	(revision 21188)
@@ -4,5 +4,5 @@
  import css (ポップアップ用)
 ************************************************ */
-@import url("./set.css");
+@import url("./reset.css");
 @import url("./common.css");
 @import url("./contents.css");
Index: branches/version-2_11-dev/html/user_data/packages/default/css/popup_import.css
===================================================================
--- branches/version-2_11-dev/html/user_data/packages/default/css/popup_import.css	(revision 20773)
+++ branches/version-2_11-dev/html/user_data/packages/default/css/popup_import.css	(revision 21188)
@@ -4,5 +4,5 @@
  import css (ポップアップ用)
 ************************************************ */
-@import url("./set.css");
+@import url("./reset.css");
 @import url("./common.css");
 @import url("./contents.css");
Index: branches/version-2_11-dev/html/user_data/packages/default/css/reset.css
===================================================================
--- branches/version-2_11-dev/html/user_data/packages/default/css/reset.css	(revision 21188)
+++ branches/version-2_11-dev/html/user_data/packages/default/css/reset.css	(revision 21188)
@@ -0,0 +1,38 @@
+﻿@charset "utf-8";
+
+/************************************************
+ ブラウザリセット
+************************************************ */
+html, body, div, span, applet, object, iframe, h1, h2, h3,
+h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
+big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend, table, caption, tbody, tfoot,
+thead, tr, th, td{
+    margin: 0;
+    padding: 0;
+    border: 0;
+}
+
+table, caption, th, td{
+    margin: 0;
+    padding: 0;
+    border: 0;
+    border-collapse : collapse ;
+    border-spacing: 0px;
+    empty-cells: show;
+    text-align: left;
+    font-weight: normal;
+}
+
+a img, iframe{
+    border:none;
+}
+ol,ul,li{
+    list-style:none;
+}
+
+input, textarea, select, button{
+    font-size:100%;
+    font-family:inherit;
+}
Index: branches/version-2_11-dev/html/user_data/packages/default/css/set.css
===================================================================
--- branches/version-2_11-dev/html/user_data/packages/default/css/set.css	(revision 21187)
+++ 	(revision )
@@ -1,38 +1,0 @@
-﻿@charset "utf-8";
-
-/************************************************
- ブラウザリセット
-************************************************ */
-html, body, div, span, applet, object, iframe, h1, h2, h3,
-h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
-big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend, table, caption, tbody, tfoot,
-thead, tr, th, td{
-    margin: 0;
-    padding: 0;
-    border: 0;
-}
-
-table, caption, th, td{
-    margin: 0;
-    padding: 0;
-    border: 0;
-    border-collapse : collapse ;
-    border-spacing: 0px;
-    empty-cells: show;
-    text-align: left;
-    font-weight: normal;
-}
-
-a img, iframe{
-    border:none;
-}
-ol,ul,li{
-    list-style:none;
-}
-
-input, textarea, select, button{
-    font-size:100%;
-    font-family:inherit;
-}
