Index: branches/version-2_5-dev/html/user_data/packages/admin/css/admin_contents.css
===================================================================
--- branches/version-2_5-dev/html/user_data/packages/admin/css/admin_contents.css	(revision 19711)
+++ branches/version-2_5-dev/html/user_data/packages/admin/css/admin_contents.css	(revision 19715)
@@ -59,7 +59,64 @@
 table.list th.left { text-align: left; }
 table.list th.right { text-align: right; }
+table.list td.id,
+table.list td.thumbnail {
+    text-align: center;
+}
+table.list td.menu {
+    text-align: center;
+    vertical-align: middle;
+}
 table.form th { width: 25%; }
 table.form td { width: 75%; }
 table.form thead th { text-align: center; width: auto; }
+
+input[type='submit'],
+input[type='button'],
+input[type='reset'],
+input[type='file'],
+button {
+    color: #000;
+    text-decoration: none;
+    background-attachment: scroll;
+    background-clip: border-box;
+    background-color: #eee;
+    background-image: url('../img/button/white-grad.png');
+    background-origin: padding-box;
+    line-height: 15px;
+    padding: 5px 10px;
+    white-space: nowrap;
+    border: solid 1px #999;
+    cursor: pointer;
+    font-size: 11px;
+
+    /* CSS3 radius */
+    border-bottom-left-radius: 5px 5px;
+    border-bottom-right-radius: 5px 5px;
+    border-top-left-radius: 5px 5px;
+    border-top-right-radius: 5px 5px;
+
+    /* Safari, Chrome radius */
+    -webkit-box-sizing: content-box;
+    -webkit-border-radius: 5px;
+
+    /* Firefox radius */
+    -moz-border-radius: 5px;
+}
+
+input[type='submit']:hover,
+input[type='button']:hover,
+input[type='reset']:hover,
+input[type='file']:hover,
+button:hover {
+    border: solid 1px #666;
+}
+
+input[type='submit']:active,
+input[type='button']:active,
+input[type='reset']:active,
+input[type='file']:active,
+button:active {
+    background-image: url('../img/button/white-grad-active.png');
+}
 
 #contents ul {margin: 0 0 0 2em;}
@@ -359,4 +416,9 @@
 #order-status-list th.id {width: 40px;}
 
+/* 期間別集計
+----------------------------------------------- */
+#graph-image {
+    margin: 0 0 20px 0;
+}
 
 /* デザイン管理
@@ -419,7 +481,9 @@
 /* フォーム
 ----------------------------------------------- */
-div.btn {
+div.btn,
+p.remark {
     margin: 0 0 20px 0;
 }
+
 /*FORM*/
 .box3 { width: 33px; }	/*W3*/
