Index: temp/trunk/html/admin/design/template.php
===================================================================
--- temp/trunk/html/admin/design/template.php	(revision 10497)
+++ temp/trunk/html/admin/design/template.php	(revision 10503)
@@ -286,5 +286,7 @@
 	}
 	
-	$taget_tpl_path = $tpl_path . $arrTemplate[0]['template_code'] . "/";
+	$taget_tpl_path = $tpl_path . $arrTemplate[0]['template_code'] . "/templates/";
+	$taget_inc_path = $tpl_path . $arrTemplate[0]['template_code'] . "/include/";
+	$taget_css_path = $tpl_path . $arrTemplate[0]['template_code'] . "/css/";
 	$save_tpl_path = $tpl_path;
 	
@@ -300,12 +302,12 @@
 
 		// ¥Ö¥í¥Ã¥¯¥Ç¡¼¥¿¤Î¥³¥Ô¡¼
-		lfFolderCopy($taget_tpl_path."bloc/", $inc_path . "bloc/");
+		lfFolderCopy($taget_inc_path."bloc/", $inc_path . "bloc/");
 		
 		// ¥Ø¥Ã¥À¡¼,¥Õ¥Ã¥¿¡¼¥³¥Ô¡¼
-		copy($taget_tpl_path . "header.tpl", $inc_path . "header.tpl");
-		copy($taget_tpl_path . "footer.tpl", $inc_path . "footer.tpl");
+		copy($taget_inc_path . "header.tpl", $inc_path . "header.tpl");
+		copy($taget_inc_path . "footer.tpl", $inc_path . "footer.tpl");
 		
 		// CSS¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼
-		copy($taget_tpl_path . "contents.css", $css_path . "contents.css");
+		copy($taget_css_path . "contents.css", $css_path . "contents.css");
 
 	// mypage¤Î¾ì¹ç¤Ë¤Ï¥Õ¥©¥ë¥À¤´¤È¥³¥Ô¡¼¤¹¤ë
