Index: branches/dev/html/admin/css/install.css
===================================================================
--- branches/dev/html/admin/css/install.css	(revision 11495)
+++ branches/dev/html/admin/css/install.css	(revision 11495)
@@ -0,0 +1,15 @@
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+#agreement{
+	height: 410px;
+	width: 308px;
+	overflow: auto;
+	margin: 0px;
+	background-color : #FFFFFF;
+	border-style: solid;
+	border-color: #C0C0C0;
+	border-width: 1px
+}
Index: branches/dev/html/install/templates/install_frame.tpl
===================================================================
--- branches/dev/html/install/templates/install_frame.tpl	(revision 11482)
+++ branches/dev/html/install/templates/install_frame.tpl	(revision 11495)
@@ -11,4 +11,5 @@
 <meta http-equiv="content-style-type" content="text/css">
 <link rel="stylesheet" href="../admin/css/contents.css" type="text/css" >
+<link rel="stylesheet" href="../admin/css/install.css" type="text/css" >
 <script type="text/javascript" src="../js/css.js"></script>
 <script type="text/javascript" src="../js/navi.js"></script>
Index: branches/dev/html/install/templates/agreement.tpl
===================================================================
--- branches/dev/html/install/templates/agreement.tpl	(revision 11492)
+++ branches/dev/html/install/templates/agreement.tpl	(revision 11495)
@@ -40,5 +40,5 @@
 		<tr>
 			<td bgcolor="#ffffff" class="fs12" height="50">
-			dummy¡¦¡¦¡¦
+			<div id="agreement">dummy¡¦¡¦¡¦</div>
 			</td>
 		</tr>
