Index: /SPARQLBuilderWWW/web/newtop.html
===================================================================
--- /SPARQLBuilderWWW/web/newtop.html (revision 235)
+++ /SPARQLBuilderWWW/web/newtop.html (revision 237)
@@ -35,5 +35,5 @@
 						<span class="SBPathnum"></span> Path<span class="SBPlural"></span> found.
 					</div>
-					<input type="button" class="SBViewAll" value="View All" onclick="viewAll()">
+					<input type="button" class="SBViewAll" value="View All Path" onclick="viewAll()">
 				</div>
 				<div class="SBGraph">
Index: /SPARQLBuilderWWW/web/newsparqlbuilder.js
===================================================================
--- /SPARQLBuilderWWW/web/newsparqlbuilder.js (revision 236)
+++ /SPARQLBuilderWWW/web/newsparqlbuilder.js (revision 237)
@@ -543,5 +543,5 @@
                 }else{
                     // 譛ｫ遶ｯ繝弱�繝峨↑繧峨ヤ繝ｼ繝ｫ繝√ャ繝励�諠�ｱ繧呈峩譁ｰ
-                    var resultText = '<input type="button" class="SBGenButton" value="Generate" onclick="generateSPARQL()">';
+                    var resultText = '<div class="SBGenButton" onclick="generateSPARQL()">Generate<br />SPARQL</div>';
                     // 繝代せ縺ｮ蜷榊燕驟榊�蛻�ｾ後ｍ縺九ｉ郢ｰ繧願ｿ斐＠縺ｪ縺後ｉ
                     for (var i = pathname.length;i > 0; i--){
@@ -867,10 +867,10 @@
 	var obj = jsontext;
 
-	$('.SBResult').css('color', 'black').css('font-weight', 'normal').css('margin-top', '0px');
+	$('.SBResult').css('color', 'black').css('font-weight', 'normal').css('margin-top', '4px');
 
 	$('.SBPlural').text('s');
 
 	if(obj.length == 0){
-		$('.SBResult').css('color', 'red').css('font-weight', 'bold').css('margin-top', '15px');
+		$('.SBResult').css('color', 'red').css('font-weight', 'bold').css('margin-top', '20px');
 		$('.SBPlural').text('');
 	}else if(obj.length == 1){
@@ -880,5 +880,5 @@
 	if(obj.length <= 10){
 		viewnum = obj.length;
-		$('.SBResult').css('margin-top', '15px');
+		$('.SBResult').css('margin-top', '20px');
 		$('.SBViewall').hide();
 	}else if(pathlimit == 10){
@@ -887,5 +887,5 @@
 	}else{
 		viewnum = obj.length;
-		$('.SBResult').css('margin-top', '15px');
+		$('.SBResult').css('margin-top', '20px');
 		$('.SBViewall').hide();
 	}
Index: /SPARQLBuilderWWW/web/newsparqlbuilder.css
===================================================================
--- /SPARQLBuilderWWW/web/newsparqlbuilder.css (revision 236)
+++ /SPARQLBuilderWWW/web/newsparqlbuilder.css (revision 237)
@@ -106,6 +106,6 @@
 .SBModalContents .SBResult{
 	display: none;
-	height: 28px;
-	font-size: 24px;
+	height: 24px;
+	font-size: 18px;
 }
 
@@ -158,5 +158,5 @@
 
 .SBGenButton{
-	margin: 1.5em;
+	margin: 1em;
 	-webkit-border-radius: 7;
 	-moz-border-radius: 7;
@@ -176,8 +176,9 @@
 .SBRootNode{
 	margin: 0.5em;
+	margin-top: 1em;
 	-webkit-border-radius: 10;
 	-moz-border-radius: 10;
 	border-radius: 10px;
-	border: none;
+	border: solid 2px hsl(0, 50%, 75%);
 	background: hsl(40, 50%, 75%);
 	padding: 5px 15px 5px 15px;
@@ -193,5 +194,5 @@
 	-moz-border-radius: 10;
 	border-radius: 10px;
-	border: none;
+	border: solid 2px hsl(0, 50%, 75%);
 	background: hsl(0, 0%, 85%);
 	padding: 5px 15px 5px 15px;
@@ -203,5 +204,5 @@
 	-moz-border-radius: 10;
 	border-radius: 10px;
-	border: none;
+	border: solid 2px hsl(0, 50%, 75%);
 	background: hsl(150, 50%, 75%);
 	padding: 5px 15px 5px 15px;
